Home
last modified time | relevance | path

Searched defs:bitPosition (Results 1 – 25 of 83) sorted by relevance

1234

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DAPInt.h119 static unsigned whichWord(unsigned bitPosition) { in whichWord()
127 static unsigned whichBit(unsigned bitPosition) { in whichBit()
137 static uint64_t maskBit(unsigned bitPosition) { in maskBit()
162 uint64_t getWord(unsigned bitPosition) const { in getWord()
/aosp_15_r20/external/llvm/include/llvm/ADT/
H A DAPInt.h108 static unsigned whichWord(unsigned bitPosition) { in whichWord()
116 static unsigned whichBit(unsigned bitPosition) { in whichBit()
126 static uint64_t maskBit(unsigned bitPosition) { in maskBit()
156 uint64_t getWord(unsigned bitPosition) const { in getWord()
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DAPInt.h112 static unsigned whichWord(unsigned bitPosition) { in whichWord()
120 static unsigned whichBit(unsigned bitPosition) { in whichBit()
130 static uint64_t maskBit(unsigned bitPosition) { in maskBit()
160 uint64_t getWord(unsigned bitPosition) const { in getWord()
/aosp_15_r20/external/mesa3d/src/amd/addrlib/inc/
H A Daddrinterface.h740 UINT_32 bitPosition; ///< Bit position within surfaceAddr, 0-7. member
773 UINT_32 bitPosition; ///< Bit position in addr. 0-7. for surface bpp < 8, member
988 UINT_32 bitPosition; ///< Bit position, 0 or 4. CMASK and HTILE shares some lib method. member
1020 UINT_32 bitPosition; ///< Bit position 0 or 4. CMASK and HTILE share some methods member
1201 UINT_32 bitPosition; ///< Bit position within addr, 0-7. CMASK is 4 bpp, member
1233 UINT_32 bitPosition; ///< Bit position within addr, 0-7. CMASK is 4 bpp, member
1422 UINT_32 bitPosition; ///< Bit position within fmaskAddr, 0-7. member
1453 UINT_32 bitPosition; ///< Bit position within addr, 0-7. member
2622 UINT_32 bitPosition; ///< Bit position within surfaceAddr, 0-7. member
2655 UINT_32 bitPosition; ///< Bit position in addr. 0-7. for surface bpp < 8, member
[all …]
/aosp_15_r20/cts/hostsidetests/hdmicec/src/android/hdmicec/cts/playback/
H A DHdmiCecSystemInformationTest.java176 int bitPosition = entry.getValue(); in cect_hf_4_2_13_sendUpdatedReportFeature() local
/aosp_15_r20/cts/hostsidetests/hdmicec/src/android/hdmicec/cts/
H A DRemoteControlPassthrough.java267 int bitPosition = entry.getValue(); in checkUserControlPressAndRelease_20() local
/aosp_15_r20/external/mesa3d/src/amd/addrlib/src/core/
H A Daddrlib1.cpp2159 UINT_32 bitPosition, ///< [in] bitPosition in a byte in HwlComputeXmaskCoordFromAddr()
2590 UINT_32 bitPosition, ///< [in] bitPosition in a byte in ComputeSurfaceCoordFromAddrLinear()
2623 UINT_32 bitPosition, ///< [in] bitPosition in a byte in ComputeSurfaceCoordFromAddrMicroTiled()
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/ts/
H A DLatmReader.java304 int bitPosition = data.getPosition(); in parsePayloadMux() local
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/ts/
H A DLatmReader.java302 int bitPosition = data.getPosition(); in parsePayloadMux() local
/aosp_15_r20/external/antlr/runtime/Java/src/main/java/org/antlr/runtime/
H A DBitSet.java162 int bitPosition = bitNumber & MOD_MASK; // bitNumber mod BITS in bitMask() local
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/util/stream/
DStreamOpFlag.java442 private final int bitPosition; field in StreamOpFlag
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/22/libcore/ojluni/src/main/java/java/util/stream/
DStreamOpFlag.java442 private final int bitPosition; field in StreamOpFlag
/aosp_15_r20/libcore/ojluni/src/main/java/java/util/stream/
H A DStreamOpFlag.java442 private final int bitPosition; field in StreamOpFlag
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/lib/Support/
H A DAPInt.cpp538 void APInt::setBit(unsigned bitPosition) { in setBit()
547 void APInt::clearBit(unsigned bitPosition) { in clearBit()
559 void APInt::flipBit(unsigned bitPosition) { in flipBit()
/aosp_15_r20/external/llvm/lib/Support/
H A DAPInt.cpp575 void APInt::setBit(unsigned bitPosition) { in setBit()
584 void APInt::clearBit(unsigned bitPosition) { in clearBit()
596 void APInt::flipBit(unsigned bitPosition) { in flipBit()
/aosp_15_r20/external/antlr/tool/src/main/java/org/antlr/misc/
H A DBitSet.java165 int bitPosition = bitNumber & MOD_MASK; // bitNumber mod BITS in bitMask() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DAPInt.cpp339 void APInt::flipBit(unsigned bitPosition) { in flipBit()
345 void APInt::insertBits(const APInt &subBits, unsigned bitPosition) { in insertBits()
404 void APInt::insertBits(uint64_t subBits, unsigned bitPosition, unsigned numBits) { in insertBits()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/
H A DAPInt.cpp354 void APInt::flipBit(unsigned bitPosition) { in flipBit()
359 void APInt::insertBits(const APInt &subBits, unsigned bitPosition) { in insertBits()
417 void APInt::insertBits(uint64_t subBits, unsigned bitPosition, unsigned numBits) { in insertBits()
/aosp_15_r20/tools/metalava/metalava-model/src/main/java/com/android/tools/metalava/model/
H A DApiVariantSelectors.kt478 for ((bitPosition, propertyName) in propertyNamePerBit.withIndex()) { in <lambda>() method
/aosp_15_r20/external/mesa3d/src/amd/addrlib/src/r800/
H A Degbaddrlib.cpp2159 UINT_32 bitPosition = pIn->bitPosition; in DispatchComputeSurfaceCoordFromAddr() local
2300 UINT_32 bitPosition, ///< [in] bit position in ComputeSurfaceCoordFromAddrMacroTiled()
H A Dsiaddrlib.cpp1433 UINT_32 bitPosition, ///< [in] bitPosition in a byte in HwlComputeXmaskCoordFromAddr()
/aosp_15_r20/external/lzma/CPP/7zip/Compress/
H A DDeflateEncoder.cpp744 static UInt32 GetStorePrice(UInt32 blockSize, unsigned bitPosition) in GetStorePrice()
/aosp_15_r20/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbap/
DBluetoothPbapVcardManager.java1353 PropertyMask(int bitPosition, String property) { in PropertyMask()
/aosp_15_r20/frameworks/base/core/jni/
H A Dandroid_media_AudioSystem.cpp1265 for (int bitPosition = 1; encapsulationInfo; encapsulationInfo >>= 1, bitPosition++) { in convertEncapsulationInfoFromNative() local
/aosp_15_r20/prebuilts/cmdline-tools/tools/lib/external/com/sun/xml/fastinfoset/FastInfoset/1.2.16/
HDFastInfoset-1.2.16.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/sun/ com/ ...

1234