| /third_party/musl/porting/liteos_m/kernel/src/string/ |
| 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/porting/uniproton/kernel/src/string/ |
| 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/porting/liteos_a/kernel/src/string/ |
| 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/src/string/ |
| 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
|
| 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/ltp/testcases/open_posix_testsuite/stress/threads/sem_getvalue/ |
| D | testfrmw.c | 51 time_t nw; in output() local
|
| /third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_getschedparam/ |
| D | testfrmw.c | 51 time_t nw; in output() local
|
| /third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_self/ |
| D | testfrmw.c | 51 time_t nw; in output() local
|
| /third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_mutex_trylock/ |
| D | testfrmw.c | 51 time_t nw; in output() local
|
| /third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cancel/ |
| D | testfrmw.c | 51 time_t nw; in output() local
|
| /third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_once/ |
| D | testfrmw.c | 51 time_t nw; in output() local
|
| /third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_exit/ |
| D | testfrmw.c | 51 time_t nw; in output() local
|
| /third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_wait/ |
| D | testfrmw.c | 51 time_t nw; in output() local
|
| /third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_kill/ |
| D | testfrmw.c | 51 time_t nw; in output() local
|
| /third_party/ltp/testcases/open_posix_testsuite/stress/threads/fork/ |
| D | testfrmw.c | 51 time_t nw; in output() local
|
| /third_party/ltp/testcases/open_posix_testsuite/stress/threads/sem_init/ |
| D | testfrmw.c | 51 time_t nw; in output() local
|
| /third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_create/ |
| D | testfrmw.c | 51 time_t nw; in output() local
|
| /third_party/ltp/testcases/open_posix_testsuite/stress/threads/sem_open/ |
| D | testfrmw.c | 51 time_t nw; in output() local
|
| /third_party/node/deps/openssl/openssl/crypto/bn/ |
| 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
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/random/ |
| D | discrete_distribution.h | 73 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/ |
| D | bn_shift.c | 106 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/ |
| D | testfrmw.c | 46 time_t nw; in output() local
|
| /third_party/ltp/testcases/open_posix_testsuite/stress/threads/ |
| D | helper.c | 92 time_t nw; in main() local
|
| /third_party/toybox/toys/pending/ |
| D | dd.c | 112 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/ |
| D | smisc.c | 142 int nw, nw1; local
|