/aosp_15_r20/frameworks/compile/mclinker/lib/Target/Hexagon/ |
D | HexagonRelocator.cpp | 507 Relocator::Address S = pReloc.symValue(); in applyAbs() local 513 uint32_t shift = 0; in applyAbs() local 589 uint32_t shift = 0; in applyRel() local 697 Relocator::Address S = pReloc.symValue(); in relocAbs() local 739 Relocator::Address S = pReloc.symValue(); in relocPCREL() local 768 Relocator::Address S = pReloc.symValue(); in relocGPREL() local 773 uint32_t shift = 0; in relocGPREL() local 853 uint32_t shift = 0; in relocGOT() local 914 Relocator::Address S = pReloc.symValue(); in relocGOTREL() local 920 uint32_t shift = 0; in relocGOTREL() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/dashmap/src/ |
D | lib.rs | 89 shift: usize, field 195 pub fn into_read_only(self) -> ReadOnlyView<K, V, S> { in into_read_only() argument 248 pub fn with_hasher_and_shard_amount(hasher: S, shard_amount: usize) -> Self { in with_hasher_and_shard_amount() 270 hasher: S, in with_capacity_and_hasher_and_shard_amount() 276 let shift = util::ptr_size_bits() - ncb(shard_amount); in with_capacity_and_hasher_and_shard_amount() localVariable 442 pub fn hasher(&self) -> &S { in hasher() 533 pub fn iter(&'a self) -> Iter<'a, K, V, S, DashMap<K, V, S>> { in iter() argument 551 pub fn iter_mut(&'a self) -> IterMut<'a, K, V, S, DashMap<K, V, S>> { in iter_mut() argument 844 pub fn entry(&'a self, key: K) -> Entry<'a, K, V, S> { in entry() argument 852 pub fn try_entry(&'a self, key: K) -> Option<Entry<'a, K, V, S>> { in try_entry() argument [all …]
|
/aosp_15_r20/external/vixl/src/aarch32/ |
H A D | instructions-aarch32.cc | 79 SRegister VRegister::S() const { in S() function in vixl::aarch32::VRegister 628 for (int shift = 0; shift < 24; shift++) { in ImmediateT32() local 722 uint32_t TypeEncodingValue(Shift shift) { in TypeEncodingValue() 727 uint32_t AmountEncodingValue(Shift shift, uint32_t amount) { in AmountEncodingValue()
|
/aosp_15_r20/external/libopus/silk/ |
H A D | SigProc_FIX.h | 163 #define silk_biquad_alt_stride2(in, B_Q28, A_Q28, S, out, len, arch) ((void)(arch), silk_biquad_alt… argument 522 #define silk_LSHIFT8(a, shift) ((opus_int8)((opus_uint8)(a)<<(shift))) /* shif… argument 523 #define silk_LSHIFT16(a, shift) ((opus_int16)((opus_uint16)(a)<<(shift))) /* shif… argument 524 #define silk_LSHIFT32(a, shift) ((opus_int32)((opus_uint32)(a)<<(shift))) /* shif… argument 525 #define silk_LSHIFT64(a, shift) ((opus_int64)((opus_uint64)(a)<<(shift))) /* shif… argument 526 #define silk_LSHIFT(a, shift) silk_LSHIFT32(a, shift) /* shif… argument 528 #define silk_RSHIFT8(a, shift) ((a)>>(shift)) /* shif… argument 529 #define silk_RSHIFT16(a, shift) ((a)>>(shift)) /* shif… argument 530 #define silk_RSHIFT32(a, shift) ((a)>>(shift)) /* shif… argument 531 #define silk_RSHIFT64(a, shift) ((a)>>(shift)) /* shif… argument [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
H A D | APInt.cpp | 666 unsigned shift; in countLeadingOnes() local 772 int S = BitWidth - 1; in reverseBits() local 1499 unsigned shift = countLeadingZeros(v[n-1]); in KnuthDiv() local 2072 unsigned shift = (radix == 16 ? 4 : radix == 8 ? 3 : radix == 2 ? 1 : 0); in fromString() local 2228 SmallString<40> S; in toString() local 2235 SmallString<40> S, U; in dump() local 2243 SmallString<40> S; in print() local 2405 unsigned int firstSrcPart, dstParts, shift, n; in tcExtract() local 2706 unsigned int jump, shift; in tcShiftLeft() local 2740 unsigned int i, jump, shift; in tcShiftRight() local
|
/aosp_15_r20/external/llvm/lib/Support/ |
H A D | APInt.cpp | 703 unsigned shift; in countLeadingOnes() local 809 int S = BitWidth - 1; in reverseBits() local 1540 unsigned shift = countLeadingZeros(v[n-1]); in KnuthDiv() local 2113 unsigned shift = (radix == 16 ? 4 : radix == 8 ? 3 : radix == 2 ? 1 : 0); in fromString() local 2269 SmallString<40> S; in toString() local 2276 SmallString<40> S, U; in dump() local 2284 SmallString<40> S; in print() local 2446 unsigned int firstSrcPart, dstParts, shift, n; in tcExtract() local 2747 unsigned int jump, shift; in tcShiftLeft() local 2781 unsigned int i, jump, shift; in tcShiftRight() local
|
/aosp_15_r20/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/crypto/engines/ |
H A D | AESEngine.java | 40 private static final byte[] S = { field in AESEngine 227 private static int shift(int r, int shift) in shift()
|
H A D | AESFastEngine.java | 41 private static final byte[] S = { field in AESFastEngine 554 private static int shift(int r, int shift) in shift()
|
/aosp_15_r20/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/crypto/engines/ |
H A D | AESEngine.java | 40 private static final byte[] S = { field in AESEngine 227 private static int shift(int r, int shift) in shift()
|
H A D | AESFastEngine.java | 41 private static final byte[] S = { field in AESFastEngine 554 private static int shift(int r, int shift) in shift()
|
/aosp_15_r20/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/ |
H A D | AESEngine.java | 38 private static final byte[] S = { field in AESEngine 225 private static int shift(int r, int shift) in shift()
|
H A D | AESFastEngine.java | 39 private static final byte[] S = { field in AESFastEngine 552 private static int shift(int r, int shift) in shift()
|
/aosp_15_r20/external/vixl/src/aarch64/ |
H A D | assembler-aarch64.cc | 3488 void Assembler::shll(const VRegister& vd, const VRegister& vn, int shift) { in shll() 3498 void Assembler::shll2(const VRegister& vd, const VRegister& vn, int shift) { in shll2() 4000 Shift shift, in movi() 4047 Shift shift, in mvni() 4944 int shift, in NEONShiftLeftImmediate() 4954 int shift, in NEONShiftRightImmediate() 4964 int shift, in NEONShiftImmediateL() 4981 int shift, in NEONShiftImmediateN() 5004 void Assembler::shl(const VRegister& vd, const VRegister& vn, int shift) { in shl() 5011 void Assembler::sli(const VRegister& vd, const VRegister& vn, int shift) { in sli() [all …]
|
H A D | assembler-aarch64.h | 788 void asr(const Register& rd, const Register& rn, unsigned shift) { in asr() 828 void lsl(const Register& rd, const Register& rn, unsigned shift) { in lsl() 835 void lsr(const Register& rd, const Register& rn, unsigned shift) { in lsr() 918 void ror(const Register& rd, const Register& rs, unsigned shift) { in ror() 7005 static Instr Flags(FlagsUpdate S) { in Flags() 7184 static Instr ShiftDP(Shift shift) { in ShiftDP() 7313 static Instr ShiftMoveWide(int64_t shift) { in ShiftMoveWide()
|
H A D | macro-assembler-aarch64.cc | 1074 Shift shift, in Movi() 1394 FlagsUpdate S) { in Add() 1418 FlagsUpdate S) { in Sub() 1708 Shift shift = mem_op.GetShift(); in ComputeAddress() local 1724 FlagsUpdate S, in AddSubMacro() 1824 FlagsUpdate S, in AddSubWithCarryMacro() 1881 unsigned shift, in Rmif()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | APInt.cpp | 606 unsigned shift; in countLeadingOnesSlowCase() local 714 unsigned S = BitWidth; in reverseBits() local 1351 unsigned shift = countLeadingZeros(v[n-1]); in KnuthDiv() local 2145 unsigned shift = (radix == 16 ? 4 : radix == 8 ? 3 : radix == 2 ? 1 : 0); in fromString() local 2284 SmallString<40> S; in toString() local 2291 SmallString<40> S, U; in dump() local 2300 SmallString<40> S; in print() local 2428 unsigned shift = srcLSB % APINT_BITS_PER_WORD; in tcExtract() local
|
H A D | APFloat.cpp | 116 const llvm::fltSemantics &APFloatBase::EnumToSemantics(Semantics S) { in EnumToSemantics() 1990 int shift; in convert() local 2751 unsigned int count, valueBits, shift, partsCount, outputDigits; in convertNormalToHexString() local 3924 DoubleAPFloat::DoubleAPFloat(const fltSemantics &S) in DoubleAPFloat() 3930 DoubleAPFloat::DoubleAPFloat(const fltSemantics &S, uninitializedTag) in DoubleAPFloat() 3937 DoubleAPFloat::DoubleAPFloat(const fltSemantics &S, integerPart I) in DoubleAPFloat() 3943 DoubleAPFloat::DoubleAPFloat(const fltSemantics &S, const APInt &I) in DoubleAPFloat() 3951 DoubleAPFloat::DoubleAPFloat(const fltSemantics &S, APFloat &&First, in DoubleAPFloat() 4357 Expected<APFloat::opStatus> DoubleAPFloat::convertFromString(StringRef S, in convertFromString() 4496 const fltSemantics& S = F.getSemantics(); in Storage() local [all …]
|
/aosp_15_r20/external/harfbuzz_ng/src/ |
H A D | hb-algs.hh | 776 unsigned int shift = 64; in hb_popcount() local 827 const unsigned int S[] = {1, 2, 4, 8, 16}; in hb_bit_storage() local 841 const unsigned int S[] = {1, 2, 4, 8, 16, 32}; in hb_bit_storage() local 853 unsigned int shift = 64; in hb_bit_storage() local 930 unsigned int shift = 64; in hb_ctz() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/ |
H A D | APInt.cpp | 641 unsigned shift; in countLeadingOnesSlowCase() local 747 unsigned S = BitWidth; in reverseBits() local 1321 unsigned shift = countLeadingZeros(v[n-1]); in KnuthDiv() local 2116 unsigned shift = (radix == 16 ? 4 : radix == 8 ? 3 : radix == 2 ? 1 : 0); in fromString() local 2254 SmallString<40> S, U; in dump() local 2263 SmallString<40> S; in print() local 2382 unsigned shift = srcLSB % APINT_BITS_PER_WORD; in tcExtract() local
|
H A D | APFloat.cpp | 147 const llvm::fltSemantics &APFloatBase::EnumToSemantics(Semantics S) { in EnumToSemantics() 2305 int shift; in convert() local 3138 unsigned int count, valueBits, shift, partsCount, outputDigits; in convertNormalToHexString() local 4506 DoubleAPFloat::DoubleAPFloat(const fltSemantics &S) in DoubleAPFloat() 4512 DoubleAPFloat::DoubleAPFloat(const fltSemantics &S, uninitializedTag) in DoubleAPFloat() 4519 DoubleAPFloat::DoubleAPFloat(const fltSemantics &S, integerPart I) in DoubleAPFloat() 4525 DoubleAPFloat::DoubleAPFloat(const fltSemantics &S, const APInt &I) in DoubleAPFloat() 4533 DoubleAPFloat::DoubleAPFloat(const fltSemantics &S, APFloat &&First, in DoubleAPFloat() 4939 Expected<APFloat::opStatus> DoubleAPFloat::convertFromString(StringRef S, in convertFromString() 5088 const fltSemantics& S = F.getSemantics(); in Storage() local [all …]
|
/aosp_15_r20/external/speex/tmv/ |
H A D | preprocess_tm.h | 173 register int * restrict S = (int*)st->S; in update_noise_prob() local 403 register float * restrict S = st->S; in update_noise_prob() local 936 register int shift = st->frame_shift; in preprocess_scale() local
|
/aosp_15_r20/libcore/ojluni/src/main/java/jdk/internal/math/ |
H A D | FDBigInteger.java | 469 public FDBigInteger leftShift(int shift) { in leftShift() 575 public int quoRemIteration(FDBigInteger S) throws IllegalArgumentException { in quoRemIteration() 1301 private /*@ helper @*/ long multDiffMe(long q, FDBigInteger S) { in multDiffMe()
|
/aosp_15_r20/external/llvm/lib/Target/AArch64/Disassembler/ |
H A D | AArch64Disassembler.cpp | 748 unsigned shift = (shiftHi << 6) | shiftLo; in DecodeThreeAddrSRegInstruction() local 807 unsigned shift = fieldFromInstruction(insn, 21, 2); in DecodeMoveImmInstruction() local 1301 unsigned shift = extend & 0x7; in DecodeAddSubERegInstruction() local 1462 unsigned S = fieldFromInstruction(insn, 29, 1); in DecodeBaseAddSubImm() local
|
/aosp_15_r20/external/capstone/arch/AArch64/ |
H A D | AArch64Disassembler.c | 840 unsigned shift = (shiftHi << 6) | shiftLo; in DecodeThreeAddrSRegInstruction() local 901 unsigned shift = fieldFromInstruction(insn, 21, 2); in DecodeMoveImmInstruction() local 1392 unsigned shift = extend & 0x7; in DecodeAddSubERegInstruction() local 1562 unsigned S = fieldFromInstruction(insn, 29, 1); in DecodeBaseAddSubImm() local
|
/aosp_15_r20/external/libvpx/vpx_dsp/x86/ |
H A D | highbd_variance_sse2.c | 93 #define HIGH_GET_VAR(S) \ argument 130 #define VAR_FN(w, h, block_size, shift) \ argument
|