Home
last modified time | relevance | path

Searched refs:kUllSize (Results 1 – 1 of 1) sorted by relevance

/system/chre/apps/test/chqts/src/general_test/
Dsimple_heap_alloc_test.cc83 constexpr size_t kUllSize = sizeof(unsigned long long); in testMaxAlignment() local
84 static_assert(kUllSize >= 8, "Size of long long violates spec"); in testMaxAlignment()
86 uint8_t longlongMemory[kUllSize * 3 + kMaxAlignment]; in testMaxAlignment()
90 static_cast<unsigned long long>(zero) + (1ULL << (kUllSize * 8 - 4)); in testMaxAlignment()
95 if (((kUllSize == 8) && (result != kExpected)) || in testMaxAlignment()
96 ((kUllSize > 8) && (result <= kExpected))) { in testMaxAlignment()