Searched refs:endCount (Results 1 – 2 of 2) sorted by relevance
358 uint64_t endCount = entryCount; in getPostCodeForBoot() local361 endCount = entryCount + postcode.size(); in getPostCodeForBoot()362 if (skip < endCount && (top + skip) > entryCount) in getPostCodeForBoot()368 std::min(static_cast<uint64_t>(top + skip), endCount) - in getPostCodeForBoot()374 asyncResp->res.jsonValue["Members@odata.count"] = endCount; in getPostCodeForBoot()382 bootCount, endCount, skip, top); in getPostCodeForBoot()384 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()