Home
last modified time | relevance | path

Searched refs:endCount (Results 1 – 2 of 2) sorted by relevance

/openbmc/bmcweb/redfish-core/lib/
H A Dsystems_logservices_postcodes.hpp358 uint64_t endCount = entryCount; in getPostCodeForBoot() local
361 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()
/openbmc/u-boot/drivers/video/
H A Dstb_truetype.h1105 stbtt_uint32 endCount = index_map + 14; in stbtt_FindGlyphIndex() local
1106 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()