Searched defs:shift_value (Results 1 – 6 of 6) sorted by relevance
| /third_party/iptables/extensions/ |
| D | libxt_cluster.c | 132 int node, shift_value = 1, comma_needed = 0; in cluster_xlate() local
|
| /third_party/rust/rust/compiler/rustc_codegen_gcc/src/ |
| D | int.rs | 107 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/ |
| D | instructions-aarch32.cc | 582 ImmediateShiftOperand::ImmediateShiftOperand(int shift_value, int amount_value) in ImmediateShiftOperand()
|
| /third_party/ffmpeg/libavcodec/loongarch/ |
| D | vc1dsp_lasx.c | 535 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/ |
| D | vc1dsp_msa.c | 324 static const int shift_value[] = {0, 5, 1, 5}; in put_vc1_mspel_mc_h_v_msa() local
|
| /third_party/ffmpeg/libavcodec/ |
| D | alsdec.c | 235 …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
|