Home
last modified time | relevance | path

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

/third_party/boost/libs/sort/test/
Dtest_block_indirect_sort.cpp32 const uint64_t NELEM = 2000000; variable
155 void test_int_array(uint32_t NELEM) in test_int_array()
Dtest_insert_sort.cpp84 const uint32_t NELEM = 6667; in test02() local
Dtest_flat_stable_sort.cpp117 const uint32_t NELEM = 100000; in test3() local
Dtest_spinsort.cpp156 const uint32_t NELEM = 100000; in test4() local
Dtest_sample_sort.cpp154 const uint32_t NELEM = 100000; in test5() local
Dtest_parallel_stable_sort.cpp155 const uint32_t NELEM = 100000; in test5() local
/third_party/flutter/engine/flutter/third_party/txt/tests/
DWordBreakerTests.cpp30 #define NELEM(x) ((sizeof(x) / sizeof((x)[0]))) macro
DHyphenatorTest.cpp24 #define NELEM(x) ((sizeof(x) / sizeof((x)[0]))) macro
/third_party/mksh/
Dsh.h568 #define NELEM(a) (sizeof(a) / sizeof((a)[0])) macro