| /third_party/flutter/skia/third_party/externals/freetype/src/pcf/ |
| D | pcfutil.c | 45 size_t nbytes ) in BitOrderInvert() 67 size_t nbytes ) in TwoByteSwap() 86 size_t nbytes ) in FourByteSwap()
|
| /third_party/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/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/Benchmark/musl/ |
| D | libc_string.cpp | 60 const size_t nbytes = state.range(0); in Bm_function_Memchr() local 97 const size_t nbytes = state.range(0); in Bm_function_Strnlen() local 115 const size_t nbytes = state.range(0); in Bm_function_Stpncpy() local 134 const size_t nbytes = state.range(0); in Bm_function_Strncpy() local 154 const size_t nbytes = state.range(0); in Bm_function_Bcmp() local 188 const size_t nbytes = state.range(0); in Bm_function_Wmemset() local 203 const size_t nbytes = state.range(0); in Bm_function_Wmemcpy() local 253 const size_t nbytes = state.range(0); in Bm_function_Strchrnul() local 303 const size_t nbytes = state.range(0); in Bm_function_Strcasecmp() local 320 const size_t nbytes = state.range(0); in Bm_function_Strncasecmp() local [all …]
|
| D | util.cpp | 39 char* GetAlignedPtr(std::vector<char>* buf, size_t alignment, size_t nbytes) in GetAlignedPtr() 51 char* GetAlignedPtrFilled(std::vector<char>* buf, size_t alignment, size_t nbytes, char fillByte) in GetAlignedPtrFilled() 58 wchar_t* GetAlignedPtrFilled(std::vector<wchar_t>* buf, size_t alignment, size_t nbytes, wchar_t fi… in GetAlignedPtrFilled()
|
| /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_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_pread64.c | 62 ssize_t file_pread64(struct file *filep, void *buf, size_t nbytes, in file_pread64() 143 ssize_t pread64(int fd, void *buf, size_t nbytes, off64_t offset) in pread64()
|
| D | fs_pwrite64.c | 63 size_t nbytes, off64_t offset) in file_pwrite64() 147 ssize_t pwrite64(int fd, const void *buf, size_t nbytes, off64_t offset) in pwrite64()
|
| 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/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 | 166 static int sink_input_pop_cb(pa_sink_input *i, size_t nbytes, pa_memchunk *chunk) { in sink_input_pop_cb() 184 static void sink_input_process_rewind_cb(pa_sink_input *i, size_t nbytes) { in sink_input_process_rewind_cb() 204 static void sink_input_update_max_rewind_cb(pa_sink_input *i, size_t nbytes) { in sink_input_update_max_rewind_cb() 216 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 | 209 static int sink_input_pop_cb(pa_sink_input *i, size_t nbytes, pa_memchunk *chunk) { in sink_input_pop_cb() 285 static void sink_input_process_rewind_cb(pa_sink_input *i, size_t nbytes) { in sink_input_process_rewind_cb() 315 static void sink_input_update_max_rewind_cb(pa_sink_input *i, size_t nbytes) { in sink_input_update_max_rewind_cb() 328 static void sink_input_update_max_request_cb(pa_sink_input *i, size_t nbytes) { in sink_input_update_max_request_cb()
|
| /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/openssl/engines/ |
| D | e_padlock.c | 301 const unsigned char *in_arg, size_t nbytes) in padlock_ecb_cipher() 309 const unsigned char *in_arg, size_t nbytes) in padlock_cbc_cipher() 322 const unsigned char *in_arg, size_t nbytes) in padlock_cfb_cipher() 393 const unsigned char *in_arg, size_t nbytes) in padlock_ofb_cipher() 457 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()
|
| /third_party/NuttX/fs/driver/ |
| D | fs_devsyslog.c | 187 static inline ssize_t syslog_write(const void *buf, size_t nbytes) in syslog_write() 376 ssize_t nbytes; in syslog_putc() local
|