Home
last modified time | relevance | path

Searched refs:getBit (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64InsnHelpers.h53 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 DAArch64CA53Erratum835769Stub.cpp58 if (AArch64InsnHelpers::getBit(code.insns[0], 26) != 0) { in isMyDuty()
/aosp12/packages/services/Car/obd2-lib/src/com/android/car/obd2/
H A DObd2Connection.java250 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 Ddiagnostic_builder.py47 def getBit(self, bit): member in DiagnosticEventBuilder.ByteArray
/aosp12/hardware/google/graphics/common/libhwc2.1/libhwchelper/
H A DExynosHWCHelper.h119 inline uint32_t getBit() const { return type & BIT_MASK; } in getBit() function