Home
last modified time | relevance | path

Searched refs:mask_bits (Results 1 - 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-set-digest.hh52 static constexpr unsigned mask_bits = sizeof (mask_t) * 8; member
70 if ((b >> shift) - (a >> shift) >= mask_bits - 1) in add_range()
110 { return ((mask_t) 1) << ((g >> shift) & (mask_bits - 1)); } in mask_for()
/third_party/ffmpeg/libavcodec/
H A Descape124.c99 unsigned mask_bits = get_bits(gb, 4); in unpack_codebook() local
104 if (mask_bits & (1 << j)) in unpack_codebook()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A Dangletypes.h782 uint32_t mask_bits = static_cast<uint32_t>((mask.to_ulong() >> index) & 0x10001);
783 switch (mask_bits)
/third_party/rust/crates/rust-openssl/openssl/src/
H A Dbn.rs256 pub fn mask_bits(&mut self, n: i32) -> Result<(), ErrorStack> { in mask_bits() functions

Completed in 6 milliseconds