Home
last modified time | relevance | path

Searched defs:ARR_SIZE (Results 1 – 9 of 9) sorted by relevance

/external/cronet/stable/third_party/llvm-libc/src/test/src/stdio/
Dfgets_test.cpp64 constexpr size_t ARR_SIZE = sizeof(output_arr) / sizeof(char *); in TEST() local
/external/cronet/tot/third_party/llvm-libc/src/test/src/stdio/
Dfgets_test.cpp64 constexpr size_t ARR_SIZE = sizeof(output_arr) / sizeof(char *); in TEST() local
/external/llvm-libc/test/src/stdio/
Dfgets_test.cpp64 constexpr size_t ARR_SIZE = sizeof(output_arr) / sizeof(char *); in TEST() local
/external/capstone/
Dutils.h54 #define ARR_SIZE(a) (sizeof(a)/sizeof(a[0])) macro
/external/cronet/stable/third_party/llvm-libc/src/test/src/__support/
Dblockstore_test.cpp73 constexpr int ARR_SIZE = 6; in erase_test() local
/external/cronet/tot/third_party/llvm-libc/src/test/src/__support/
Dblockstore_test.cpp73 constexpr int ARR_SIZE = 6; in erase_test() local
/external/llvm-libc/test/src/__support/
Dblockstore_test.cpp73 constexpr int ARR_SIZE = 6; in erase_test() local
/external/capstone/tests/
Dtest_m680x.c10 #define ARR_SIZE(a) (sizeof(a)/sizeof(a[0])) macro
/external/capstone/bindings/ocaml/
Docaml.c13 #define ARR_SIZE(a) (sizeof(a)/sizeof(a[0])) macro