| /third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_create/ |
| H A D | testfrmw.c | 51 time_t nw; in output() local
|
| /third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_exit/ |
| H A D | testfrmw.c | 51 time_t nw; in output() local
|
| /third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_getschedparam/ |
| H A D | testfrmw.c | 51 time_t nw; in output() local
|
| /third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_kill/ |
| H A D | testfrmw.c | 51 time_t nw; in output() local
|
| /third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_mutex_trylock/ |
| H A D | testfrmw.c | 51 time_t nw; in output() local
|
| /third_party/ltp/testcases/open_posix_testsuite/stress/threads/sem_getvalue/ |
| H A D | testfrmw.c | 51 time_t nw; in output() local
|
| /third_party/ltp/testcases/open_posix_testsuite/stress/threads/sem_init/ |
| H A D | testfrmw.c | 51 time_t nw; in output() local
|
| /third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/testfrmw/ |
| H A D | testfrmw.c | 46 time_t nw; in output() local
|
| /third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cancel/ |
| H A D | testfrmw.c | 51 time_t nw; in output() local
|
| /third_party/ltp/testcases/open_posix_testsuite/stress/threads/fork/ |
| H A D | testfrmw.c | 51 time_t nw; in output() local
|
| /third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_wait/ |
| H A D | testfrmw.c | 51 time_t nw; in output() local
|
| /third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_once/ |
| H A D | testfrmw.c | 51 time_t nw; in output() local
|
| /third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_self/ |
| H A D | testfrmw.c | 51 time_t nw; in output() local
|
| /third_party/ltp/testcases/open_posix_testsuite/stress/threads/sem_open/ |
| H A D | testfrmw.c | 51 time_t nw; in output() local
|
| /third_party/ltp/testcases/open_posix_testsuite/stress/threads/ |
| H A D | helper.c | 92 time_t nw; in main() local
|
| /third_party/node/deps/openssl/openssl/crypto/bn/ |
| H A D | bn_shift.c | 106 int i, nw; in bn_lshift_fixed_top() local 175 int i, top, nw; in bn_rshift_fixed_top() local [all...] |
| /third_party/openssl/crypto/bn/ |
| H A D | bn_shift.c | 106 int i, nw; in bn_lshift_fixed_top() local 175 int i, top, nw; in bn_rshift_fixed_top() local [all...] |
| /third_party/FreeBSD/contrib/gdtoa/ |
| H A D | smisc.c | 142 int nw, nw1; local
|
| /third_party/musl/porting/uniproton/kernel/src/string/ |
| H A D | strstr.c | 6 uint16_t nw = n[0]<<8 | n[1], hw = h[0]<<8 | h[1]; in twobyte_strstr() local 13 uint32_t nw = n[0]<<24 | n[1]<<16 | n[2]<<8; in threebyte_strstr() local 21 uint32_t nw = n[0]<<24 | n[1]<<16 | n[2]<<8 | n[3]; in fourbyte_strstr() local
|
| /third_party/musl/src/string/ |
| H A D | strstr.c | 6 uint16_t nw = n[0]<<8 | n[1], hw = h[0]<<8 | h[1]; in twobyte_strstr() local 13 uint32_t nw = (uint32_t)n[0]<<24 | n[1]<<16 | n[2]<<8; in threebyte_strstr() local 21 uint32_t nw = (uint32_t)n[0]<<24 | n[1]<<16 | n[2]<<8 | n[3]; in fourbyte_strstr() local
|
| H A D | memmem.c | 7 uint16_t nw = n[0]<<8 | n[1], hw = h[0]<<8 | h[1]; in twobyte_memmem() local 15 uint32_t nw = (uint32_t)n[0]<<24 | n[1]<<16 | n[2]<<8; in threebyte_memmem() local 24 uint32_t nw = (uint32_t)n[0]<<24 | n[1]<<16 | n[2]<<8 | n[3]; in fourbyte_memmem() local
|
| /third_party/musl/porting/liteos_a/kernel/src/string/ |
| H A D | strstr.c | 6 uint16_t nw = n[0]<<8 | n[1], hw = h[0]<<8 | h[1]; in twobyte_strstr() local 13 uint32_t nw = (uint32_t)n[0]<<24 | n[1]<<16 | n[2]<<8; in threebyte_strstr() local 21 uint32_t nw = (uint32_t)n[0]<<24 | n[1]<<16 | n[2]<<8 | n[3]; in fourbyte_strstr() local
|
| /third_party/musl/porting/liteos_m/kernel/src/string/ |
| H A D | strstr.c | 6 uint16_t nw = n[0]<<8 | n[1], hw = h[0]<<8 | h[1]; in twobyte_strstr() local 13 uint32_t nw = n[0]<<24 | n[1]<<16 | n[2]<<8; in threebyte_strstr() local 21 uint32_t nw = n[0]<<24 | n[1]<<16 | n[2]<<8 | n[3]; in fourbyte_strstr() local
|
| /third_party/libuv/src/ |
| H A D | inet.c | 187 unsigned int nw = *tp * 10 + (pch - digits); in inet_pton4() local
|
| /third_party/node/deps/uv/src/ |
| H A D | inet.c | 192 unsigned int nw = *tp * 10 + (pch - digits); in inet_pton4() local
|