Home
last modified time | relevance | path

Searched defs:getBit (Results 1 – 12 of 12) sorted by relevance

/external/llvm/include/llvm/TableGen/
DRecord.h441 Init *getBit(unsigned Bit) const override { in getBit() function
468 Init *getBit(unsigned Bit) const override { in getBit() function
528 Init *getBit(unsigned Bit) const override { in getBit() function
567 Init *getBit(unsigned Bit) const override { in getBit() function
605 Init *getBit(unsigned Bit) const override { in getBit() function
644 Init *getBit(unsigned Bit) const override { in getBit() function
713 Init *getBit(unsigned Bit) const override { in getBit() function
985 Init *getBit(unsigned B) const override { in getBit() function
1058 Init *getBit(unsigned Bit) const override { in getBit() function
1171 Init *getBit(unsigned Bit) const override { in getBit() function
/external/pdfium/xfa/fxbarcode/datamatrix/
DBC_DefaultPlacement.cpp49 bool CBC_DefaultPlacement::getBit(int32_t col, int32_t row) { in getBit() function in CBC_DefaultPlacement
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_bitvector.h47 bool getBit(uptr idx) const { return (bits_ & mask(idx)) != 0; } in getBit() function
173 bool getBit(uptr idx) const { in getBit() function
/external/pdfium/third_party/bigint/
DBigUnsigned.hh111 bool getBit(Index bi) const { in getBit() function in BigUnsigned
/external/llvm/lib/TableGen/
DRecord.cpp617 Init *OpInit::getBit(unsigned Bit) const { in getBit() function in OpInit
1294 Init *VarInit::getBit(unsigned Bit) const { in getBit() function in VarInit
1407 Init *VarListElementInit::getBit(unsigned Bit) const { in getBit() function in VarListElementInit
1466 Init *FieldInit::getBit(unsigned Bit) const { in getBit() function in FieldInit
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/raw/
DNat192.java246 public static int getBit(int[] x, int bit) in getBit() method in Nat192
DNat224.java271 public static int getBit(int[] x, int bit) in getBit() method in Nat224
DNat256.java341 public static int getBit(int[] x, int bit) in getBit() method in Nat256
DNat.java308 public static int getBit(int[] x, int bit) in getBit() method in Nat
/external/deqp/framework/common/
DtcuCompressedTexture.cpp307 inline deUint32 getBit (deUint64 src, int bit) in getBit() function
DtcuAstcUtil.cpp49 inline deUint32 getBit (deUint32 src, int ndx) in getBit() function
215 deUint32 getBit (int ndx) const in getBit() function in tcu::astc::__anonb49564040111::Block128
/external/swiftshader/third_party/LLVM/include/llvm/TableGen/
DRecord.h672 Init *getBit(unsigned Bit) const { in getBit() function