Home
last modified time | relevance | path

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

12

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/
Dnalutils.c310 nal_writer_init (NalWriter * nw, guint nal_prefix_size, gboolean packetized) in nal_writer_init()
322 nal_writer_reset (NalWriter * nw) in nal_writer_reset()
331 nal_writer_do_rbsp_trailing_bits (NalWriter * nw) in nal_writer_do_rbsp_trailing_bits()
349 nal_writer_reset_and_get_memory (NalWriter * nw) in nal_writer_reset_and_get_memory()
430 nal_writer_put_bits_uint8 (NalWriter * nw, guint8 value, guint nbits) in nal_writer_put_bits_uint8()
441 nal_writer_put_bits_uint16 (NalWriter * nw, guint16 value, guint nbits) in nal_writer_put_bits_uint16()
452 nal_writer_put_bits_uint32 (NalWriter * nw, guint32 value, guint nbits) in nal_writer_put_bits_uint32()
463 nal_writer_put_bytes (NalWriter * nw, const guint8 * data, guint nbytes) in nal_writer_put_bytes()
476 nal_writer_put_ue (NalWriter * nw, guint32 value) in nal_writer_put_ue()
Dnalutils.h229 #define WRITE_UINT8(nw, val, nbits) { \ argument
236 #define WRITE_UINT16(nw, val, nbits) { \ argument
243 #define WRITE_UINT32(nw, val, nbits) { \ argument
250 #define WRITE_BYTES(nw, data, nbytes) { \ argument
257 #define WRITE_UE(nw, val) { \ argument
/third_party/gstreamer/gstplugins_bad/tests/check/libs/
Dnalutils.c27 NalWriter nw; in GST_START_TEST() local
43 NalWriter nw; in GST_START_TEST() 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/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/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/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/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_getschedparam/
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/pthread_cancel/
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/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_cond_wait/
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_getvalue/
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_once/
Dtestfrmw.c51 time_t nw; in output() 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
175 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

12