Home
last modified time | relevance | path

Searched refs:startSize (Results 1 – 4 of 4) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ot-layout-common-private.hh1615 if (unlikely (f < 1 || f > 3 || startSize > endSize)) return 3 * UINT16::static_size; in get_size()
1616 return UINT16::static_size * (4 + ((endSize - startSize) >> (4 - f))); in get_size()
1643 if (ppem_size < startSize || ppem_size > endSize) in get_delta_pixels()
1646 unsigned int s = ppem_size - startSize; in get_delta_pixels()
1661 UINT16 startSize; /* Smallest size to correct--in ppem */ member
/external/lzma/CPP/7zip/UI/Common/
DLoadCodecs.cpp521 unsigned startSize = Codecs.Size() + Hashers.Size(); in LoadDll() local
523 used = (startSize != Codecs.Size() + Hashers.Size()); in LoadDll()
526 startSize = Formats.Size(); in LoadDll()
528 if (startSize != Formats.Size()) in LoadDll()
/external/clang/lib/Index/
DUSRGeneration.cpp166 const unsigned startSize = Buf.size(); in EmitDeclName() local
169 return startSize == endSize; in EmitDeclName()
/external/golang-protobuf/proto/
Dproperties.go61 const startSize = 10 // initial slice/string sizes const