HomeSort by relevance Sort by last modified time
    Searched refs:MaxReserved (Results 1 - 4 of 4) sorted by null

  /frameworks/native/libs/vr/libbroadcastring/
broadcast_ring_test.cc 63 uint32_t StaticCount = 0, uint32_t MaxReserved = 1,
69 static constexpr uint32_t kMaxReservedRecords = MaxReserved;
71 static constexpr uint32_t kMinRecordCount = MaxReserved + MinAvailable;
74 template <typename Record, bool StaticSize = false, uint32_t MaxReserved = 1,
77 : public Traits<Record, StaticSize, 0, MaxReserved, MinAvailable> {
79 static uint32_t MinCount() { return MaxReserved + MinAvailable; }
83 uint32_t MaxReserved = 1, uint32_t MinAvailable = 0>
85 : public Traits<Record, true, StaticCount, MaxReserved, MinAvailable> {
  /external/v8/src/heap/
heap.h     [all...]
heap.cc     [all...]
  /external/v8/src/
api.cc     [all...]

Completed in 425 milliseconds