Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dmemory-chunk-layout.h34 static const int kNumSets = NUMBER_OF_REMEMBERED_SET_TYPES;
51 FIELD(SlotSet* [kNumSets], SlotSet),
55 FIELD(TypedSlotsSet* [kNumSets], TypedSlotSet),
56 FIELD(void* [kNumSets], InvalidatedSlots),
/external/dng_sdk/source/
Ddng_bad_pixels.cpp1035 const uint32 kNumSets = 3; in FixClusteredPixel() local
1038 static const int32 kOffset [kNumSets] [kSetSize] [2] = in FixClusteredPixel()
1066 for (uint32 set = 0; set < kNumSets; set++) in FixClusteredPixel()
1544 const uint32 kNumSets = 8; in FixClusteredRect() local
1547 static const int32 kOffset [kNumSets] [kSetSize] [2] = in FixClusteredRect()
1645 for (uint32 set = 0; set < kNumSets && !didFixPixel; set++) in FixClusteredRect()
/external/libchrome/base/task/sequence_manager/
Dwork_queue_sets_unittest.cc23 work_queue_sets_.reset(new WorkQueueSets(kNumSets, "test")); in SetUp()
35 kNumSets = 5 // An arbitary choice. enumerator