/third_party/musl/libc-test/src/functionalext/supplement/lock_info/ |
H A D | pthread_internal_lock_info.c | 40 #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 D | bench_runner.h | 104 #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 D | test_runner.h | 98 #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 D | test_runner.c | 1313 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 D | bench_runner.c | 1272 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 D | xmlfile.c | 74 # 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 D | gzip.c | 76 #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 D | unistd_read_test.cpp | 12 constexpr size_t READ_SIZE = 6; variable 47 char buf[READ_SIZE]; in HWTEST_F()
|
/third_party/ltp/testcases/cve/ |
H A D | meltdown.c | 310 #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 D | unit_test_hilog_adapter.c | 86 #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 D | ioline.c | 41 #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()
|