Searched refs:kPageMask (Results 1 – 4 of 4) sorted by relevance
64 size_t indexSize = (mMaxVal + kPageMask) >> kLogValuesPerPage; in initFromRanges()91 ((start & kPageMask) >> kLogBitsPerEl); in initFromRanges()121 uint32_t offset = (fromIndex & kPageMask) >> kLogBitsPerEl; in nextSetBit()129 return (fromIndex & ~kPageMask) + (j << kLogBitsPerEl) + CountLeadingZeros(e); in nextSetBit()132 uint32_t maxPage = (mMaxVal + kPageMask) >> kLogValuesPerPage; in nextSetBit()
110 size_t nPages = (mMaxChar + kPageMask) >> kLogCharsPerPage; in FontCollection()
51 uint32_t index = ch & kPageMask; in get()68 static const int kPageMask = (1 << kLogValuesPerPage) - 1; variable
58 static const int kPageMask = (1 << kLogCharsPerPage) - 1; variable