Searched refs:endCount (Results 1 – 2 of 2) sorted by relevance
393 uint64_t endCount = entryCount; in getPostCodeForBoot() local396 endCount = entryCount + postcode.size(); in getPostCodeForBoot()397 if (skip < endCount && (top + skip) > entryCount) in getPostCodeForBoot()403 std::min(static_cast<uint64_t>(top + skip), endCount) - in getPostCodeForBoot()409 asyncResp->res.jsonValue["Members@odata.count"] = endCount; in getPostCodeForBoot()417 bootCount, endCount, skip, top); in getPostCodeForBoot()419 else if (skip + top < endCount) in getPostCodeForBoot()
1105 stbtt_uint32 endCount = index_map + 14; in stbtt_FindGlyphIndex() local1106 stbtt_uint32 search = endCount; in stbtt_FindGlyphIndex()1130 stbtt_uint16 item = (stbtt_uint16) ((search - endCount) >> 1); in stbtt_FindGlyphIndex()1132 STBTT_assert(unicode_codepoint <= ttUSHORT(data + endCount + 2*item)); in stbtt_FindGlyphIndex()