Searched defs:getBits (Results 1 - 4 of 4) sorted by relevance

/frameworks/rs/
H A DrsComponent.h44 uint32_t getBits() const {return mBits;} function in class:android::renderscript::Component
H A DrsElement.h96 uint32_t getBits() const {return mBits;} function in class:android::renderscript::Element
/frameworks/av/media/libstagefright/foundation/
H A DABitReader.cpp54 uint32_t ABitReader::getBits(size_t n) { function in class:android::ABitReader
/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64InsnHelpers.h25 static unsigned getBits(InsnType insn, int pos, int l) { function in class:mcld::AArch64InsnHelpers
30 return getBits(insn, 0, 5);
34 return getBits(insn, 10, 5);
38 return getBits(insn, 10, 5);
42 return getBits(insn, 0, 5);
46 return getBits(insn, 5, 5);
50 return getBits(insn, 16, 5);
54 return getBits(insn, pos, 1);
58 return getBits(insn, 21, 3);
199 unsigned opc = getBits(ins
[all...]

Completed in 156 milliseconds