Home
last modified time | relevance | path

Searched defs:shift (Results 251 – 275 of 3474) sorted by relevance

1...<<11121314151617181920>>...139

/aosp_15_r20/external/cronet/third_party/boringssl/src/pki/
H A Dip_util_unittest.cc28 for (int shift = 0; shift < 8; shift++) { in TEST() local
38 for (int shift = 0; shift < 8; shift++) { in TEST() local
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_swizzle.c190 int shift; in lp_build_swizzle_scalar_aos() local
282 int shift = shifts[channel][i]; in lp_build_swizzle_scalar_aos() local
485 for (int shift = -3; shift <= 3; ++shift) { in lp_build_swizzle_aos() local
H A Dlp_bld_format_aos.c266 unsigned shift = desc->channel[i].shift; in lp_build_unpack_arith_rgba_aos() local
320 unsigned shift = desc->channel[i].shift; in lp_build_unpack_arith_rgba_aos() local
403 unsigned shift = desc->channel[i].shift; in lp_build_pack_rgba_aos() local
/aosp_15_r20/external/mesa3d/src/freedreno/drm/
H A Dfreedreno_ringbuffer.h192 int32_t shift; member
280 __reloc_iova(struct fd_bo *bo, uint32_t offset, uint64_t orval, int32_t shift) in __reloc_iova()
299 uint64_t orval, int32_t shift) in OUT_RELOC()
/aosp_15_r20/external/libsrtp2/crypto/math/
H A Ddatatypes.c239 void v128_right_shift(v128_t *x, int shift) in v128_right_shift()
273 void v128_left_shift(v128_t *x, int shift) in v128_left_shift()
385 void bitvector_left_shift(bitvector_t *x, int shift) in bitvector_left_shift()
/aosp_15_r20/external/tremolo/Tremolo/
H A Dmdct.c233 STIN void mdct_butterflies(DATA_TYPE *x,int points,int shift){ in mdct_butterflies()
255 STIN void mdct_bitreverse(DATA_TYPE *x,int n,int shift){ in mdct_bitreverse()
423 int shift; in mdct_backward() local
/aosp_15_r20/external/libopenapv/src/avx/
H A Doapv_tq_avx.h59 #define CALCU_2x8_ADD_SHIFT(d0, d1, d2, d3, add, shift)\ argument
106 #define CALCU_LINE_1x8_ADD_SHIFT(d0, d1, d2, d3, d4, d5, d6, d7, add, shift) \ argument
/aosp_15_r20/packages/modules/Uwb/ranging/service/java/com/android/server/ranging/
DRangingUtils.java93 List<Integer> list, int expectedSizeBytes, int shift) { in intListToByteArrayBitmap()
109 public static ImmutableList<Integer> byteArrayToIntList(byte[] byteArray, int shift) { in byteArrayToIntList()
/aosp_15_r20/external/libopenapv/src/neon/
H A Doapv_tq_neon.h63 #define CALCU_2x8_ADD_SHIFT(d0, d1, d2, d3, add, shift) \ argument
110 #define CALCU_LINE_1x8_ADD_SHIFT(d0, d1, d2, d3, d4, d5, d6, d7, add, shift) \ argument
/aosp_15_r20/external/libyuv/source/
H A Drow_neon64.cc819 int shift = 16 - depth; in MergeUVRow_16_NEON() local
870 int shift = 16 - depth; in MergeUVRow_16_NEON() local
1106 int shift = 10 - depth; in MergeXR30Row_NEON() local
1180 int shift = 16 - depth; in MergeAR64Row_NEON() local
1223 int shift = 16 - depth; in MergeXR64Row_NEON() local
1264 int shift = 8 - depth; in MergeARGB16To8Row_NEON() local
1304 int shift = 8 - depth; in MergeXRGB16To8Row_NEON() local
3302 int shift = 15 - __builtin_clz((int32_t)scale); // Negative shl is shr in InterpolateRow_16To8_NEON() local
4528 int shift = depth - 16; // Negative for right shift. in SplitUVRow_16_NEON() local
4605 int shift = 15 - __builtin_clz((int32_t)scale); // Negative shl is shr in Convert16To8Row_NEON() local
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/vendor/compiler_builtins/src/int/specialized_div_rem/
H A Dtrifecta.rs209 let shift = n - duo_lz; localVariable
342 let shift = n - duo_lz; localVariable
/aosp_15_r20/external/arm-optimized-routines/pl/math/
H A Dsv_tan_3u5.c16 double half_pi_hi, half_pi_lo, inv_half_pi, range_val, shift; member
48 svfloat64_t shift = sv_f64 (dat->shift); in SV_NAME_D1() local
H A Dv_sincosf_common.h12 float32x4_t poly_sin[3], poly_cos[3], pio2[3], inv_pio2, shift, range_val; member
41 float32x4_t shift = d->shift; in v_sincosf_inline() local
H A Dsv_expm1_2u5.c19 double shift, inv_ln2, special_bound; member
58 svfloat64_t shift = sv_f64 (d->shift); in SV_NAME_D1() local
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/vendor/compiler_builtins/src/int/specialized_div_rem/
H A Dtrifecta.rs209 let shift = n - duo_lz; localVariable
342 let shift = n - duo_lz; localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/vendor/compiler_builtins/src/int/specialized_div_rem/
H A Dtrifecta.rs209 let shift = n - duo_lz; localVariable
342 let shift = n - duo_lz; localVariable
/aosp_15_r20/external/libhevc/common/
H A Dihevc_itrans_recon.c111 WORD32 shift; in ihevc_itrans_recon_4x4_ttype1() local
248 WORD32 shift; in ihevc_itrans_recon_4x4() local
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/vendor/compiler_builtins/src/int/specialized_div_rem/
H A Dtrifecta.rs209 let shift = n - duo_lz; localVariable
342 let shift = n - duo_lz; localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/vendor/compiler_builtins/src/int/specialized_div_rem/
H A Dtrifecta.rs209 let shift = n - duo_lz; localVariable
342 let shift = n - duo_lz; localVariable
/aosp_15_r20/external/arm-trusted-firmware/plat/rockchip/common/include/
H A Dplat_private.h61 #define BITS_SHIFT(bits, shift) (bits << (shift)) argument
65 #define BITS_WITH_WMASK(bits, msk, shift)\ argument
/aosp_15_r20/external/webp/src/utils/
H A Dbit_reader_inl_utils.h128 const int shift = 7 ^ BitsLog2Floor(range); in VP8GetBit() local
182 const int shift = kVP8Log2Range[range]; in VP8GetBitAlt() local
/aosp_15_r20/prebuilts/go/linux-x86/src/strconv/
Ddecimal_test.go14 shift int member
99 shift int member
/aosp_15_r20/external/skia/src/core/
H A DSkScan_AntiPath.cpp35 static int overflows_short_shift(int value, int shift) { in overflows_short_shift()
44 static int rect_overflows_short_shift(SkIRect rect, int shift) { in rect_overflows_short_shift()
/aosp_15_r20/external/icu/icu4c/source/i18n/
H A DdecNumber.cpp2045 Int shift=set->digits-1; in uprv_decNumberPower() local
2186 Int shift=set->digits-1; in uprv_decNumberPower() local
2515 uInt units, shift; /* work */ in uprv_decNumberRotate() local
2703 Int shift; /* rhs as an Int */ in uprv_decNumberShift() local
4036 Int shift=reqdigits-rhs->digits; /* left shift needed */ in decAddOp() local
4290 Int shift, cut; /* .. */ in decDivideOp() local
4885 Int shift; /* Units to shift multiplicand by */ in decMultiplyOp() local
5343 Int shift=set->digits-1; in decExpOp() local
6729 static Int decShiftToMost(Unit *uar, Int digits, Int shift) {
6785 static Int decShiftToLeast(Unit *uar, Int units, Int shift) {
[all …]
/aosp_15_r20/external/cronet/third_party/icu/source/i18n/
H A DdecNumber.cpp2045 Int shift=set->digits-1; in uprv_decNumberPower() local
2186 Int shift=set->digits-1; in uprv_decNumberPower() local
2515 uInt units, shift; /* work */ in uprv_decNumberRotate() local
2703 Int shift; /* rhs as an Int */ in uprv_decNumberShift() local
4037 Int shift=reqdigits-rhs->digits; /* left shift needed */ in decAddOp() local
4291 Int shift, cut; /* .. */ in decDivideOp() local
4886 Int shift; /* Units to shift multiplicand by */ in decMultiplyOp() local
5344 Int shift=set->digits-1; in decExpOp() local
6731 static Int decShiftToMost(Unit *uar, Int digits, Int shift) {
6787 static Int decShiftToLeast(Unit *uar, Int units, Int shift) {
[all …]

1...<<11121314151617181920>>...139