/aosp_15_r20/bionic/libc/arch-arm/generic/bionic/ |
H A D | strcmp.S | 44 #define LSB 0xff000000 macro 51 #define LSB 0x000000ff macro
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/src/str/ |
H A D | count.rs | 115 const LSB: usize = usize::repeat_u8(0x01); in contains_non_continuation_byte() constant
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/src/str/ |
H A D | count.rs | 116 const LSB: usize = usize::repeat_u8(0x01); in contains_non_continuation_byte() constant
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/src/str/ |
H A D | count.rs | 115 const LSB: usize = usize::repeat_u8(0x01); in contains_non_continuation_byte() constant
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/src/str/ |
H A D | count.rs | 116 const LSB: usize = usize::repeat_u8(0x01); in contains_non_continuation_byte() constant
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/src/str/ |
H A D | count.rs | 116 const LSB: usize = usize::repeat_u8(0x01); in contains_non_continuation_byte() constant
|
/aosp_15_r20/external/arm-optimized-routines/string/arm/ |
H A D | strcmp.S | 43 #define LSB 0xff000000 macro 57 #define LSB 0x000000ff macro
|
/aosp_15_r20/bionic/libc/arch-arm/cortex-a15/bionic/ |
H A D | strcmp.S | 36 #define LSB 0xff000000 macro 50 #define LSB 0x000000ff macro
|
/aosp_15_r20/bionic/libc/upstream-openbsd/lib/libc/gdtoa/ |
H A D | gdtoaimp.h | 324 #define LSB 1 macro 362 #define LSB 1 macro 389 #define LSB 0x10000 macro
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ADT/ |
H A D | StringExtras.h | 196 inline bool tryGetHexFromNibbles(char MSB, char LSB, uint8_t &Hex) { in tryGetHexFromNibbles() 208 inline uint8_t hexFromNibbles(char MSB, char LSB) { in hexFromNibbles()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ADT/ |
D | StringExtras.h | 209 inline bool tryGetHexFromNibbles(char MSB, char LSB, uint8_t &Hex) { in tryGetHexFromNibbles() 221 inline uint8_t hexFromNibbles(char MSB, char LSB) { in hexFromNibbles()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ADT/ |
D | StringExtras.h | 209 inline bool tryGetHexFromNibbles(char MSB, char LSB, uint8_t &Hex) { in tryGetHexFromNibbles() 221 inline uint8_t hexFromNibbles(char MSB, char LSB) { in hexFromNibbles()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ADT/ |
D | StringExtras.h | 209 inline bool tryGetHexFromNibbles(char MSB, char LSB, uint8_t &Hex) { in tryGetHexFromNibbles() 221 inline uint8_t hexFromNibbles(char MSB, char LSB) { in hexFromNibbles()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ADT/ |
D | StringExtras.h | 209 inline bool tryGetHexFromNibbles(char MSB, char LSB, uint8_t &Hex) { in tryGetHexFromNibbles() 221 inline uint8_t hexFromNibbles(char MSB, char LSB) { in hexFromNibbles()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelDAGToDAG.cpp | 1572 unsigned &LSB, unsigned &MSB, in isBitfieldExtractOpFromAnd() 1696 SDValue &Opd0, unsigned &LSB, in isSeveralBitsExtractOpFromShr() 2057 uint64_t LSB = Imm; in getUsefulBitsFromBFM() local 2074 uint64_t LSB = UsefulBits.getBitWidth() - Imm; in getUsefulBitsFromBFM() local 2304 int LSB = countTrailingOnes(NotKnownZero); in tryBitfieldInsertOpFromOrAndImm() local 2479 unsigned LSB = countTrailingZeros(Mask1Imm); in tryBitfieldInsertOpFromOr() local
|
/aosp_15_r20/external/llvm/lib/Target/AArch64/InstPrinter/ |
H A D | AArch64InstPrinter.cpp | 170 int LSB = (BitWidth - ImmR) % BitWidth; in printInst() local 180 int LSB = (BitWidth - ImmR) % BitWidth; in printInst() local 189 int LSB = ImmR; in printInst() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/MCTargetDesc/ |
H A D | AArch64InstPrinter.cpp | 179 int LSB = (BitWidth - ImmR) % BitWidth; in printInst() local 189 int LSB = (BitWidth - ImmR) % BitWidth; in printInst() local 198 int LSB = ImmR; in printInst() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelDAGToDAG.cpp | 2077 unsigned &LSB, unsigned &MSB, in isBitfieldExtractOpFromAnd() 2202 SDValue &Opd0, unsigned &LSB, in isSeveralBitsExtractOpFromShr() 2557 uint64_t LSB = Imm; in getUsefulBitsFromBFM() local 2574 uint64_t LSB = UsefulBits.getBitWidth() - Imm; in getUsefulBitsFromBFM() local 2951 int LSB = countTrailingOnes(NotKnownZero); in tryBitfieldInsertOpFromOrAndImm() local 3307 unsigned LSB = countTrailingZeros(Mask1Imm); in tryBitfieldInsertOpFromOr() local
|
/aosp_15_r20/external/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelDAGToDAG.cpp | 1420 unsigned &LSB, unsigned &MSB, in isBitfieldExtractOpFromAnd() 1543 SDValue &Opd0, unsigned &LSB, in isSeveralBitsExtractOpFromShr() 2094 int LSB = countTrailingOnes(NotKnownZero); in tryBitfieldInsertOpFromOrAndImm() local 2270 unsigned LSB = countTrailingZeros(Mask1Imm); in tryBitfieldInsertOpFromOr() local
|
/aosp_15_r20/prebuilts/go/linux-x86/src/compress/lzw/ |
D | reader.go | 33 LSB Order = iota const
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/MCTargetDesc/ |
H A D | AArch64InstPrinter.cpp | 220 int LSB = (BitWidth - ImmR) % BitWidth; in printInst() local 232 int LSB = (BitWidth - ImmR) % BitWidth; in printInst() local 245 int LSB = ImmR; in printInst() local
|
/aosp_15_r20/external/llvm-libc/test/src/__support/CPP/ |
H A D | bit_test.cpp | 41 constexpr auto LSB = T(1); in TYPED_TEST() local
|
/aosp_15_r20/external/llvm/lib/Target/SystemZ/ |
H A D | SystemZInstrInfo.cpp | 1353 static bool isStringOfOnes(uint64_t Mask, unsigned &LSB, unsigned &Length) { in isStringOfOnes() 1373 unsigned LSB, Length; in isRxSBGMask() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/CSKY/MCTargetDesc/ |
H A D | CSKYMCCodeEmitter.cpp | 54 const MCOperand &LSB = MI.getOperand(Idx + 1); in getImmOpValueMSBSize() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/GlobalISel/ |
H A D | MachineIRBuilder.h | 1994 const SrcOp &LSB, const SrcOp &Width) { in buildSbfx() 2000 const SrcOp &LSB, const SrcOp &Width) { in buildUbfx()
|