Home
last modified time | relevance | path

Searched defs:shift (Results 26 - 50 of 742) sorted by relevance

12345678910>>...30

/third_party/ffmpeg/libavcodec/arm/
H A Dvp56_arith.h45 unsigned shift = ff_vp56_norm_shift[c->high]; in vp56_rac_get_prob_armv6() local
82 unsigned shift = ff_vp56_norm_shift[c->high]; in vp56_rac_get_prob_branchy_armv6() local
/third_party/ffmpeg/libavcodec/x86/
H A Dmathops.h35 static av_always_inline av_const int MULL(int a, int b, unsigned shift) in MULL() argument
/third_party/ffmpeg/libavcodec/
H A Dpng.c56 int shift, xmin, pass_width; in ff_png_pass_row_size() local
/third_party/ffmpeg/libavfilter/x86/
H A Dvf_noise.c29 line_noise_avg_mmx(uint8_t *dst, const uint8_t *src, int len, const int8_t * const *shift) line_noise_avg_mmx() argument
72 line_noise_mmxext(uint8_t *dst, const uint8_t *src, const int8_t *noise, int len, int shift) line_noise_mmxext() argument
/third_party/ffmpeg/tests/checkasm/
H A Dalacdsp.c53 int shift = rnd() & 0x1F; in check_decorrelate_stereo() local
/third_party/libsnd/src/ALAC/
H A Dmatrix_enc.c130 int32_t shift = bytesShifted * 8 ; in mix24() local
151 l >>= shift ; in mix24() local
152 r >>= shift ; in mix24() local
185 l >>= shift ; in mix24() local
186 r >>= shift ; in mix24() local
213 int32_t shift = bytesShifted * 8 ; in mix32() local
236 l >>= shift ; mix32() local
237 r >>= shift ; mix32() local
267 l >>= shift ; mix32() local
268 r >>= shift ; mix32() local
[all...]
/third_party/ltp/testcases/cve/
H A Dtcindex01.c37 static const uint32_t shift = 10; variable
/third_party/node/lib/internal/readline/
H A Dutils.js[all...]
/third_party/musl/porting/uniproton/kernel/src/math/
H A Dexp_data.h17 double shift; member
/third_party/musl/porting/liteos_m/kernel/src/math/
H A Dexp_data.h17 double shift; member
/third_party/musl/src/math/
H A Dexp_data.h17 double shift; member
/third_party/musl/porting/liteos_a/kernel/src/math/
H A Dexp_data.h17 double shift; member
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_nir_attribute_workarounds.c70 nir_ssa_def *shift = nir_imm_ivec4(b, 22, 22, 22, 30); in apply_attr_wa_instr() local
/third_party/node/deps/v8/src/bigint/
H A Ddiv-helpers.h71 int shift() { return shift_; } shift() function in v8::bigint::ShiftedDigits
[all...]
/third_party/node/deps/v8/src/base/
H A Dvlq-base64.cc39 uint64_t shift = 0; in VLQBase64Decode() local
/third_party/mesa3d/src/util/
H A Dfast_idiv_by_const.h68 unsigned shift; /* shift for the dividend after multiplying */ member
/third_party/node/deps/openssl/openssl/ssl/record/
H A Ddtls1_bitmap.c41 unsigned int shift; in dtls1_record_replay_check() local
62 unsigned int shift; in dtls1_record_bitmap_update() local
[all...]
/third_party/openssl/ssl/record/
H A Ddtls1_bitmap.c41 unsigned int shift; in dtls1_record_replay_check() local
62 unsigned int shift; in dtls1_record_bitmap_update() local
[all...]
/third_party/skia/third_party/externals/libwebp/src/utils/
H A Dcolor_cache_utils.h37 int VP8LHashPix(uint32_t argb, int shift) { in VP8LHashPix() argument
/third_party/optimized-routines/string/aarch64/
H A Dstrlen-mte.S23 #define shift x4 define
H A Dstrnlen.S22 #define shift x4 define
/third_party/vixl/test/aarch64/
H A Dtest-fuzz-aarch64.cc41 static void FuzzHelper(std::string mode, int step_size, int offset, int shift) { in FuzzHelper() argument
/third_party/python/Lib/lib2to3/pgen2/
H A Dparse.py178 def shift(self, type, value, newstate, context): member in Parser
/third_party/skia/third_party/externals/abseil-cpp/absl/numeric/
H A Dint128.cc76 const int shift = Fls128(dividend) - Fls128(denominator); in DivModImpl() local
77 denominator <<= shift; in DivModImpl() local
H A Dbits_test.cc113 int shift = absl::Uniform(rng, -2 * std::numeric_limits<uint8_t>::digits, in TEST() local
122 int shift = absl::Uniform(rng, -2 * std::numeric_limits<uint16_t>::digits, in TEST() local
131 int shift = absl::Uniform(rng, -2 * std::numeric_limits<uint32_t>::digits, in TEST() local
140 int shift in TEST() local
[all...]

Completed in 10 milliseconds

12345678910>>...30