/aosp_15_r20/external/kotlinx.serialization/formats/protobuf/commonMain/src/kotlinx/serialization/protobuf/internal/ |
H A D | Streams.kt | 99 var shift = 0 in readVarint64SlowPath() variable 113 var shift = 0 in readVarint32SlowPath() variable
|
/aosp_15_r20/external/curl/scripts/ |
H A D | schemetable.c | 80 unsigned int calc(const char *s, int add, int shift) in calc() 95 static void showtable(int try, int init, int shift) in showtable() 151 int shift; in main() local
|
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_format_float.c | 83 LLVMValueRef i32_qnanbit, shift, res; in lp_build_float_to_smallfloat() local 291 LLVMValueRef wasinfnan, tmp, res, shift, maskabs, srcabs, sign; in lp_build_smallfloat_to_float() local 429 LLVMValueRef shift, mask; in lp_build_rgb9_to_float_helper() local 466 LLVMValueRef shift, scale, bias, exp; in lp_build_rgb9e5_to_float() local
|
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/linear/ |
H A D | SymmLQ.java | 295 private final double shift; field in SymmLQ.State 350 final double shift, in State() 917 final double shift) in solve() 1008 final RealLinearOperator a, final RealVector b, final boolean goodb, final double shift) in solve() 1108 final double shift) in solveInPlace()
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/memchr-2.7.2/src/arch/all/ |
H A D | twoway.rs | 105 shift: Shift, field 124 let shift = Shift::forward(needle, period_lower_bound, critical_pos); in new() localVariable 182 let mut shift = 0; in find_small_imp() localVariable 288 let shift = Shift::reverse(needle, period_lower_bound, critical_pos); in new() localVariable 325 let mut shift = nlen; in rfind_small_imp() localVariable
|
/aosp_15_r20/external/rust/android-crates-io/crates/memchr/src/arch/all/ |
D | twoway.rs | 105 shift: Shift, field 124 let shift = Shift::forward(needle, period_lower_bound, critical_pos); in new() localVariable 182 let mut shift = 0; in find_small_imp() localVariable 288 let shift = Shift::reverse(needle, period_lower_bound, critical_pos); in new() localVariable 325 let mut shift = nlen; in rfind_small_imp() localVariable
|
/aosp_15_r20/frameworks/compile/mclinker/lib/Target/Hexagon/ |
D | HexagonRelocator.cpp | 513 uint32_t shift = 0; in applyAbs() local 589 uint32_t shift = 0; in applyRel() local 773 uint32_t shift = 0; in relocGPREL() local 853 uint32_t shift = 0; in relocGOT() local 920 uint32_t shift = 0; in relocGOTREL() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/util/ |
D | bit.rs | 6 shift: u32, field 19 let shift = usize::BITS - self.mask.leading_zeros(); in then() localVariable 57 let shift = 1usize.wrapping_shl(n - 1); in mask_for() localVariable
|
/aosp_15_r20/libcore/ojluni/src/main/java/jdk/internal/math/ |
H A D | FloatingDecimal.java | 1575 int shift = leadingZeros - (31 - SINGLE_EXP_SHIFT); in floatValue() local 1576 bigBbits <<= shift; in floatValue() local 1773 int shift = leadingZeros-(63-EXP_SHIFT); in getBinaryToASCIIConverter() local 1774 fractBits <<= shift; in getBinaryToASCIIConverter() local 1813 int shift = leadingZeros-(31-SINGLE_EXP_SHIFT); in getBinaryToASCIIConverter() local 1814 fractBits <<= shift; in getBinaryToASCIIConverter() local
|
/aosp_15_r20/external/coreboot/src/northbridge/intel/haswell/ |
H A D | early_pcie.c | 19 const uint32_t shift, in peg_dmi_unset_and_set_mask_pcicfg() 34 const uint32_t shift, in peg_dmi_unset_and_set_mask_common() 51 const uint32_t shift, in peg_dmi_unset_and_set_mask_vcu_mmio()
|
/aosp_15_r20/packages/apps/Car/Cluster/ClusterOsDouble/src/com/android/car/cluster/view/ |
D | LaneView.java | 116 Shift shift = getShift(lane); in combineBitmapFromLane() local 134 Shift shift) { in drawToCanvas() 188 private int getOffset(LaneDirection laneDir, Shift shift) { in getOffset()
|
/aosp_15_r20/external/tensorflow/tensorflow/python/kernel_tests/array_ops/ |
H A D | manip_ops_test.py | 39 def _testRoll(self, np_input, shift, axis): argument 45 def _testGradient(self, np_input, shift, axis): argument 56 def _testAll(self, np_input, shift, axis): argument
|
/aosp_15_r20/external/libgav1/src/dsp/ |
H A D | inverse_transform.cc | 571 const auto shift = static_cast<int8_t>(n == 8); in AdstOutputPermutation() local 863 void Identity4Row_C(void* dest, int8_t shift) { in Identity4Row_C() 935 void Identity8Row_C(void* dest, int8_t shift) { in Identity8Row_C() 994 void Identity16Row_C(void* dest, int8_t shift) { in Identity16Row_C() 1066 void Identity32Row_C(void* dest, int8_t shift) { in Identity32Row_C() 1121 void Wht4_C(void* dest, int8_t shift) { in Wht4_C() 1142 const int shift = range; in Wht4DcOnly_C() local
|
/aosp_15_r20/packages/apps/Car/Cluster/DirectRenderingCluster/src/android/car/cluster/ |
D | LaneView.java | 115 Shift shift = getShift(lane); in combineBitmapFromLane() local 133 Shift shift) { in drawToCanvas() 187 private int getOffset(LaneDirection laneDir, Shift shift) { in getOffset()
|
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/codec/hal/enc/hevc/features/ |
H A D | encode_hevc_tile.cpp | 126 …uint32_t shift = hevcSeqParams->log2_max_coding_block_size_minus3 - hevcSeqParams->log2_… in IsLcuInTile() local 166 …uint32_t shift = hevcSeqParams->log2_max_coding_block_size_minus3 - hevcSeqParams->log2… in IsSliceInTile() local 321 …int32_t shift = hevcSeqParams->log2_max_coding_block_size_minus3 - hevcSeqParams->lo… in CalculateTileWidthAndHeight() local 433 …int32_t shift = hevcSeqParams->log2_max_coding_block_size_minus3 - hevcSeqParams->lo… in SetTileData() local 748 …uint32_t shift = seqParams->log2_max_coding_block_size_minus3 - seqParams->log2_min_coding_b… in MHW_SETPAR_DECL_SRC() local
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/ |
H A D | kernel_util_test.cc | 439 int shift; in TEST_F() local 541 int shift; in TEST_F() local 651 int shift; in TEST_F() local 749 int shift; in TEST_F() local 831 int shift; in TEST_F() local
|
/aosp_15_r20/external/aac/libFDK/src/ |
H A D | qmf.cpp | 200 int shift = (anaQmf->no_channels >> 6) + 1; in qmfForwardModulationLP_odd() local 230 int shift = 0; in qmfForwardModulationHQ() local 375 int shift = 0; in qmfInverseModulationLP_odd() local 409 int shift = 0; in qmfInverseModulationHQ() local
|
/aosp_15_r20/external/python/cpython3/Objects/stringlib/ |
D | fastsearch.h | 353 SHIFT_TYPE shift = Py_SAFE_DOWNCAST(len_needle - 1 - i, in STRINGLIB() local 383 Py_ssize_t shift = table[(*window_last) & TABLE_MASK]; in STRINGLIB() local 414 Py_ssize_t shift = table[(*window_last) & TABLE_MASK]; in STRINGLIB() local 442 Py_ssize_t shift = table[(*window_last) & TABLE_MASK]; in STRINGLIB() local
|
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/strings/ |
H A D | charconv.cc | 276 const int shift = current_bit_width - bit_width; in TruncateToBitWidth() local 372 uint64_t ShiftRightAndRound(uint128 value, int shift, bool input_exact, in ShiftRightAndRound() 523 const int shift = NormalizedShiftSize<FloatType>(mantissa_width, exponent); in CalculateFromParsedHexadecimal() local 580 const int shift = in CalculateFromParsedDecimal() local
|
/aosp_15_r20/external/libvpx/vpx_dsp/x86/ |
H A D | quantize_sse2.h | 23 __m128i *shift) { in load_b_values() 35 __m128i *dequant, __m128i *shift) { in load_b_values32x32() 75 const __m128i quant, const __m128i shift) { in calculate_qcoeff()
|
/aosp_15_r20/external/libaom/aom_dsp/x86/ |
H A D | blend_a64_mask_sse4.c | 878 const __m128i *v_maxval, int shift) { in blend_a64_d16_mask_w16_sse41() 908 const __m128i *round_offset, int shift) { in lowbd_blend_a64_d16_mask_subw0_subh0_w16_sse4_1() 930 const __m128i *round_offset, int shift) { in lowbd_blend_a64_d16_mask_subw1_subh1_w16_sse4_1() 962 const __m128i *round_offset, int shift) { in lowbd_blend_a64_d16_mask_subw1_subh0_w16_sse4_1() 989 const __m128i *round_offset, int shift) { in lowbd_blend_a64_d16_mask_subw0_subh1_w16_sse4_1() 1025 const int shift = round_bits + AOM_BLEND_A64_ROUND_BITS; in aom_lowbd_blend_a64_d16_mask_sse4_1() local 1119 const __m128i *mask0b, const __m128i *round_offset, int shift, in highbd_blend_a64_d16_mask_w4_sse4_1() 1185 const __m128i *round_offset, int shift, const __m128i *clip_low, in highbd_blend_a64_d16_mask_subw0_subh0_w4_sse4_1() 1211 const __m128i *round_offset, int shift, const __m128i *clip_low, in highbd_blend_a64_d16_mask_subw1_subh1_w4_sse4_1() 1246 const __m128i *mask0b, const __m128i *round_offset, int shift, in highbd_blend_a64_d16_mask_w8_sse4_1() [all …]
|
/aosp_15_r20/prebuilts/module_sdk/art/1/host-exports/include/art/libartbase/base/ |
D | bit_memory_region.h | 91 size_t shift = (bit_start_ + bit_offset) % kBitsPerByte; in LoadBit() local 98 size_t shift = (bit_start_ + bit_offset) % kBitsPerByte; in StoreBit() local 123 size_t shift = (bit_start_ + bit_offset) % width; in LoadBits() local 151 size_t shift = (bit_start_ + bit_offset) % kBitsPerByte; in StoreBits() local
|
/aosp_15_r20/external/OpenCSD/decoder/source/ptm/ |
H A D | trc_pkt_proc_ptm.cpp | 981 int shift = 0; in extractCtxtID() local 997 int shift = 4; in extractCycleCount() local 1029 int shift = 0; in extractTS() local 1083 int shift = 0; in extractAddress() local
|
/aosp_15_r20/prebuilts/module_sdk/art/1/common_os/include/art/libartbase/base/ |
D | bit_memory_region.h | 91 size_t shift = (bit_start_ + bit_offset) % kBitsPerByte; in LoadBit() local 98 size_t shift = (bit_start_ + bit_offset) % kBitsPerByte; in StoreBit() local 123 size_t shift = (bit_start_ + bit_offset) % width; in LoadBits() local 151 size_t shift = (bit_start_ + bit_offset) % kBitsPerByte; in StoreBits() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/pdl-compiler/src/backends/rust_legacy/ |
D | serializer.rs | 23 shift: usize, // A bit-shift to apply to `value`. field 34 shift: usize, field 143 let shift = self.shift; in add_bit_field() localVariable 337 let shift = proc_macro2::Literal::usize_unsuffixed(shift); in pack_bit_fields() localVariable
|