HomeSort by relevance Sort by last modified time
    Searched defs:kSlotCount (Results 1 - 2 of 2) sorted by null

  /system/chre/apps/chqts/src/shared/
dumb_allocator_test.cc 22 static constexpr size_t kSlotCount = 5;
24 typedef nanoapp_testing::DumbAllocator<kAllocSize, kSlotCount> DA;
40 void *ptrs[kSlotCount];
41 for (size_t i = 0; i < kSlotCount; i++) {
52 constexpr size_t kFreeIndex = kSlotCount / 2;
59 for (size_t i = 0; i < kSlotCount; i++) {
  /external/v8/src/
frames.h 75 static const int kSlotCount = kSize >> kPointerSizeLog2;
    [all...]

Completed in 351 milliseconds