Searched refs:Bits (Results 1 – 7 of 7) sorted by relevance
56 IMG_UINT32 Bits) in Show_Bits() argument62 uiByteSize = (Bits + ByteStartBit + 7) >> 3; in Show_Bits()67 if (Bcnt > Bits + ByteStartBit || Bcnt <= ByteStartBit) in Show_Bits()202 wrt_bytes_p = &(elt_p[mtx_hdr->Elements]->Bits); in lnc__write_upto8bits_elements()1202 IMG_UINT8 Bits = 32; in Bits2Code() local1207 Bits--; in Bits2Code()1209 return Bits; in Bits2Code()
70 IMG_UINT8 Bits; member
56 IMG_UINT32 Bits)62 uiByteSize = (Bits + ByteStartBit + 7) >> 3;67 if (Bcnt > Bits + ByteStartBit || Bcnt <= ByteStartBit)202 wrt_bytes_p = &(elt_p[mtx_hdr->Elements]->Bits); in pnw__write_upto8bits_elements()1045 IMG_UINT8 Bits = 32; in Bits2Code() local1050 Bits--; in Bits2Code()1052 return Bits; in Bits2Code()
74 IMG_UINT8 Bits; member
55 IMG_UINT32 __maybe_unused Bits) in Show_Bits() argument63 uiByteSize = (Bits + ByteStartBit + 7) >> 3; in Show_Bits()68 if (Bcnt > Bits + ByteStartBit || Bcnt <= ByteStartBit) in Show_Bits()1362 IMG_UINT8 Bits = 32; in Bits2Code() local1367 Bits--; in Bits2Code()1369 return Bits; in Bits2Code()
7196 typedef typename TypeWithSize<sizeof(RawType)>::UInt Bits;7211 static const Bits kSignBitMask = static_cast<Bits>(1) << (kBitCount - 1);7214 static const Bits kFractionBitMask =7215 ~static_cast<Bits>(0) >> (kExponentBitCount + 1);7218 static const Bits kExponentBitMask = ~(kSignBitMask | kFractionBitMask);7247 static RawType ReinterpretBits(const Bits bits) {7264 const Bits &bits() const { return u_.bits_; }7267 Bits exponent_bits() const { return kExponentBitMask & u_.bits_; }7270 Bits fraction_bits() const { return kFractionBitMask & u_.bits_; }7273 Bits sign_bit() const { return kSignBitMask & u_.bits_; }[all …]
46 ;# 0 with 4, 1 with 5, 2 with 6, and 3 with 7. Bits 0...3 index the