Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
defs:read_buf
(Results
1 - 25
of
28
) sorted by relevance
1
2
/third_party/ltp/testcases/kernel/device-drivers/agp/user_space/
H
A
D
user_tagp.c
140
char
read_buf
[BUFFER_LEN];
in agpgart_io_test()
local
/third_party/libsnd/tests/
H
A
D
dwvw_test.c
57
static int
read_buf
[BUFFER_SIZE] ;
in dwvw_test()
local
/third_party/ltp/testcases/kernel/syscalls/dup2/
H
A
D
dup207.c
51
char
read_buf
[20];
in run()
local
/third_party/ltp/testcases/kernel/syscalls/poll/
H
A
D
poll01.c
48
char
read_buf
[BUF_SIZE];
in verify_pollin()
local
/third_party/ltp/testcases/kernel/sound/
H
A
D
snd_timer01.c
85
char
read_buf
[MAX_BUFSIZE];
in run()
local
/third_party/ltp/testcases/kernel/syscalls/lseek/
H
A
D
lseek07.c
39
char
read_buf
[64];
in verify_lseek()
local
H
A
D
lseek01.c
39
char
read_buf
[64];
in verify_lseek()
local
/third_party/ltp/testcases/kernel/syscalls/llseek/
H
A
D
llseek03.c
78
char
read_buf
[128];
in verify_lseek()
local
/third_party/ltp/testcases/kernel/syscalls/msync/
H
A
D
msync01.c
92
char
read_buf
[BUF_SIZE]; /* buffer to hold data read from file */
in main()
local
/third_party/ltp/testcases/kernel/security/dirtypipe/
H
A
D
dirtypipe.c
52
static char *pattern_buf, *
read_buf
;
variable
/third_party/ltp/testcases/kernel/syscalls/epoll_ctl/
H
A
D
epoll_ctl01.c
77
char
read_buf
[sizeof(write_buf)];
in check_epoll_ctl()
local
/third_party/ltp/testcases/kernel/syscalls/truncate/
H
A
D
truncate02.c
48
char
read_buf
[tc->read_count];
in verify_truncate()
local
/third_party/rust/crates/nix/test/sys/
H
A
D
test_uio.rs
46
let mut
read_buf
: Vec<u8> = iter::repeat(0u8).take(128 * 16).collect();
in test_writev()
variables
95
let mut
read_buf
= Vec::with_capacity(to_write.len());
in test_readv()
variables
/third_party/ltp/testcases/kernel/syscalls/pwrite/
H
A
D
pwrite01.c
31
static char *
read_buf
[NBUFS];
variable
/third_party/ltp/testcases/kernel/syscalls/epoll_wait/
H
A
D
epoll_wait01.c
42
char
read_buf
[write_size];
in get_writesize()
local
134
char
read_buf
[sizeof(write_buf)];
in verify_epollin()
local
175
char
read_buf
[sizeof(write_buf)];
in verify_epollio()
local
/third_party/ltp/testcases/kernel/syscalls/pread/
H
A
D
pread01.c
30
static char *
read_buf
[NBUFS];
variable
/third_party/ffmpeg/libavformat/
H
A
D
mux_utils.c
62
uint8_t *buf, *
read_buf
[2];
in ff_format_shift_data()
local
/third_party/NuttX/drivers/usbdev/gadget/
H
A
D
f_hid.h
76
void *
read_buf
;
member
H
A
D
cdcacm.c
438
char *
read_buf
;
in cdcacm_fill_rdrequest()
local
/third_party/ltp/testcases/kernel/syscalls/open/
H
A
D
open12.c
136
char
read_buf
;
in test_noatime()
local
/base/request/request/services/src/task/
H
A
D
upload.rs
72
let mut
read_buf
= buf.take(total_upload_bytes);
in poll_read()
variables
/base/sensors/sensor/rust/utils/socket_ipc_rust_ffi/src/
H
A
D
stream_buffer.rs
175
fn
read_buf
(&self) -> *const c_char {
in read_buf()
functions
/third_party/libwebsockets/win32port/zlib/
H
A
D
deflate.c
1038
local int
read_buf
(strm, buf, size)
in read_buf()
function
/third_party/libfuse/include/
H
A
D
fuse.h
773
int (*
read_buf
) (const char *, struct fuse_bufvec **bufp,
member
/third_party/node/deps/zlib/
H
A
D
deflate.c
212
local unsigned
read_buf
(z_streamp strm, Bytef *buf, unsigned size) {
in read_buf()
function
Completed in 17 milliseconds
1
2