Home
last modified time | relevance | path

Searched defs:shift (Results 101 - 125 of 2811) sorted by relevance

12345678910>>...113

/kernel/linux/linux-6.6/tools/testing/selftests/mm/
H A Dmap_hugetlb.c65 int shift = 0; in main() local
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H A Dtest_jhash.h7 static __always_inline u32 rol32(u32 word, unsigned int shift) in rol32() argument
/kernel/linux/linux-6.6/tools/include/linux/
H A Dmath64.h22 static inline u64 mul_u64_u32_shr(u64 a, u32 b, unsigned int shift) in mul_u64_u32_shr() argument
46 static inline u64 mul_u64_u32_shr(u64 a, u32 b, unsigned int shift) in mul_u64_u32_shr() argument
/third_party/ffmpeg/libavcodec/avr32/
H A Dmathops.h32 static inline av_const int MULL(int a, int b, unsigned shift) in MULL() argument
/third_party/ffmpeg/libavcodec/
H A Dflacdsp_template.c51 flac_decorrelate_indep_c(uint8_t **out, int32_t **in, int channels, int len, int shift) flac_decorrelate_indep_c() argument
62 flac_decorrelate_ls_c(uint8_t **out, int32_t **in, int channels, int len, int shift) flac_decorrelate_ls_c() argument
76 flac_decorrelate_rs_c(uint8_t **out, int32_t **in, int channels, int len, int shift) flac_decorrelate_rs_c() argument
90 flac_decorrelate_ms_c(uint8_t **out, int32_t **in, int channels, int len, int shift) flac_decorrelate_ms_c() argument
[all...]
H A Dpng.c56 int shift, xmin, pass_width; in ff_png_pass_row_size() local
/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/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

Completed in 7 milliseconds

12345678910>>...113