Home
last modified time | relevance | path

Searched defs:rshift (Results 1 – 24 of 24) sorted by relevance

/third_party/mesa3d/src/util/tools/
Dfind_hash_func.c64 for (unsigned rshift = 1; rshift <= 31; rshift++) { in find_perfect_hash_func() local
111 for (unsigned rshift = 1; rshift <= 31; rshift++) { in find_translate_func() local
147 unsigned mul, rshift, mask, max; in print_hash_code() local
/third_party/ffmpeg/libavcodec/arm/
Dvc1dsp_neon.S86 .macro vc1_inv_trans_4x8_helper add rshift
125 .macro vc1_inv_trans_8x4_helper add add1beforeshift rshift
238 .macro vc1_inv_trans_8x8_helper add add1beforeshift rshift
580 .macro vc1_inv_trans_4x4_helper add rshift
/third_party/FreeBSD/contrib/gdtoa/
Dgmisc.c36 rshift(b, k) Bigint *b; int k; in rshift() function
Dgdtoaimp.h576 #define rshift __rshift_D2A macro
/third_party/mesa3d/src/microsoft/compiler/
Ddxil_nir_lower_vs_vertex_conversion.c61 nir_def *rshift = nir_imm_ivec4(b, 22, 22, 22, 30); in from_10_10_10_2_scaled() local
/third_party/mesa3d/src/amd/common/nir/
Dac_nir.c176 ac_nir_unpack_value(nir_builder *b, nir_def *value, unsigned rshift, unsigned bitwidth) in ac_nir_unpack_value()
190 unsigned rshift, unsigned bitwidth) in ac_nir_unpack_arg()
/third_party/openssl/crypto/bn/
Dbn_div.c145 int rshift = BN_num_bits_word(d[top - 1]), lshift, i; in bn_left_align() local
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_llvm.c327 unsigned rshift, unsigned bitwidth) in unpack_llvm_param()
343 LLVMValueRef si_unpack_param(struct si_shader_context *ctx, struct ac_arg param, unsigned rshift, in si_unpack_param()
/third_party/openssl/providers/implementations/kdfs/
Dkrb5kdf.c294 unsigned int rotbits, rshift, rbyte; in n_fold() local
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DConstantUnion.cpp532 TConstantUnion TConstantUnion::rshift(const TConstantUnion &lhs, in rshift() function in sh::TConstantUnion
/third_party/ffmpeg/libavcodec/
Ddxv.c346 int value, counter = 0, rshift = 10, lshift = 30; in fill_ltable() local
431 int sum, x, val, lshift, rshift, ret, i, idx; in get_opcodes() local
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_conv.c346 unsigned rshift = n; in lp_build_clamped_float_to_unsigned_norm() local
/third_party/rust/crates/minimal-lexical/src/
Dbigint.rs628 let rshift = LIMB_BITS - n; in shl_bits() localVariable
/third_party/mesa3d/src/compiler/nir/
Dnir_format_convert.c83 unsigned rshift = bit_size - bits[i]; in nir_format_unpack_int() local
/third_party/mesa3d/src/compiler/glsl/
Dir_builder.cpp355 rshift(operand a, operand b) in rshift() function
/third_party/python/Lib/
Doperator.py128 def rshift(a, b): function
/third_party/optimized-routines/math/test/
Dmathtest.c1245 int rshift, ishift; in runtest() local
/third_party/rust/crates/rust-openssl/openssl/src/
Dbn.rs298 pub fn rshift(&mut self, a: &BigNumRef, n: i32) -> Result<(), ErrorStack> { in rshift() method
/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_peephole.cpp688 int rshift = offset; in expr() local
/third_party/openssl/test/
Dbntest.c1376 BIGNUM *a = NULL, *rshift = NULL, *ret = NULL; in file_rshift() local
/third_party/mesa3d/src/amd/llvm/
Dac_llvm_build.c2527 LLVMValueRef ac_unpack_param(struct ac_llvm_context *ctx, LLVMValueRef param, unsigned rshift, in ac_unpack_param()
/third_party/python/Modules/_decimal/libmpdec/
Dmpdecimal.c2972 mpd_ssize_t n, lshift, rshift; in mpd_qrotate() local
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c7011 struct tgsi_full_src_register rshift = in emit_puint_to_sscaled() local
/third_party/astc-encoder/Source/
Dstb_image.h5655 int rshift=0,gshift=0,bshift=0,ashift=0,rcount=0,gcount=0,bcount=0,acount=0; in stbi__bmp_load() local