Home
last modified time | relevance | path

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

/external/expat/xmlwf/
Dxmlfile.c68 # define READ_SIZE 16 macro
70 # define READ_SIZE (1024 * 8) macro
191 char *buf = (char *)XML_GetBuffer(parser, READ_SIZE); in processStream()
199 nread = read(fd, buf, READ_SIZE); in processStream()
/external/elfutils/libdwfl/
Dgzip.c78 #define READ_SIZE (1 << 20) macro
202 state.input_buffer = malloc (READ_SIZE); in unzip()
206 ssize_t n = pread_retry (fd, state.input_buffer, READ_SIZE, start_offset); in unzip()
253 ssize_t n = pread_retry (fd, state.input_buffer, READ_SIZE, in unzip()
319 ssize_t n = pread_retry (fd, state.input_buffer, READ_SIZE, in unzip()
/external/ltp/testcases/cve/
Dmeltdown.c310 #define READ_SIZE 32 macro
317 char read[READ_SIZE] = { 0 }; in run()
318 char expected[READ_SIZE] = { 0 }; in run()
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/tests/
Dstack_ops_decomposition.mlir23 // CHECK-NEXT: %[[READ_SIZE:.*]] = "tf.ReadVariableOp"(%[[SIZE]])
26 …:.*]] = "tf.XlaDynamicUpdateSlice"(%[[READ_VAL]], %[[UPDATE_SLICE]], %[[READ_SIZE]]) : (tensor<10x…
29 …// CHECK-NEXT: %[[NEW_SIZE:.*]] = "tf.AddV2"(%[[READ_SIZE]], %[[CONST1]]) : (tensor<1xi32>, tensor…