Searched defs:bitIndex (Results 1 – 6 of 6) sorted by relevance
115 uint32 bitIndex; in getNbits() local163 uint32 bitIndex; in getUpTo9bits() local199 uint32 bitIndex; in getUpTo17bits() local237 uint32 bitIndex; in get1bit() local
104 UInt bitIndex; in getbits() local176 UInt bitIndex; in get1bits() local211 UInt bitIndex; in get9_n_lessbits() local275 UInt bitIndex; in get17_n_lessbits() local
78 uint8 bitIndex; /* Next bit within the byte */ member88 uint16 bitIndex; /* Index: next bit to write */ member
37 void BitSet::set(int32_t bitIndex) { in set()
504 uint32 bitIndex; in getFileInfo() local
29 #define I32_FLAG(bitIndex) ((int32_t)1<<(bitIndex)) argument