Searched refs:getBit (Results 1 – 5 of 5) sorted by relevance
/aosp12/frameworks/compile/mclinker/lib/Target/AArch64/ |
H A D | AArch64InsnHelpers.h | 53 static unsigned getBit(InsnType insn, int pos) { in getBit() function 64 return (getBit(insn, 22) == 1); in isLD() 176 if (getBit(insn, 21) == 1) { in isMemOp() 200 unsigned v = getBit(insn, 26); in isMemOp() 214 is_load = (getBit(insn, 22) != 0); in isMemOp() 243 is_load = (getBit(insn, 22) != 0); in isMemOp()
|
H A D | AArch64CA53Erratum835769Stub.cpp | 58 if (AArch64InsnHelpers::getBit(code.insns[0], 26) != 0) { in isMyDuty()
|
/aosp12/packages/services/Car/obd2-lib/src/com/android/car/obd2/ |
H A D | Obd2Connection.java | 250 private boolean getBit(byte b, int index) { in getBit() method in Obd2Connection.FourByteBitSet 256 public boolean getBit(int b, int index) { in getBit() method in Obd2Connection.FourByteBitSet 257 return getBit(getByte(b), index); in getBit() 279 if (fourByteBitSet.getBit(byteIndex, bitIndex)) { in getSupportedPIDs()
|
/aosp12/packages/services/Car/tools/emulator/ |
H A D | diagnostic_builder.py | 47 def getBit(self, bit): member in DiagnosticEventBuilder.ByteArray
|
/aosp12/hardware/google/graphics/common/libhwc2.1/libhwchelper/ |
H A D | ExynosHWCHelper.h | 119 inline uint32_t getBit() const { return type & BIT_MASK; } in getBit() function
|