| /third_party/ffmpeg/libavcodec/arm/ |
| H A D | vp56_arith.h | 45 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 D | mathops.h | 35 static av_always_inline av_const int MULL(int a, int b, unsigned shift) in MULL() argument
|
| /third_party/ffmpeg/libavcodec/ |
| H A D | png.c | 56 int shift, xmin, pass_width; in ff_png_pass_row_size() local
|
| /third_party/ffmpeg/libavfilter/x86/ |
| H A D | vf_noise.c | 29 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 D | alacdsp.c | 53 int shift = rnd() & 0x1F; in check_decorrelate_stereo() local
|
| /third_party/libsnd/src/ALAC/ |
| H A D | matrix_enc.c | 130 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 D | tcindex01.c | 37 static const uint32_t shift = 10; variable
|
| /third_party/node/lib/internal/readline/ |
| H A D | utils.js | [all...] |
| /third_party/musl/porting/uniproton/kernel/src/math/ |
| H A D | exp_data.h | 17 double shift; member
|
| /third_party/musl/porting/liteos_m/kernel/src/math/ |
| H A D | exp_data.h | 17 double shift; member
|
| /third_party/musl/src/math/ |
| H A D | exp_data.h | 17 double shift; member
|
| /third_party/musl/porting/liteos_a/kernel/src/math/ |
| H A D | exp_data.h | 17 double shift; member
|
| /third_party/mesa3d/src/intel/compiler/ |
| H A D | brw_nir_attribute_workarounds.c | 70 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 D | div-helpers.h | 71 int shift() { return shift_; } shift() function in v8::bigint::ShiftedDigits [all...] |
| /third_party/node/deps/v8/src/base/ |
| H A D | vlq-base64.cc | 39 uint64_t shift = 0; in VLQBase64Decode() local
|
| /third_party/mesa3d/src/util/ |
| H A D | fast_idiv_by_const.h | 68 unsigned shift; /* shift for the dividend after multiplying */ member
|
| /third_party/node/deps/openssl/openssl/ssl/record/ |
| H A D | dtls1_bitmap.c | 41 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 D | dtls1_bitmap.c | 41 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 D | color_cache_utils.h | 37 int VP8LHashPix(uint32_t argb, int shift) { in VP8LHashPix() argument
|
| /third_party/optimized-routines/string/aarch64/ |
| H A D | strlen-mte.S | 23 #define shift x4 define
|
| H A D | strnlen.S | 22 #define shift x4 define
|
| /third_party/vixl/test/aarch64/ |
| H A D | test-fuzz-aarch64.cc | 41 static void FuzzHelper(std::string mode, int step_size, int offset, int shift) { in FuzzHelper() argument
|
| /third_party/python/Lib/lib2to3/pgen2/ |
| H A D | parse.py | 178 def shift(self, type, value, newstate, context): member in Parser
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/numeric/ |
| H A D | int128.cc | 76 const int shift = Fls128(dividend) - Fls128(denominator); in DivModImpl() local 77 denominator <<= shift; in DivModImpl() local
|
| H A D | bits_test.cc | 113 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...] |