Home
last modified time | relevance | path

Searched defs:nw (Results 1 - 25 of 36) sorted by relevance

12

/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_create/
H A Dtestfrmw.c51 time_t nw; in output() local
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_exit/
H A Dtestfrmw.c51 time_t nw; in output() local
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_getschedparam/
H A Dtestfrmw.c51 time_t nw; in output() local
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_kill/
H A Dtestfrmw.c51 time_t nw; in output() local
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_mutex_trylock/
H A Dtestfrmw.c51 time_t nw; in output() local
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/sem_getvalue/
H A Dtestfrmw.c51 time_t nw; in output() local
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/sem_init/
H A Dtestfrmw.c51 time_t nw; in output() local
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/testfrmw/
H A Dtestfrmw.c46 time_t nw; in output() local
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cancel/
H A Dtestfrmw.c51 time_t nw; in output() local
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/fork/
H A Dtestfrmw.c51 time_t nw; in output() local
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_wait/
H A Dtestfrmw.c51 time_t nw; in output() local
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_once/
H A Dtestfrmw.c51 time_t nw; in output() local
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_self/
H A Dtestfrmw.c51 time_t nw; in output() local
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/sem_open/
H A Dtestfrmw.c51 time_t nw; in output() local
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/
H A Dhelper.c92 time_t nw; in main() local
/third_party/node/deps/openssl/openssl/crypto/bn/
H A Dbn_shift.c106 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 Dbn_shift.c106 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 Dsmisc.c142 int nw, nw1; local
/third_party/musl/porting/uniproton/kernel/src/string/
H A Dstrstr.c6 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 Dstrstr.c6 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 Dmemmem.c7 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 Dstrstr.c6 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 Dstrstr.c6 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 Dinet.c187 unsigned int nw = *tp * 10 + (pch - digits); in inet_pton4() local
/third_party/node/deps/uv/src/
H A Dinet.c192 unsigned int nw = *tp * 10 + (pch - digits); in inet_pton4() local

Completed in 7 milliseconds

12