Home
last modified time | relevance | path

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

/external/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()
/external/ltp/testcases/kernel/io/ltp-aiodio/
Ddio_read.c111 long long buffsize; in setup() local
Daiocp.c268 const int buffsize = 4096; in run() local
/external/lua/src/
Dlzio.h26 size_t buffsize; member
/external/ltp/testcases/kernel/fs/proc/
Dproc01.c65 size_t buffsize = 1024; variable
/external/curl/lib/vtls/
Dwolfssl.c1024 int buffsize = (blen > (size_t)INT_MAX) ? INT_MAX : (int)blen; in wolfssl_recv() local
Dgskit.c653 int buffsize = buffersize > (size_t) INT_MAX? INT_MAX: (int) buffersize; in gskit_recv() local
Dopenssl.c1918 int buffsize; in ossl_shutdown() local
4506 int buffsize; in ossl_recv() local
/external/cronet/third_party/android_ndk/sources/android/cpufeatures/
Dcpu-features.c175 read_file(const char* pathname, char* buffer, size_t buffsize) in read_file()