Home
last modified time | relevance | path

Searched refs:kBlockShift (Results 1 – 17 of 17) sorted by relevance

/dports/lang/spidermonkey78/firefox-78.9.0/gfx/thebes/
H A DSharedFontList.h30 static const uint32_t kBlockShift = 20u; member
31 static_assert(kIndexBits + kBlockShift == 32u, "bad Pointer bit count");
34 static const uint32_t kOffsetMask = (1u << kBlockShift) - 1;
42 : mBlockAndOffset((aBlock << kBlockShift) | aOffset) { in Pointer()
43 MOZ_ASSERT(aBlock < (1u << kIndexBits) && aOffset < (1u << kBlockShift)); in Pointer()
54 uint32_t Block() const { return mBlockAndOffset >> kBlockShift; } in Block()
H A DSharedFontList-impl.h274 static_assert(SHM_BLOCK_SIZE <= (1 << Pointer::kBlockShift),
/dports/www/firefox-esr/firefox-91.8.0/gfx/thebes/
H A DSharedFontList.h32 static const uint32_t kBlockShift = 20u; member
33 static_assert(kIndexBits + kBlockShift == 32u, "bad Pointer bit count");
36 static const uint32_t kOffsetMask = (1u << kBlockShift) - 1;
44 : mBlockAndOffset((aBlock << kBlockShift) | aOffset) { in Pointer()
45 MOZ_ASSERT(aBlock < (1u << kIndexBits) && aOffset < (1u << kBlockShift)); in Pointer()
64 uint32_t Block() const { return mBlockAndOffset >> kBlockShift; } in Block()
H A DSharedFontList-impl.h298 static_assert(SHM_BLOCK_SIZE <= (1 << Pointer::kBlockShift),
/dports/www/firefox/firefox-99.0/gfx/thebes/
H A DSharedFontList.h32 static const uint32_t kBlockShift = 20u; member
33 static_assert(kIndexBits + kBlockShift == 32u, "bad Pointer bit count");
36 static const uint32_t kOffsetMask = (1u << kBlockShift) - 1;
44 : mBlockAndOffset((aBlock << kBlockShift) | aOffset) { in Pointer()
45 MOZ_ASSERT(aBlock < (1u << kIndexBits) && aOffset < (1u << kBlockShift)); in Pointer()
64 uint32_t Block() const { return mBlockAndOffset >> kBlockShift; } in Block()
H A DSharedFontList-impl.h300 static_assert(SHM_BLOCK_SIZE <= (1 << Pointer::kBlockShift),
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/thebes/
H A DSharedFontList.h32 static const uint32_t kBlockShift = 20u; member
33 static_assert(kIndexBits + kBlockShift == 32u, "bad Pointer bit count");
36 static const uint32_t kOffsetMask = (1u << kBlockShift) - 1;
44 : mBlockAndOffset((aBlock << kBlockShift) | aOffset) { in Pointer()
45 MOZ_ASSERT(aBlock < (1u << kIndexBits) && aOffset < (1u << kBlockShift)); in Pointer()
64 uint32_t Block() const { return mBlockAndOffset >> kBlockShift; } in Block()
H A DSharedFontList-impl.h298 static_assert(SHM_BLOCK_SIZE <= (1 << Pointer::kBlockShift),
/dports/japanese/uim-mozc/mozc-2.23.2815.102.01/src/storage/
H A Dexistence_filter.cc84 static const int kBlockShift = 21; // 2^21 bits == 256KB block member in mozc::storage::ExistenceFilter::BlockBitmap
85 static const int kBlockBits = 1 << kBlockShift;
105 num_blocks_ = (length >> kBlockShift); in BlockBitmap()
211 const uint32 bindex = index >> kBlockShift; in Get()
218 const uint32 bindex = index >> kBlockShift; in Set()
/dports/japanese/ibus-mozc/mozc-2.23.2815.102.01/src/storage/
H A Dexistence_filter.cc84 static const int kBlockShift = 21; // 2^21 bits == 256KB block member in mozc::storage::ExistenceFilter::BlockBitmap
85 static const int kBlockBits = 1 << kBlockShift;
105 num_blocks_ = (length >> kBlockShift); in BlockBitmap()
211 const uint32 bindex = index >> kBlockShift; in Get()
218 const uint32 bindex = index >> kBlockShift; in Set()
/dports/japanese/mozc-tool/mozc-2.23.2815.102.01/src/storage/
H A Dexistence_filter.cc84 static const int kBlockShift = 21; // 2^21 bits == 256KB block member in mozc::storage::ExistenceFilter::BlockBitmap
85 static const int kBlockBits = 1 << kBlockShift;
105 num_blocks_ = (length >> kBlockShift); in BlockBitmap()
211 const uint32 bindex = index >> kBlockShift; in Get()
218 const uint32 bindex = index >> kBlockShift; in Set()
/dports/japanese/mozc-server/mozc-2.23.2815.102.01/src/storage/
H A Dexistence_filter.cc84 static const int kBlockShift = 21; // 2^21 bits == 256KB block member in mozc::storage::ExistenceFilter::BlockBitmap
85 static const int kBlockBits = 1 << kBlockShift;
105 num_blocks_ = (length >> kBlockShift); in BlockBitmap()
211 const uint32 bindex = index >> kBlockShift; in Get()
218 const uint32 bindex = index >> kBlockShift; in Set()
/dports/japanese/fcitx-mozc/mozc-2.23.2815.102.01/src/storage/
H A Dexistence_filter.cc84 static const int kBlockShift = 21; // 2^21 bits == 256KB block member in mozc::storage::ExistenceFilter::BlockBitmap
85 static const int kBlockBits = 1 << kBlockShift;
105 num_blocks_ = (length >> kBlockShift); in BlockBitmap()
211 const uint32 bindex = index >> kBlockShift; in Get()
218 const uint32 bindex = index >> kBlockShift; in Set()
/dports/japanese/mozc-el/mozc-2.23.2815.102.01/src/storage/
H A Dexistence_filter.cc84 static const int kBlockShift = 21; // 2^21 bits == 256KB block member in mozc::storage::ExistenceFilter::BlockBitmap
85 static const int kBlockBits = 1 << kBlockShift;
105 num_blocks_ = (length >> kBlockShift); in BlockBitmap()
211 const uint32 bindex = index >> kBlockShift; in Get()
218 const uint32 bindex = index >> kBlockShift; in Set()
/dports/graphics/R-cran-s2/s2/src/s2/
H A Dencoded_s2point_vector.cc208 constexpr int kBlockShift = 4; variable
209 constexpr size_t kBlockSize = 1 << kBlockShift;
426 int num_blocks = (values.size() + kBlockSize - 1) >> kBlockShift; in EncodeS2PointVectorCompact()
793 const char* ptr = cell_ids_.blocks.GetStart(i >> kBlockShift); in DecodeCellIdsFormat()
/dports/graphics/s2/s2geometry-0.9.0/src/s2/
H A Dencoded_s2point_vector.cc208 constexpr int kBlockShift = 4; variable
209 constexpr size_t kBlockSize = 1 << kBlockShift;
426 int num_blocks = (values.size() + kBlockSize - 1) >> kBlockShift; in EncodeS2PointVectorCompact()
793 const char* ptr = cell_ids_.blocks.GetStart(i >> kBlockShift); in DecodeCellIdsFormat()
/dports/graphics/py-s2/s2geometry-0.9.0/src/s2/
H A Dencoded_s2point_vector.cc208 constexpr int kBlockShift = 4; variable
209 constexpr size_t kBlockSize = 1 << kBlockShift;
426 int num_blocks = (values.size() + kBlockSize - 1) >> kBlockShift; in EncodeS2PointVectorCompact()
793 const char* ptr = cell_ids_.blocks.GetStart(i >> kBlockShift); in DecodeCellIdsFormat()