| /third_party/vixl/src/aarch64/ |
| H A D | decoder-aarch64.h | 713 uint32_t shift = static_cast<uint32_t>(2 * (len - pos - 1)); in GetSymbolAt() local
|
| /third_party/vixl/src/ |
| H A D | utils-vixl.cc | 288 int shift = CountLeadingZeros(mantissa << (32 - 10)); in FPToFloat() local
|
| /third_party/vixl/test/aarch32/ |
| H A D | test-simulator-cond-rd-memop-rs-shift-amount-1to31-a32.cc | 139 ShiftType shift; member 3394 ShiftType shift = kTests[i].operands.shift; in TestHelper() local
|
| H A D | test-simulator-cond-rd-memop-rs-shift-amount-1to32-a32.cc | 139 ShiftType shift; member 3394 ShiftType shift = kTests[i].operands.shift; in TestHelper() local
|
| /third_party/vixl/test/aarch64/ |
| H A D | test-api-aarch64.cc | 860 unsigned shift = 0xbeef43; in TestImpl() local
|
| /third_party/python/Objects/stringlib/ |
| H A D | fastsearch.h | 353 SHIFT_TYPE shift = Py_SAFE_DOWNCAST(len_needle - 1 - i, in _preprocess() local 383 Py_ssize_t shift = table[(*window_last) & TABLE_MASK]; in _two_way() local 414 Py_ssize_t shift = table[(*window_last) & TABLE_MASK]; in _two_way() local 442 Py_ssize_t shift = table[(*window_last) & TABLE_MASK]; in _two_way() local [all...] |
| /third_party/pulseaudio/speex/libspeexdsp/ |
| H A D | fixed_debug.h | 104 static inline short _SHR16(int a, int shift, char *file, int line) in _SHR16() argument 118 static inline short _SHL16(int a, int shift, char *file, int line) in _SHL16() argument 132 SHR32(long long a, int shift) SHR32() argument 147 SHL32(long long a, int shift) SHL32() argument [all...] |
| /third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
| H A D | charconv.cc | 276 const int shift = current_bit_width - bit_width; in TruncateToBitWidth() local 277 *value >>= shift; in TruncateToBitWidth() local 372 uint64_t ShiftRightAndRound(uint128 value, int shift, bool input_exact, in ShiftRightAndRound() argument 391 value >>= shift; ShiftRightAndRound() local 523 const int shift = NormalizedShiftSize<FloatType>(mantissa_width, exponent); CalculateFromParsedHexadecimal() local 580 const int shift = CalculateFromParsedDecimal() local [all...] |
| /third_party/vk-gl-cts/framework/common/ |
| H A D | tcuFuzzyImageCompare.cpp | 292 int shift = (int)(kernel.size() - 1) / 2; in fuzzyCompare() local
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/ |
| H A D | hw_features_common.c | 510 ieee80211ac_cap_check_max(u32 hw, u32 conf, u32 mask, unsigned int shift, const char *name) ieee80211ac_cap_check_max() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/span/ |
| H A D | tlv_util.h | 183 uint8_t shift = 0; in ReadInt32() local
|
| /foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/ |
| H A D | rs_profiler_dump.cpp | 63 constexpr int shift = 30 + 32; in AdjustNodeId() local
|
| /foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/stream/libsoftbus_stream/ |
| H A D | stream_packet_header.h | 39 inline static int Align(int x, int shift) in Align() argument
|
| /third_party/ffmpeg/libavcodec/ |
| H A D | cavsdec.c | 519 dequant(AVSContext *h, int16_t *level_buf, uint8_t *run_buf, int16_t *dst, int mul, int shift, int coeff_num) dequant() argument
|
| H A D | g723_1dec.c | 743 int i, shift, seg, seg2, t, val, val_add, x, y; in estimate_sid_gain() local 811 int b0, c, delta, x, shift; generate_noise() local [all...] |
| H A D | av1dec.c | 148 static int16_t resolve_divisor(uint32_t d, uint16_t *shift) in resolve_divisor() argument
|
| H A D | ituh263dec.c | 274 int code, val, sign, shift; in ff_h263_decode_motion() local
|
| H A D | lagarith.c | 69 int shift = av_log2(denom - 1) + 1; in softfloat_reciprocal() local 72 ret <<= shift; in softfloat_reciprocal() local 73 err <<= shift; in softfloat_reciprocal() local
|
| H A D | ivi_dsp.c | 274 int i, shift, sp1, sp2, sp3, sp4; in ff_ivi_inverse_haar_8x8() local 383 int i, shift, sp1, sp2; in ff_ivi_inverse_haar_4x4() local [all...] |
| H A D | dca_xll.c | 697 int shift = c->bands[band].nscalablelsbs[ch]; in chs_get_lsb_width() local 715 int shift = chs_get_lsb_width(s, c, band, ch); in chs_assemble_msbs_lsbs() local 1285 int n, spkr, shift, round; combine_residual_frame() local 1331 int i, j, k, ret, shift, nsamples, request_mask; ff_dca_xll_filter_frame() local [all...] |
| H A D | mpegaudioenc_template.c | 698 int q1, e, shift, mult; in encode_frame() local
|
| H A D | adpcmenc.c | 558 adpcm_argo_compress_nibble(const ADPCMChannelStatus *cs, int16_t s, int shift, int flag) adpcm_argo_compress_nibble() argument 571 adpcm_argo_compress_block(ADPCMChannelStatus *cs, PutBitContext *pb, const int16_t *samples, int nsamples, int shift, int flag) adpcm_argo_compress_block() argument
|
| H A D | snow_dwt.c | 115 lift(DWTELEM *dst, DWTELEM *src, DWTELEM *ref, int dst_step, int src_step, int ref_step, int width, int mul, int add, int shift, int highpass, int inverse) lift() argument 145 liftS(DWTELEM *dst, DWTELEM *src, DWTELEM *ref, int dst_step, int src_step, int ref_step, int width, int mul, int add, int shift, int highpass, int inverse) liftS() argument
|
| /third_party/ffmpeg/libavcodec/mips/ |
| H A D | vc1dsp_mmi.c | 1657 vc1_put_ver_16b_shift2_mmi(int16_t *dst, const uint8_t *src, mips_reg stride, int rnd, int64_t shift) vc1_put_ver_16b_shift2_mmi() argument [all...] |
| H A D | vc1dsp_msa.c | 325 int shift = (shift_value[hmode] + shift_value[vmode]) >> 1; in put_vc1_mspel_mc_h_v_msa() local 399 t0 >>= shift, t1 >>= shift, t2 >>= shift, t3 >>= shift; in put_vc1_mspel_mc_h_v_msa() local 400 t4 >>= shift, t5 >>= shift, t6 >>= shift, t7 >>= shift; in put_vc1_mspel_mc_h_v_msa() local 401 t8 >>= shift, t9 >>= shift, t10 >>= shift, t11 >>= shift; put_vc1_mspel_mc_h_v_msa() local 402 t12 >>= shift, t13 >>= shift, t14 >>= shift, t15 >>= shift; put_vc1_mspel_mc_h_v_msa() local [all...] |