| /external/llvm/include/llvm/TableGen/ |
| D | Record.h | 441 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/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TableGen/ |
| D | Record.h | 473 Init *getBit(unsigned Bit) const override { in getBit() function 502 Init *getBit(unsigned Bit) const override { in getBit() function 557 Init *getBit(unsigned Bit) const override { in getBit() function 588 Init *getBit(unsigned Bit) const override { in getBit() function 619 Init *getBit(unsigned Bit) const override { in getBit() function 654 Init *getBit(unsigned Bit) const override { in getBit() function 720 Init *getBit(unsigned Bit) const override { in getBit() function 1134 Init *getBit(unsigned B) const override { in getBit() function 1202 Init *getBit(unsigned Bit) const override { in getBit() function 1254 Init *getBit(unsigned Bit) const override { in getBit() function [all …]
|
| /external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/TableGen/ |
| D | Record.h | 482 Init *getBit(unsigned Bit) const override { in getBit() function 517 Init *getBit(unsigned Bit) const override { in getBit() function 572 Init *getBit(unsigned Bit) const override { in getBit() function 603 Init *getBit(unsigned Bit) const override { in getBit() function 633 Init *getBit(unsigned Bit) const override { in getBit() function 687 Init *getBit(unsigned Bit) const override { in getBit() function 754 Init *getBit(unsigned Bit) const override { in getBit() function 1226 Init *getBit(unsigned B) const override { in getBit() function 1294 Init *getBit(unsigned Bit) const override { in getBit() function 1345 Init *getBit(unsigned Bit) const override { in getBit() function [all …]
|
| /external/compiler-rt/lib/sanitizer_common/ |
| D | sanitizer_bitvector.h | 47 bool getBit(uptr idx) const { return (bits_ & mask(idx)) != 0; } in getBit() function 173 bool getBit(uptr idx) const { in getBit() function
|
| /external/zxing/core/src/main/java/com/google/zxing/datamatrix/encoder/ |
| D | DefaultPlacement.java | 58 public final boolean getBit(int col, int row) { in getBit() method in DefaultPlacement
|
| /external/okio/okio/src/jvmMain/kotlin/okio/ |
| D | GzipSource.kt | 202 private inline fun Int.getBit(bit: Int) = this shr bit and 1 == 1 method
|
| /external/zxing/core/src/main/java/com/google/zxing/maxicode/decoder/ |
| D | DecodedBitStreamParser.java | 124 private static int getBit(int bit, byte[] bytes) { in getBit() method in DecodedBitStreamParser
|
| /external/apache-commons-math/src/main/java/org/apache/commons/math3/geometry/partitioning/utilities/ |
| D | OrderedTuple.java | 416 private int getBit(final int i, final int k) { in getBit() method in OrderedTuple
|
| /external/grpc-grpc-java/okhttp/src/main/java/io/grpc/okhttp/ |
| D | OkHttpFrameLogger.java | 214 public int getBit() { in getBit() method in OkHttpFrameLogger.SettingParams
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/ |
| D | Record.cpp | 680 Init *OpInit::getBit(unsigned Bit) const { in getBit() function in OpInit 1357 Init *FoldOpInit::getBit(unsigned Bit) const { in getBit() function in FoldOpInit 1420 Init *IsAOpInit::getBit(unsigned Bit) const { in getBit() function in IsAOpInit 1524 Init *VarInit::getBit(unsigned Bit) const { in getBit() function in VarInit 1589 Init *VarListElementInit::getBit(unsigned Bit) const { in getBit() function in VarListElementInit 1754 Init *FieldInit::getBit(unsigned Bit) const { in getBit() function in FieldInit 1909 Init *CondOpInit::getBit(unsigned Bit) const { in getBit() function in CondOpInit
|
| /external/pdfium/third_party/bigint/ |
| D | BigUnsigned.hh | 112 bool getBit(Index bi) const { in getBit() function in BigUnsigned
|
| /external/swiftshader/third_party/llvm-16.0/llvm/lib/TableGen/ |
| D | Record.cpp | 747 Init *OpInit::getBit(unsigned Bit) const { in getBit() function in OpInit 1676 Init *FoldOpInit::getBit(unsigned Bit) const { in getBit() function in FoldOpInit 1739 Init *IsAOpInit::getBit(unsigned Bit) const { in getBit() function in IsAOpInit 1814 Init *ExistsOpInit::getBit(unsigned Bit) const { in getBit() function in ExistsOpInit 1914 Init *VarInit::getBit(unsigned Bit) const { in getBit() function in VarInit 1971 Init *VarListElementInit::getBit(unsigned Bit) const { in getBit() function in VarListElementInit 2140 Init *FieldInit::getBit(unsigned Bit) const { in getBit() function in FieldInit 2303 Init *CondOpInit::getBit(unsigned Bit) const { in getBit() function in CondOpInit
|
| /external/llvm/lib/TableGen/ |
| D | Record.cpp | 617 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/deqp/external/vulkancts/modules/vulkan/memory/ |
| D | vktMemoryExternalMemoryHostTests.cpp | 51 inline uint32_t getBit(uint32_t src, int ndx) in getBit() function
|
| /external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/math/raw/ |
| D | Nat192.java | 269 public static int getBit(int[] x, int bit) in getBit() method in Nat192
|
| D | Nat224.java | 287 public static int getBit(int[] x, int bit) in getBit() method in Nat224
|
| D | Nat256.java | 367 public static int getBit(int[] x, int bit) in getBit() method in Nat256
|
| /external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/math/raw/ |
| D | Nat192.java | 269 public static int getBit(int[] x, int bit) in getBit() method in Nat192
|
| D | Nat224.java | 287 public static int getBit(int[] x, int bit) in getBit() method in Nat224
|
| D | Nat256.java | 367 public static int getBit(int[] x, int bit) in getBit() method in Nat256
|
| /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/raw/ |
| D | Nat192.java | 265 public static int getBit(int[] x, int bit) in getBit() method in Nat192
|
| D | Nat224.java | 283 public static int getBit(int[] x, int bit) in getBit() method in Nat224
|
| D | Nat256.java | 363 public static int getBit(int[] x, int bit) in getBit() method in Nat256
|
| /external/deqp/external/vulkancts/modules/vulkan/conditional_rendering/ |
| D | vktConditionalDrawAndClearTests.cpp | 237 inline uint32_t getBit(uint32_t src, int ndx) in getBit() function
|
| /external/deqp/framework/common/ |
| D | tcuAstcUtil.cpp | 49 inline uint32_t getBit(uint32_t src, int ndx) in getBit() function 220 uint32_t getBit(int ndx) const in getBit() function in tcu::astc::__anonaa292d590111::Block128
|