/third_party/musl/Benchmark/musl/ |
D | libc_string.cpp | 70 const size_t nbytes = state.range(0); in Bm_function_Memchr() local 106 const size_t nbytes = state.range(0); in Bm_function_Strnlen() local 124 const size_t nbytes = bufferSizes[state.range(0)]; in Bm_function_Strlen_chk() local 140 const size_t nbytes = state.range(0); in Bm_function_Stpncpy() local 160 const size_t nbytes = state.range(0); in Bm_function_Strncpy() local 180 const size_t nbytes = state.range(0); in Bm_function_Bcmp() local 213 const size_t nbytes = state.range(0); in Bm_function_Wmemset() local 228 const size_t nbytes = state.range(0); in Bm_function_Wmemcpy() local 279 const size_t nbytes = state.range(0); in Bm_function_Strchrnul() local 330 const size_t nbytes = state.range(0); in Bm_function_Strcasecmp() local [all …]
|
D | util.cpp | 52 char* GetAlignedPtr(std::vector<char>* buf, size_t alignment, size_t nbytes) in GetAlignedPtr() 64 char* GetAlignedPtrFilled(std::vector<char>* buf, size_t alignment, size_t nbytes, char fillByte) in GetAlignedPtrFilled() 71 wchar_t* GetAlignedPtrFilled(std::vector<wchar_t>* buf, size_t alignment, size_t nbytes, wchar_t fi… in GetAlignedPtrFilled()
|
/third_party/skia/third_party/externals/freetype/src/pcf/ |
D | pcfutil.c | 44 size_t nbytes ) in BitOrderInvert() 66 size_t nbytes ) in TwoByteSwap() 85 size_t nbytes ) in FourByteSwap()
|
/third_party/python/Lib/ |
D | secrets.py | 34 def token_bytes(nbytes=None): argument 48 def token_hex(nbytes=None): argument 61 def token_urlsafe(nbytes=None): argument
|
/third_party/musl/porting/liteos_a_newlib/kernel/src/ |
D | malloc.c | 50 void *__wrap__malloc_r(struct _reent *reent, size_t nbytes) in __wrap__malloc_r() 59 void *__wrap__memalign_r(struct _reent *reent, size_t align, size_t nbytes) in __wrap__memalign_r() 68 void *__wrap__realloc_r(struct _reent *reent, void *aptr, size_t nbytes) in __wrap__realloc_r()
|
/third_party/optimized-routines/networking/aarch64/ |
D | chksum_simd.c | 19 slurp_head64(const void **pptr, uint32_t *nbytes) in slurp_head64() 41 slurp_tail64(uint64_t sum, const void *ptr, uint32_t nbytes) in slurp_tail64() 59 __chksum_aarch64_simd(const void *ptr, unsigned int nbytes) in __chksum_aarch64_simd()
|
/third_party/NuttX/fs/vfs/ |
D | fs_read.c | 64 ssize_t file_read(struct file *filep, void *buf, size_t nbytes) in file_read() 126 ssize_t read(int fd, void *buf, size_t nbytes) in read()
|
D | fs_write.c | 66 ssize_t file_write(struct file *filep, const void *buf, size_t nbytes) in file_write() 157 ssize_t write(int fd, const void *buf, size_t nbytes) in write()
|
D | fs_pread64.c | 65 ssize_t file_pread64(struct file *filep, void *buf, size_t nbytes, in file_pread64() 146 ssize_t pread64(int fd, void *buf, size_t nbytes, off64_t offset) in pread64()
|
D | fs_pwrite64.c | 66 size_t nbytes, off64_t offset) in file_pwrite64() 150 ssize_t pwrite64(int fd, const void *buf, size_t nbytes, off64_t offset) in pwrite64()
|
D | fs_pwrite.c | 48 size_t nbytes, off_t offset) in file_pwrite() 132 ssize_t pwrite(int fd, const void *buf, size_t nbytes, off_t offset) in pwrite()
|
D | fs_pread.c | 47 ssize_t file_pread(struct file *filep, void *buf, size_t nbytes, in file_pread() 128 ssize_t pread(int fd, void *buf, size_t nbytes, off_t offset) in pread()
|
/third_party/libsnd/src/ |
D | mpeg_l3_encode.c | 465 int nbytes, writecount, writen ; in mpeg_l3_encode_write_short_mono() local 499 int nbytes, writecount, writen ; in mpeg_l3_encode_write_short_stereo() local 537 int nbytes, writecount, writen ; in mpeg_l3_encode_write_int_mono() local 570 int nbytes, writecount, writen ; in mpeg_l3_encode_write_int_stereo() local 603 int nbytes, writecount, writen ; in mpeg_l3_encode_write_float_mono() local 648 int nbytes, writecount, writen ; in mpeg_l3_encode_write_float_stereo() local 698 int nbytes, writecount, writen ; in mpeg_l3_encode_write_double_mono() local 740 int nbytes, writecount, writen ; in mpeg_l3_encode_write_double_stereo() local
|
/third_party/optimized-routines/networking/ |
D | chksum.c | 14 slurp_head32(const void **pptr, uint32_t *nbytes) in slurp_head32() 33 __chksum(const void *ptr, unsigned int nbytes) in __chksum()
|
/third_party/gstreamer/gstreamer/libs/gst/base/ |
D | gstadapter.c | 712 gst_adapter_get_internal (GstAdapter * adapter, gsize nbytes) in gst_adapter_get_internal() 769 gst_adapter_take (GstAdapter * adapter, gsize nbytes) in gst_adapter_take() 810 gst_adapter_get_buffer_fast (GstAdapter * adapter, gsize nbytes) in gst_adapter_get_buffer_fast() 901 gst_adapter_take_buffer_fast (GstAdapter * adapter, gsize nbytes) in gst_adapter_take_buffer_fast() 963 gst_adapter_get_buffer (GstAdapter * adapter, gsize nbytes) in gst_adapter_get_buffer() 1069 gst_adapter_take_buffer (GstAdapter * adapter, gsize nbytes) in gst_adapter_take_buffer() 1101 gst_adapter_take_list (GstAdapter * adapter, gsize nbytes) in gst_adapter_take_list() 1146 gst_adapter_get_list (GstAdapter * adapter, gsize nbytes) in gst_adapter_get_list() 1205 gst_adapter_take_buffer_list (GstAdapter * adapter, gsize nbytes) in gst_adapter_take_buffer_list() 1258 gst_adapter_get_buffer_list (GstAdapter * adapter, gsize nbytes) in gst_adapter_get_buffer_list()
|
/third_party/pulseaudio/src/modules/ |
D | module-remap-sink.c | 169 static int sink_input_pop_cb(pa_sink_input *i, size_t nbytes, pa_memchunk *chunk) { in sink_input_pop_cb() 187 static void sink_input_process_rewind_cb(pa_sink_input *i, size_t nbytes) { in sink_input_process_rewind_cb() 207 static void sink_input_update_max_rewind_cb(pa_sink_input *i, size_t nbytes) { in sink_input_update_max_rewind_cb() 219 static void sink_input_update_max_request_cb(pa_sink_input *i, size_t nbytes) { in sink_input_update_max_request_cb()
|
D | module-sine.c | 58 static int sink_input_pop_cb(pa_sink_input *i, size_t nbytes, pa_memchunk *chunk) { in sink_input_pop_cb() 76 static void sink_input_process_rewind_cb(pa_sink_input *i, size_t nbytes) { in sink_input_process_rewind_cb()
|
D | module-virtual-sink.c | 212 static int sink_input_pop_cb(pa_sink_input *i, size_t nbytes, pa_memchunk *chunk) { in sink_input_pop_cb() 288 static void sink_input_process_rewind_cb(pa_sink_input *i, size_t nbytes) { in sink_input_process_rewind_cb() 318 static void sink_input_update_max_rewind_cb(pa_sink_input *i, size_t nbytes) { in sink_input_update_max_rewind_cb() 331 static void sink_input_update_max_request_cb(pa_sink_input *i, size_t nbytes) { in sink_input_update_max_request_cb()
|
/third_party/curl/lib/ |
D | content_encoding.c | 295 const char *buf, size_t nbytes) in deflate_unencode_write() 446 const char *buf, size_t nbytes) in gzip_unencode_write() 650 const char *buf, size_t nbytes) in brotli_unencode_write() 742 const char *buf, size_t nbytes) in zstd_unencode_write() 820 const char *buf, size_t nbytes) in identity_unencode_write() 906 const char *buf, size_t nbytes) in error_unencode_write() 942 const char *buf, size_t nbytes) in Curl_unencode_write() 1033 const char *buf, size_t nbytes) in Curl_unencode_write()
|
/third_party/pulseaudio/src/pulsecore/ |
D | play-memblockq.c | 109 static int sink_input_pop_cb(pa_sink_input *i, size_t nbytes, pa_memchunk *chunk) { in sink_input_pop_cb() 148 static void sink_input_process_rewind_cb(pa_sink_input *i, size_t nbytes) { in sink_input_process_rewind_cb() 161 static void sink_input_update_max_rewind_cb(pa_sink_input *i, size_t nbytes) { in sink_input_update_max_rewind_cb()
|
/third_party/exfatprogs/mkfs/ |
D | upcase.c | 507 int nbytes; in exfat_create_upcase_table() local
|
/third_party/node/deps/openssl/openssl/engines/ |
D | e_padlock.c | 314 const unsigned char *in_arg, size_t nbytes) in padlock_ecb_cipher() 322 const unsigned char *in_arg, size_t nbytes) in padlock_cbc_cipher() 335 const unsigned char *in_arg, size_t nbytes) in padlock_cfb_cipher() 406 const unsigned char *in_arg, size_t nbytes) in padlock_ofb_cipher() 470 const unsigned char *in_arg, size_t nbytes) in padlock_ctr_cipher()
|
/third_party/openssl/engines/ |
D | e_padlock.c | 314 const unsigned char *in_arg, size_t nbytes) in padlock_ecb_cipher() 322 const unsigned char *in_arg, size_t nbytes) in padlock_cbc_cipher() 335 const unsigned char *in_arg, size_t nbytes) in padlock_cfb_cipher() 406 const unsigned char *in_arg, size_t nbytes) in padlock_ofb_cipher() 470 const unsigned char *in_arg, size_t nbytes) in padlock_ctr_cipher()
|
/third_party/pulseaudio/src/tests/ |
D | lo-latency-test.c | 52 static void write_cb(pa_stream *s, size_t nbytes, void *userdata) { in write_cb() 79 static void read_cb(pa_stream *s, size_t nbytes, void *userdata) { in read_cb()
|
/third_party/ltp/testcases/kernel/sched/clisrv/ |
D | writen.c | 28 int writen(int fd, char *ptr, int nbytes) in writen()
|