/third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
H A 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/icu/icu4c/source/test/intltest/ |
H A D | punyref.cpp | 111 punycode_uint delta, punycode_uint numpoints, int firsttime ) in adapt() 115 delta = firsttime ? delta / damp : delta >> 1; in adapt()
|
/third_party/node/deps/openssl/openssl/crypto/ |
H A D | punycode.c | 31 * function adapt(delta,numpoints,firsttime): 32 * if firsttime then let delta = delta div damp 44 unsigned int firsttime) in adapt() 48 delta = (firsttime) ? delta / damp : delta / 2; in adapt() 43 adapt(unsigned int delta, unsigned int numpoints, unsigned int firsttime) adapt() argument
|
/third_party/openssl/crypto/ |
H A D | punycode.c | 31 * function adapt(delta,numpoints,firsttime): 32 * if firsttime then let delta = delta div damp 44 unsigned int firsttime) in adapt() 48 delta = (firsttime) ? delta / damp : delta / 2; in adapt() 43 adapt(unsigned int delta, unsigned int numpoints, unsigned int firsttime) adapt() argument
|
/third_party/mesa3d/src/gallium/winsys/sw/xlib/ |
H A 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/python/Modules/ |
H A D | getaddrinfo.c | 252 static int firsttime = 1; in getaddrinfo() local 254 if (firsttime) { in getaddrinfo() 261 firsttime = 0; in getaddrinfo()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/stringprep/ |
H A D | PunycodeReference.java | 124 private static int adapt(int delta, int numpoints, boolean firsttime ){ in adapt() 127 delta = (firsttime==true) ? delta / damp : delta >> 1; in adapt()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/ |
H A D | PunycodeReference.java | 121 private static int adapt(int delta, int numpoints, boolean firsttime ){ in adapt() 124 delta = (firsttime==true) ? delta / damp : delta >> 1; in adapt()
|
/third_party/mesa3d/src/util/perf/ |
H A D | u_trace.c | 364 static bool firsttime = true; in get_tracefile() local 366 if (firsttime) { in get_tracefile() 374 firsttime = false; in get_tracefile()
|
/third_party/mesa3d/src/gallium/frontends/glx/xlib/ |
H A 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/mesa3d/src/gallium/winsys/svga/drm/ |
H A 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/backends/backend/ |
H A D | mustek_pp_cis.c | 810 int firsttime = 1; in cis_wait_bank_change() local 818 if (firsttime) in cis_wait_bank_change() 819 firsttime = 0; in cis_wait_bank_change()
|
/third_party/node/deps/ada/ |
H A D | ada.cpp | 7988 static constexpr int32_t adapt(int32_t d, int32_t n, bool firsttime) { 7989 if (firsttime) {
|