Searched defs:getBits (Results 1 – 5 of 5) sorted by relevance
44 uint32_t getBits() const {return mBits;} in getBits() function
94 uint32_t getBits() const {return mBits;} in getBits() function
54 uint32_t ABitReader::getBits(size_t n) { in getBits() function in android::ABitReader
217 private static int getBits(byte b, int b0, int width) { in getBits() method
25 static unsigned getBits(InsnType insn, int pos, int l) { in getBits() function