Searched refs:TC3_ARRAYSIZE (Results 1 – 4 of 4) sorted by relevance
277 if (blocks_alloced_ < TC3_ARRAYSIZE(first_blocks_)) { in AllocNewBlock()350 if (index < TC3_ARRAYSIZE(first_blocks_)) { in AllocNewBlock()354 int index_in_overflow_blocks = index - TC3_ARRAYSIZE(first_blocks_); in AllocNewBlock()
24 #define TC3_ARRAYSIZE(a) \ macro
31 for (int i = 0; i < TC3_ARRAYSIZE(tmp); i++) { in TestMemory()220 for (int i = 0; i < TC3_ARRAYSIZE(tmp); i++) { in TEST_P()
22 #define TC3_ARRAYSIZE(a) \ macro