Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/expat/expat/xmlwf/
Dxmlfile.c74 # define READ_SIZE 16 macro
76 # define READ_SIZE (1024 * 8) macro
197 char *buf = (char *)XML_GetBuffer(parser, READ_SIZE); in processStream()
205 nread = read(fd, buf, READ_SIZE); in processStream()
/third_party/expat/xmlwf/
Dxmlfile.c74 # define READ_SIZE 16 macro
76 # define READ_SIZE (1024 * 8) macro
197 char *buf = (char *)XML_GetBuffer(parser, READ_SIZE); in processStream()
205 nread = read(fd, buf, READ_SIZE); in processStream()
/third_party/ltp/testcases/cve/
Dmeltdown.c309 #define READ_SIZE 32 macro
316 char read[READ_SIZE] = { 0 }; in run()
317 char expected[READ_SIZE] = { 0 }; in run()
/third_party/pulseaudio/src/pulsecore/
Dioline.c41 #define READ_SIZE (1024) macro
292 if (len < READ_SIZE) { in do_read()
293 size_t n = l->rbuf_valid_length+READ_SIZE; in do_read()
317 pa_assert(len >= READ_SIZE); in do_read()
/third_party/gstreamer/gstplugins_bad/gst/rtmp2/rtmp/
Drtmpconnection.c38 #define READ_SIZE 8192 macro
268 rtmpconnection->input_bytes = g_byte_array_sized_new (2 * READ_SIZE); in gst_rtmp_connection_init()
471 g_byte_array_set_size (sc->input_bytes, oldsize + READ_SIZE); in gst_rtmp_connection_input_ready()
474 sc->input_bytes->data + oldsize, READ_SIZE, sc->cancellable, &error); in gst_rtmp_connection_input_ready()