Home
last modified time | relevance | path

Searched defs:shift_value (Results 1 – 6 of 6) sorted by relevance

/third_party/iptables/extensions/
Dlibxt_cluster.c132 int node, shift_value = 1, comma_needed = 0; in cluster_xlate() local
/third_party/rust/rust/compiler/rustc_codegen_gcc/src/
Dint.rs107 let shift_value = self.gcc_sub(b, sixty_four); in gcc_lshr() localVariable
130 let shift_value = self.gcc_sub(sixty_four, b); in gcc_lshr() localVariable
489 let shift_value = self.context.new_cast(None, sixty_four - b, unsigned_type); in gcc_shl() localVariable
/third_party/vixl/src/aarch32/
Dinstructions-aarch32.cc582 ImmediateShiftOperand::ImmediateShiftOperand(int shift_value, int amount_value) in ImmediateShiftOperand()
/third_party/ffmpeg/libavcodec/loongarch/
Dvc1dsp_lasx.c535 static const int shift_value[] = {0, 5, 1, 5}; in put_vc1_mspel_mc_h_v_lasx() local
747 static const int shift_value[] = {0, 6, 4, 6}; in put_vc1_mspel_mc_v_lasx() local
823 static const int shift_value[] = {0, 6, 4, 6}; in put_vc1_mspel_mc_h_lasx() local
/third_party/ffmpeg/libavcodec/mips/
Dvc1dsp_msa.c324 static const int shift_value[] = {0, 5, 1, 5}; in put_vc1_mspel_mc_h_v_msa() local
/third_party/ffmpeg/libavcodec/
Dalsdec.c235 …int *shift_value; ///< value by which the binary point is to be shifted for all chan… member
1460 int *shift_value = ctx->shift_value; in read_diff_float_data() local