/third_party/vixl/src/aarch32/ |
H A D | instructions-aarch32.cc | 582 ImmediateShiftOperand::ImmediateShiftOperand(int shift_value, int amount_value) in ImmediateShiftOperand() argument
|
/third_party/ffmpeg/libavcodec/mips/ |
H A 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/node/deps/v8/src/compiler/ |
H A D | int64-lowering.cc | 712 int32_t shift_value = m.ResolvedValue() & 0x3F; in LowerNode() local
|
/third_party/ffmpeg/libavcodec/loongarch/ |
H A 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
|
/kernel/linux/linux-5.10/drivers/scsi/pm8001/ |
H A D | pm80xx_hwi.c | 50 int pm80xx_bar4_shift(struct pm8001_hba_info *pm8001_ha, u32 shift_value) in pm80xx_bar4_shift() argument
|
H A D | pm8001_hwi.c | 4861 u32 shift_value, gsm_base, gsm_dump_offset; in pm8001_get_gsm_dump() local
|
/kernel/linux/linux-6.6/drivers/scsi/pm8001/ |
H A D | pm80xx_hwi.c | 51 int pm80xx_bar4_shift(struct pm8001_hba_info *pm8001_ha, u32 shift_value) in pm80xx_bar4_shift() argument
|
H A D | pm8001_hwi.c | 4682 u32 shift_value, gsm_base, gsm_dump_offset; in pm8001_get_gsm_dump() local
|
/third_party/ffmpeg/libavcodec/ |
H A D | alsdec.c | 235 int *shift_value; ///< value by which the binary point is to be shifted for all channels member 1460 int *shift_value = ctx->shift_value; in read_diff_float_data() local [all...] |
/kernel/linux/linux-5.10/drivers/power/supply/ |
H A D | ab8500_charger.c | 1138 int curr_index, prev_curr_index, shift_value, i; in ab8500_charger_set_current() local [all...] |
/kernel/linux/linux-6.6/drivers/power/supply/ |
H A D | ab8500_charger.c | 1156 int curr_index, prev_curr_index, shift_value, i; in ab8500_charger_set_current() local [all...] |
/third_party/node/deps/v8/src/compiler/backend/mips/ |
H A D | instruction-selector-mips.cc | 873 int32_t shift_value = in VisitInt32Add() local 890 int32_t shift_value = in VisitInt32Add() local
|
/third_party/node/deps/v8/src/compiler/backend/mips64/ |
H A D | instruction-selector-mips64.cc | 987 int32_t shift_value = in VisitInt32Add() local 1004 int32_t shift_value = in VisitInt32Add() local 1030 int32_t shift_value = in VisitInt64Add() local 1047 int32_t shift_value = VisitInt64Add() local [all...] |
/third_party/node/deps/v8/src/compiler/backend/loong64/ |
H A D | instruction-selector-loong64.cc | 956 int32_t shift_value = in VisitInt32Add() local 972 int32_t shift_value = static_cast<int32_t>(mleft.right().ResolvedValue()); in VisitInt32Add() local 994 int32_t shift_value = in VisitInt64Add() local 1010 int32_t shift_value = static_cast<int32_t>(mleft.right().ResolvedValue()); VisitInt64Add() local [all...] |
/third_party/node/deps/v8/src/execution/arm/ |
H A D | simulator-arm.cc | 4215 int8_t shift_value = static_cast<int8_t>(shift[i]); in ShiftByRegister() local
|