Home
last modified time | relevance | path

Searched defs:buffsize (Results 1 – 10 of 10) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/cma/
Dprocess_vm_writev02.c26 static void child_alloc_and_verify(int buffsize) in child_alloc_and_verify()
50 static void child_write(int buffsize, pid_t pid_alloc) in child_write()
Dprocess_vm_readv03.c54 static void create_data_size(int *arr, int arr_sz, int buffsize) in create_data_size()
89 pid_t pid_alloc, int buffsize) in child_read()
/third_party/musl/src/locale/
Dlocaleconv.c52 #define INITIALIZE_ICURES_PTR(posix_lconv_ptr, lconv_icures_ptr, buffsize) \ argument
/third_party/ltp/testcases/kernel/io/ltp-aiodio/
Ddio_read.c111 long long buffsize; in setup() local
Daiocp.c268 const int buffsize = 4096; in run() local
/third_party/ltp/testcases/kernel/fs/proc/
Dproc01.c65 size_t buffsize = 1024; variable
/third_party/curl/lib/vtls/
Dwolfssl.c1082 int buffsize = (blen > (size_t)INT_MAX) ? INT_MAX : (int)blen; in wolfssl_recv() local
Dopenssl.c1960 int buffsize; in ossl_shutdown() local
4658 int buffsize; in ossl_recv() local
/third_party/ffmpeg/fftools/
Dcmdutils.c207 int i, buffsize = 0, offset = 0; in prepare_app_arguments() local
/third_party/ffmpeg/libavformat/
Dflvdec.c431 static int amf_get_string(AVIOContext *ioc, char *buffer, int buffsize) in amf_get_string()