Home
last modified time | relevance | path

Searched defs:nw (Results 1 – 25 of 40) sorted by relevance

12

/third_party/musl/porting/liteos_m/kernel/src/string/
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/porting/uniproton/kernel/src/string/
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/porting/liteos_a/kernel/src/string/
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/src/string/
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
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/ltp/testcases/open_posix_testsuite/stress/threads/sem_getvalue/
Dtestfrmw.c51 time_t nw; in output() local
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_getschedparam/
Dtestfrmw.c51 time_t nw; in output() local
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_self/
Dtestfrmw.c51 time_t nw; in output() local
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_mutex_trylock/
Dtestfrmw.c51 time_t nw; in output() local
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cancel/
Dtestfrmw.c51 time_t nw; in output() local
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_once/
Dtestfrmw.c51 time_t nw; in output() local
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_exit/
Dtestfrmw.c51 time_t nw; in output() local
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_wait/
Dtestfrmw.c51 time_t nw; in output() local
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_kill/
Dtestfrmw.c51 time_t nw; in output() local
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/fork/
Dtestfrmw.c51 time_t nw; in output() local
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/sem_init/
Dtestfrmw.c51 time_t nw; in output() local
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_create/
Dtestfrmw.c51 time_t nw; in output() local
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/sem_open/
Dtestfrmw.c51 time_t nw; in output() local
/third_party/node/deps/openssl/openssl/crypto/bn/
Dbn_shift.c106 int i, nw; in bn_lshift_fixed_top() local
175 int i, top, nw; in bn_rshift_fixed_top() local
/third_party/skia/third_party/externals/abseil-cpp/absl/random/
Ddiscrete_distribution.h73 explicit param_type(size_t nw, double xmin, double xmax, in param_type()
123 explicit discrete_distribution(size_t nw, double xmin, double xmax, in discrete_distribution()
/third_party/openssl/crypto/bn/
Dbn_shift.c106 int i, nw; in bn_lshift_fixed_top() local
178 int i, top, nw; in bn_rshift_fixed_top() local
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/testfrmw/
Dtestfrmw.c46 time_t nw; in output() local
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/
Dhelper.c92 time_t nw; in main() local
/third_party/toybox/toys/pending/
Ddd.c112 ssize_t nw = writeall(TT.out.fd, TT.out.bp, ((all)? TT.out.count : TT.out.sz)); in write_out() local
/third_party/FreeBSD/contrib/gdtoa/
Dsmisc.c142 int nw, nw1; local

12