Home
last modified time | relevance | path

Searched defs:intvl (Results 1 – 5 of 5) sorted by relevance

/external/skia/src/gpu/
DGrResourceAllocator.cpp72 if (Interval* intvl = fIntvlHash.find(proxy->uniqueID().asUInt())) { variable
137 void GrResourceAllocator::IntervalList::insertByIncreasingStart(Interval* intvl) { in insertByIncreasingStart()
168 void GrResourceAllocator::IntervalList::insertByIncreasingEnd(Interval* intvl) { in insertByIncreasingEnd()
DGrResourceAllocator.h166 static const uint32_t& GetKey(const Interval& intvl) { in GetKey()
/external/skqp/src/gpu/
DGrResourceAllocator.cpp72 if (Interval* intvl = fIntvlHash.find(proxy->uniqueID().asUInt())) { variable
137 void GrResourceAllocator::IntervalList::insertByIncreasingStart(Interval* intvl) { in insertByIncreasingStart()
168 void GrResourceAllocator::IntervalList::insertByIncreasingEnd(Interval* intvl) { in insertByIncreasingEnd()
DGrResourceAllocator.h166 static const uint32_t& GetKey(const Interval& intvl) { in GetKey()
/external/tcpdump/
Dprint-vrrp.c131 uint16_t intvl = (bp[4] & 0x0f) << 8 | bp[5]; in vrrp_print() local