/third_party/ltp/testcases/kernel/syscalls/write/ |
H A D | write03.c | 25 static char wbuf[BUFSIZ], rbuf[BUFSIZ]; variable
|
/device/soc/rockchip/rk3588/kernel/drivers/staging/android/fiq_debugger/ |
H A D | fiq_debugger_ringbuf.h | 31 struct fiq_debugger_ringbuf *rbuf; in fiq_debugger_ringbuf_alloc() local 45 static inline void fiq_debugger_ringbuf_free(struct fiq_debugger_ringbuf *rbuf) in fiq_debugger_ringbuf_free() argument 50 fiq_debugger_ringbuf_level(struct fiq_debugger_ringbuf *rbuf) fiq_debugger_ringbuf_level() argument 60 fiq_debugger_ringbuf_room(struct fiq_debugger_ringbuf *rbuf) fiq_debugger_ringbuf_room() argument 66 fiq_debugger_ringbuf_peek(struct fiq_debugger_ringbuf *rbuf, int i) fiq_debugger_ringbuf_peek() argument 72 fiq_debugger_ringbuf_consume(struct fiq_debugger_ringbuf *rbuf, int count) fiq_debugger_ringbuf_consume() argument 83 fiq_debugger_ringbuf_push(struct fiq_debugger_ringbuf *rbuf, u8 datum) fiq_debugger_ringbuf_push() argument [all...] |
/third_party/ltp/testcases/cve/ |
H A D | cve-2016-7117.c | 75 static char rbuf[sizeof(MSG)]; variable
|
/third_party/ltp/testcases/kernel/syscalls/pipe/ |
H A D | pipe11.c | 28 unsigned char rbuf[read_per_child]; in do_child() local
|
H A D | pipe04.c | 84 char rbuf[BUFSIZ]; in main() local
|
/third_party/ltp/testcases/network/tcp_cmds/sendfile/ |
H A D | testsf_c.c | 35 char rbuf[PATH_MAX]; in main() local [all...] |
H A D | testsf_s.c | 40 char rbuf[PATH_MAX]; in main() local
|
/device/soc/rockchip/common/vendor/drivers/staging/android/fiq_debugger/ |
H A D | fiq_debugger_ringbuf.h | 32 struct fiq_debugger_ringbuf *rbuf; in fiq_debugger_ringbuf_alloc() local 47 static inline void fiq_debugger_ringbuf_free(struct fiq_debugger_ringbuf *rbuf) in fiq_debugger_ringbuf_free() argument 52 fiq_debugger_ringbuf_level(struct fiq_debugger_ringbuf *rbuf) fiq_debugger_ringbuf_level() argument 63 fiq_debugger_ringbuf_room(struct fiq_debugger_ringbuf *rbuf) fiq_debugger_ringbuf_room() argument 68 fiq_debugger_ringbuf_peek(struct fiq_debugger_ringbuf *rbuf, int i) fiq_debugger_ringbuf_peek() argument 73 fiq_debugger_ringbuf_consume(struct fiq_debugger_ringbuf *rbuf, int count) fiq_debugger_ringbuf_consume() argument 83 fiq_debugger_ringbuf_push(struct fiq_debugger_ringbuf *rbuf, u8 datum) fiq_debugger_ringbuf_push() argument [all...] |
/third_party/musl/libc-test/src/functionalext/supplement/unistd/ |
H A D | readlinkat.c | 79 char rbuf[BUFSIZ] = {0}; in readlinkat_0100() local 131 char rbuf[BUFSIZ] = {0}; in readlinkat_0200() local [all...] |
/third_party/node/deps/openssl/openssl/crypto/err/ |
H A D | err_blocks.c | 64 char *rbuf = NULL; in ERR_vset_error() local
|
/third_party/openssl/crypto/err/ |
H A D | err_blocks.c | 64 char *rbuf = NULL; in ERR_vset_error() local
|
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/debug/ |
H A D | mali_kbase_debug_ktrace_defs.h | 167 struct kbase_ktrace_msg *rbuf; member
|
H A D | mali_kbase_debug_ktrace.c | 31 struct kbase_ktrace_msg *rbuf; in kbase_ktrace_init() local [all...] |
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/debug/ |
H A D | mali_kbase_debug_ktrace_defs.h | 171 struct kbase_ktrace_msg *rbuf; member
|
H A D | mali_kbase_debug_ktrace.c | 28 struct kbase_ktrace_msg *rbuf; in kbase_ktrace_init() local [all...] |
/third_party/curl/src/ |
H A D | tool_cb_wrt.c | 227 unsigned char *rbuf = (unsigned char *)buffer; in tool_write_cb() local [all...] |
/third_party/ltp/testcases/kernel/syscalls/fallocate/ |
H A D | fallocate06.c | 61 static char *wbuf, *rbuf; variable
|
H A D | fallocate04.c | 64 char rbuf[size]; in check_file_data() local
|
/third_party/ltp/testcases/network/lib6/ |
H A D | asapi_02.c | 112 unsigned char rbuf[2048]; in ic6_recv() local
|
/third_party/ltp/testcases/kernel/syscalls/madvise/ |
H A D | madvise08.c | 107 char rbuf[1024]; in find_sequence() local
|
/third_party/mesa3d/src/gallium/drivers/r300/ |
H A D | r300_screen_buffer.c | 57 struct r300_resource *rbuf = r300_resource(buf); in r300_resource_destroy() local 91 struct r300_resource *rbuf = r300_resource(resource); in r300_buffer_transfer_map() local 168 struct r300_resource *rbuf; r300_buffer_create() local [all...] |
/third_party/rust/crates/nix/test/sys/ |
H A D | test_aio.rs | 115 let mut rbuf = vec![0; 4]; in test_accessors() variables 142 let mut rbuf = vec![0; 4]; in cancel() variables 165 let mut rbuf = vec![0; 4]; in error() variables 184 let mut rbuf = vec![0; 4]; in ok() variables 211 let mut rbuf in on_stack() variables 356 let mut rbuf = Vec::new(); ok() variables 386 let mut rbuf = Vec::new(); on_stack() variables 472 let mut rbuf = Vec::new(); ok() variables 519 let mut rbuf = Vec::new(); sigev_signal() variables 582 let mut rbuf = vec![0; 4]; test_aio_suspend() variables [all...] |
/third_party/backends/backend/ |
H A D | epsonds-cmd.c | 136 char header[13], rbuf[64]; /* add one more byte for header buffer to correct buffer overflow issue,*/ in esci2_cmd() local
|
/third_party/nghttp2/src/ |
H A D | shrpx_connection.h | 62 DefaultPeekMemchunks rbuf; member
|
/third_party/node/deps/ngtcp2/nghttp3/lib/ |
H A D | nghttp3_conn.h | 132 nghttp3_buf rbuf; member
|