Home
last modified time | relevance | path

Searched refs:READ_SIZE (Results 1 - 11 of 11) sorted by relevance

/third_party/musl/libc-test/src/functionalext/supplement/lock_info/
H A Dpthread_internal_lock_info.c40 #define READ_SIZE (49) in CheckHiLogPrint() macro
47 int res = snprintf_s(finalCommand, COMMAND_SIZE, READ_SIZE, "%s%s", command, needToMatch); in CheckHiLogPrint()
52 finalCommand[READ_SIZE] = '\0'; in CheckHiLogPrint()
/third_party/littlefs/runners/
H A Dbench_runner.h104 #define READ_SIZE bench_define(READ_SIZE_i) macro
119 BENCH_DEF(READ_SIZE, PROG_SIZE) \
125 BENCH_DEF(CACHE_SIZE, lfs_max(64,lfs_max(READ_SIZE,PROG_SIZE))) \
H A Dtest_runner.h98 #define READ_SIZE TEST_DEFINE(READ_SIZE_i) macro
114 TEST_DEF(READ_SIZE, PROG_SIZE) \
120 TEST_DEF(CACHE_SIZE, lfs_max(64,lfs_max(READ_SIZE,PROG_SIZE))) \
H A Dtest_runner.c1313 READ_SIZE, in list_geometries()
1342 .read_size = READ_SIZE, in run_powerloss_none()
1355 .read_size = READ_SIZE, in run_powerloss_none()
1418 .read_size = READ_SIZE, in run_powerloss_linear()
1431 .read_size = READ_SIZE, in run_powerloss_linear()
1511 .read_size = READ_SIZE, in run_powerloss_log()
1524 .read_size = READ_SIZE, in run_powerloss_log()
1602 .read_size = READ_SIZE, in run_powerloss_cycles()
1615 .read_size = READ_SIZE, in run_powerloss_cycles()
1791 .read_size = READ_SIZE, in run_powerloss_exhaustive()
[all...]
H A Dbench_runner.c1272 READ_SIZE, in list_geometries()
1317 .read_size = READ_SIZE, in perm_run()
1327 .read_size = READ_SIZE, in perm_run()
/third_party/skia/third_party/externals/expat/expat/xmlwf/
H A 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/elfutils/libdwfl/
H A Dgzip.c76 #define READ_SIZE (1 << 20) macro
200 state.input_buffer = malloc (READ_SIZE); in unzip()
204 ssize_t n = pread_retry (fd, state.input_buffer, READ_SIZE, start_offset); in unzip()
251 ssize_t n = pread_retry (fd, state.input_buffer, READ_SIZE, in unzip()
317 ssize_t n = pread_retry (fd, state.input_buffer, READ_SIZE, in unzip()
/third_party/musl/libc-test/src/functionalext/supplement/unistd/unistd_gtest/
H A Dunistd_read_test.cpp12 constexpr size_t READ_SIZE = 6; variable
47 char buf[READ_SIZE]; in HWTEST_F()
/third_party/ltp/testcases/cve/
H A Dmeltdown.c310 #define READ_SIZE 32 macro
317 char read[READ_SIZE] = { 0 }; in run()
318 char expected[READ_SIZE] = { 0 }; in run()
/third_party/musl/libc-test/src/functionalext/unittest/
H A Dunit_test_hilog_adapter.c86 #define READ_SIZE (49) in CheckHiLogPrint() macro
93 int res = snprintf_s(finalCommand, COMMAND_SIZE, READ_SIZE, "%s%s", command, needToMatch); in CheckHiLogPrint()
98 finalCommand[READ_SIZE] = '\0'; in CheckHiLogPrint()
/third_party/pulseaudio/src/pulsecore/
H A 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()

Completed in 10 milliseconds