/third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_info.c | 56 static boolean firsttime = 1; in tgsi_get_opcode_info() local 62 if (firsttime) { in tgsi_get_opcode_info() 64 firsttime = 0; in tgsi_get_opcode_info()
|
/third_party/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_maos_verts.c | 319 static int firsttime = 1; in radeonEmitArrays() local 321 if (firsttime) { in radeonEmitArrays() 323 firsttime = 0; in radeonEmitArrays()
|
D | radeon_swtcl.c | 856 static int firsttime = 1; in radeonInitSwtcl() local 858 if (firsttime) { in radeonInitSwtcl() 860 firsttime = 0; in radeonInitSwtcl()
|
/third_party/mesa3d/src/gallium/winsys/sw/xlib/ |
D | xlib_sw_winsys.c | 302 static bool firsttime = true; in xlib_sw_display() local 308 if (firsttime) { in xlib_sw_display() 310 firsttime = 0; in xlib_sw_display()
|
/third_party/icu/icu4c/source/test/intltest/ |
D | punyref.cpp | 111 punycode_uint delta, punycode_uint numpoints, int firsttime ) in adapt() argument 115 delta = firsttime ? delta / damp : delta >> 1; in adapt()
|
/third_party/mesa3d/src/util/perf/ |
D | u_trace.c | 227 static bool firsttime = true; in get_tracefile() local 229 if (firsttime) { in get_tracefile() 235 firsttime = false; in get_tracefile()
|
/third_party/python/Modules/ |
D | getaddrinfo.c | 249 static int firsttime = 1; in getaddrinfo() local 251 if (firsttime) { in getaddrinfo() 258 firsttime = 0; in getaddrinfo()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/stringprep/ |
D | PunycodeReference.java | 124 private static int adapt(int delta, int numpoints, boolean firsttime ){ in adapt() argument 127 delta = (firsttime==true) ? delta / damp : delta >> 1; in adapt()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/ |
D | PunycodeReference.java | 121 private static int adapt(int delta, int numpoints, boolean firsttime ){ in adapt() argument 124 delta = (firsttime==true) ? delta / damp : delta >> 1; in adapt()
|
/third_party/mesa3d/src/gallium/frontends/glx/xlib/ |
D | glx_api.c | 1178 static boolean firsttime = 1, no_rast = 0; in glXMakeContextCurrent() local 1180 if (firsttime) { in glXMakeContextCurrent() 1182 firsttime = 0; in glXMakeContextCurrent() 1416 static boolean firsttime = 1, no_rast = 0; in glXSwapBuffers() local 1418 if (firsttime) { in glXSwapBuffers() 1420 firsttime = 0; in glXSwapBuffers()
|
/third_party/glib/glib/ |
D | ghostutils.c | 102 gboolean firsttime) in adapt() argument 106 delta = firsttime ? delta / PUNYCODE_DAMP : delta / 2; in adapt()
|
/third_party/mesa3d/src/mesa/drivers/dri/r200/ |
D | r200_swtcl.c | 930 static int firsttime = 1; in r200InitSwtcl() local 932 if (firsttime) { in r200InitSwtcl() 934 firsttime = 0; in r200InitSwtcl()
|
/third_party/gstreamer/gstplugins_base/ext/ogg/ |
D | gstoggmux.c | 768 guint64 firsttime, secondtime; in gst_ogg_mux_compare_pads() local 778 firsttime = GST_BUFFER_TIMESTAMP (first->buffer); in gst_ogg_mux_compare_pads() 779 if (firsttime == GST_CLOCK_TIME_NONE) in gst_ogg_mux_compare_pads() 788 if (secondtime < firsttime) in gst_ogg_mux_compare_pads() 791 else if (secondtime > firsttime) in gst_ogg_mux_compare_pads()
|
/third_party/mesa3d/src/gallium/winsys/svga/drm/ |
D | vmw_screen_ioctl.c | 522 static boolean firsttime = TRUE; in vmw_ioctl_command() local 525 if (firsttime) { in vmw_ioctl_command() 533 firsttime = FALSE; in vmw_ioctl_command()
|
/third_party/mesa3d/src/mesa/drivers/dri/i915/ |
D | intel_tris.c | 1270 static int firsttime = 1; in intelInitTriFuncs() local 1272 if (firsttime) { in intelInitTriFuncs() 1274 firsttime = 0; in intelInitTriFuncs()
|
/third_party/libpsl/src/ |
D | psl.c | 397 static punycode_uint adapt(punycode_uint delta, punycode_uint numpoints, int firsttime) in adapt() argument 401 delta = firsttime ? delta / damp : delta >> 1; in adapt()
|