Home
last modified time | relevance | path

Searched refs:TEST_FLAG_SIZE (Results 1 - 3 of 3) sorted by relevance

/third_party/musl/libc-test/src/functionalext/supplement/fcntl/
H A Dposix_fadvise.c20 #define TEST_FLAG_SIZE 6 macro
41 int flags[TEST_FLAG_SIZE] = {POSIX_FADV_NORMAL, in posix_fadvise_0100()
48 for (i = 0; i < TEST_FLAG_SIZE; i++) { in posix_fadvise_0100()
/third_party/musl/libc-test/src/functionalext/supplement/misc/misc_gtest/
H A Dmisc_nftw64_test.cpp8 #define TEST_FLAG_SIZE 4 macro
57 int flag[TEST_FLAG_SIZE] = { FTW_PHYS, FTW_MOUNT, FTW_CHDIR, FTW_DEPTH }; in HWTEST_F()
60 for (int i = 0; i < TEST_FLAG_SIZE; i++) { in HWTEST_F()
/third_party/musl/libc-test/src/functionalext/supplement/misc/
H A Dnftw.c28 #define TEST_FLAG_SIZE 4 macro
203 int flag[TEST_FLAG_SIZE] = {FTW_PHYS, FTW_MOUNT, FTW_CHDIR, FTW_DEPTH}; in nftw_0100()
205 for (i = 0; i < TEST_FLAG_SIZE; i++) { in nftw_0100()

Completed in 2 milliseconds