| /third_party/nghttp2/src/ |
| H A D | shrpx_quic_listener.cc | 53 std::array<uint8_t, 64_k> buf; in on_read() local
|
| H A D | memchunk_test.cc | 111 char buf[16]; in test_memchunks_append() local 142 char buf[16]; in test_memchunks_drain() local [all...] |
| /third_party/musl/porting/liteos_a_newlib/kernel/src/ |
| H A D | fs.c | 47 ssize_t _read(int fd, void *buf, size_t nbyte) in _read() argument 52 ssize_t _write(int fd, const void *buf, size_t nbyte) in _write() argument 62 int _fstat(int fd, struct stat *buf) in _fstat() argument 67 int _stat(const char *path, struct stat *buf) in _stat() argument 94 ssize_t _read(int fd, void *buf, size_t nbyte) in _read() argument 99 ssize_t _write(int fd, const void *buf, size_ argument 109 _fstat(int fd, struct stat *buf) _fstat() argument 114 _stat(const char *path, struct stat *buf) _stat() argument [all...] |
| /third_party/musl/porting/uniproton/kernel/src/time/ |
| H A D | strftime.c | 218 char buf[100]; in __strftime_l() local
|
| /third_party/musl/src/stdio/ |
| H A D | fmemopen.c | 11 unsigned char *buf; member 18 unsigned char buf[UNGET+BUFSIZ], buf2[]; member 35 static size_t mread(FILE *f, unsigned char *buf, size_t len) in mread() argument 56 static size_t mreadx(FILE *f, unsigned char *buf, size_ argument 70 mwrite(FILE *f, const unsigned char *buf, size_t len) mwrite() argument 97 fmemopen(void *restrict buf, size_t size, const char *restrict mode) fmemopen() argument [all...] |
| /third_party/ninja/src/ |
| H A D | msvc_helper-win32.cc | 85 char buf[64 << 10]; in Run() local
|
| /third_party/node/deps/icu-small/source/common/ |
| H A D | util_props.cpp | 148 UnicodeString buf; in parseUnicodeIdentifier() local
|
| /third_party/mesa3d/src/intel/ds/ |
| H A D | intel_pps_perf.cc | 114 ssize_t IntelPerf::read_oa_stream(void *buf, size_t bytes) const in read_oa_stream() argument
|
| /third_party/node/deps/ngtcp2/nghttp3/lib/ |
| H A D | nghttp3_buf.c | 28 void nghttp3_buf_init(nghttp3_buf *buf) { in nghttp3_buf_init() argument 32 void nghttp3_buf_wrap_init(nghttp3_buf *buf, uint8_t *src, size_t len) { in nghttp3_buf_wrap_init() argument 37 nghttp3_buf_free(nghttp3_buf *buf, const nghttp3_mem *mem) nghttp3_buf_free() argument 41 nghttp3_buf_left(const nghttp3_buf *buf) nghttp3_buf_left() argument 45 nghttp3_buf_len(const nghttp3_buf *buf) nghttp3_buf_len() argument 49 nghttp3_buf_cap(const nghttp3_buf *buf) nghttp3_buf_cap() argument 53 nghttp3_buf_reset(nghttp3_buf *buf) nghttp3_buf_reset() argument 55 nghttp3_buf_reserve(nghttp3_buf *buf, size_t size, const nghttp3_mem *mem) nghttp3_buf_reserve() argument 86 nghttp3_typed_buf_init(nghttp3_typed_buf *tbuf, const nghttp3_buf *buf, nghttp3_buf_type type) nghttp3_typed_buf_init() argument [all...] |
| H A D | nghttp3_ringbuf.c | 123 uint8_t *buf; in nghttp3_ringbuf_reserve() local [all...] |
| /third_party/node/deps/ngtcp2/ngtcp2/lib/ |
| H A D | ngtcp2_ringbuf.c | 46 uint8_t *buf = ngtcp2_mem_malloc(mem, nmemb * size); in ngtcp2_ringbuf_init() local 56 ngtcp2_ringbuf_buf_init(ngtcp2_ringbuf *rb, size_t nmemb, size_t size, uint8_t *buf, const ngtcp2_mem *mem) ngtcp2_ringbuf_buf_init() argument [all...] |
| /third_party/node/deps/icu-small/source/i18n/ |
| H A D | uni2name.cpp | 85 char* buf = (char*) uprv_malloc(maxLen); in handleTransliterate() local
|
| /third_party/node/deps/nghttp2/lib/ |
| H A D | nghttp2_hd_huffman.c | 110 nghttp2_hd_huff_decode(nghttp2_hd_huff_decode_context *ctx, nghttp2_buf *buf, const uint8_t *src, size_t srclen, int final) nghttp2_hd_huff_decode() argument
|
| /third_party/mesa3d/src/panfrost/util/ |
| H A D | pan_lower_xfb.c | 50 nir_ssa_def *buf = nir_load_xfb_address(b, 64, .base = buffer); in lower_xfb_output() local
|
| /third_party/mesa3d/src/util/ |
| H A D | u_debug_refcnt.c | 160 char buf[1024]; in debug_reference_slowpath() local
|
| /third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
| H A D | lp_state_so.c | 97 void *buf = llvmpipe_resource(targets[i]->buffer)->data; in llvmpipe_set_so_targets() local
|
| /third_party/libexif/contrib/aolserver/ |
| H A D | nsexif.c | 45 char buf[BUFSIZE]; in rec_put() local
|
| /third_party/libfuse/example/ |
| H A D | null.c | 77 static int null_read(const char *path, char *buf, size_t size, in null_read() argument 94 static int null_write(const char *path, const char *buf, size_t size, in null_write() argument
|
| /third_party/libfuse/test/ |
| H A D | stracedecode.c | 58 static void process_buf(int dir, char *buf, int len) in process_buf() argument 126 char buf[104857 in main() local [all...] |
| /third_party/ltp/testcases/kernel/io/direct_io/ |
| H A D | diotest1.c | 84 char *buf; in main() local
|
| /third_party/ltp/testcases/kernel/mem/hugetlb/hugeshmctl/ |
| H A D | hugeshmctl03.c | 43 static struct shmid_ds buf; variable
|
| /third_party/ltp/testcases/kernel/syscalls/ipc/msgrcv/ |
| H A D | msgrcv03.c | 35 static struct buf { struct
|
| /third_party/ltp/testcases/kernel/syscalls/link/ |
| H A D | link03.c | 71 struct stat buf; in main() local
|
| /third_party/ltp/testcases/kernel/syscalls/open/ |
| H A D | open01.c | 46 struct stat buf; in verify_open() local
|
| /third_party/ltp/testcases/kernel/syscalls/openat/ |
| H A D | openat01.c | 80 char buf[PATH_MAX]; in setup() local
|