Searched defs:endSize (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/Index/
H A DUSRGeneration.cpp168 const unsigned endSize = Buf.size(); local
169 return startSize == endSize;
/external/harfbuzz_ng/src/
H A Dhb-ot-layout-common-private.hh1564 if (unlikely (f < 1 || f > 3 || startSize > endSize)) return 3 * USHORT::static_size;
1565 return USHORT::static_size * (4 + ((endSize - startSize) >> (4 - f)));
1592 if (ppem_size < startSize || ppem_size > endSize)
1611 USHORT endSize; /* Largest size to correct--in ppem */ member in struct:OT::ConditionFormat1

Completed in 118 milliseconds