Home
last modified time | relevance | path

Searched refs:READ_SIZE (Results 1 – 3 of 3) sorted by relevance

/external/expat/xmlwf/
Dxmlfile.c68 #define READ_SIZE 16 macro
70 #define READ_SIZE (1024*8) macro
204 char *buf = (char *)XML_GetBuffer(parser, READ_SIZE); in processStream()
212 nread = read(fd, buf, READ_SIZE); in processStream()
/external/elfutils/libdwfl/
Dgzip.c72 #define READ_SIZE (1 << 20) macro
194 state.input_buffer = malloc (READ_SIZE); in unzip()
198 ssize_t n = pread_retry (fd, state.input_buffer, READ_SIZE, start_offset); in unzip()
244 ssize_t n = pread_retry (fd, state.input_buffer, READ_SIZE, in unzip()
/external/ltp/testcases/cve/
Dmeltdown.c319 #define READ_SIZE 32 macro
326 char read[READ_SIZE] = { 0 }; in run()
327 char expected[READ_SIZE] = { 0 }; in run()