| /external/u-boot/include/ |
| D | bitfield.h | 42 static inline uint bitfield_mask(uint shift, uint width) in bitfield_mask() 48 static inline uint bitfield_extract(uint reg_val, uint shift, uint width) in bitfield_extract() 57 static inline uint bitfield_replace(uint reg_val, uint shift, uint width, in bitfield_replace() 74 uint shift = bitfield_shift(mask); in bitfield_extract_by_mask() local 86 uint shift = bitfield_shift(mask); in bitfield_replace_by_mask() local
|
| D | sandbox-clk.h | 46 void __iomem *reg, u8 shift, in sandbox_clk_divider() 61 void __iomem *reg, u8 shift) in sandbox_clk_gate2() 69 u8 shift, u8 width, in sandbox_clk_mux()
|
| /external/libchrome/base/ |
| D | bits_unittest.cc | 68 for (uint8_t shift = 0; shift <= 7; shift++) { in TEST() local 78 for (uint16_t shift = 0; shift <= 15; shift++) { in TEST() local 88 for (uint32_t shift = 0; shift <= 31; shift++) { in TEST() local 97 for (uint8_t shift = 0; shift <= 7; shift++) { in TEST() local 106 for (uint16_t shift = 0; shift <= 15; shift++) { in TEST() local 115 for (uint32_t shift = 0; shift <= 31; shift++) { in TEST() local 126 for (uint64_t shift = 0; shift <= 63; shift++) { in TEST() local 135 for (uint64_t shift = 0; shift <= 31; shift++) { in TEST() local
|
| /external/u-boot/drivers/clk/imx/ |
| D | clk.h | 58 void __iomem *reg, u8 shift) in imx_clk_gate2() 65 void __iomem *reg, u8 shift) in imx_clk_gate4() 73 const char *parent, void __iomem *reg, u8 shift, in imx_clk_gate4_flags() 89 void __iomem *reg, u8 shift, u8 width) in imx_clk_divider() 97 u8 shift, u8 width, void __iomem *busy_reg, u8 busy_shift) in imx_clk_busy_divider() 104 void __iomem *reg, u8 shift, u8 width) in imx_clk_divider2() 119 void __iomem *reg, u8 shift, u8 width, in imx_clk_mux_flags() 129 u8 shift, u8 width, const char * const *parents, in imx_clk_mux() 138 imx_clk_busy_mux(const char *name, void __iomem *reg, u8 shift, u8 width, in imx_clk_busy_mux() 148 u8 shift, u8 width, const char * const *parents, in imx_clk_mux2() [all …]
|
| /external/libhevc/decoder/ |
| D | ihevcd_boundary_strength.c | 315 WORD32 shift; in ihevcd_ctb_boundary_strength_islice() local 328 WORD32 shift; in ihevcd_ctb_boundary_strength_islice() local 601 WORD32 shift; in ihevcd_ctb_boundary_strength_pbslice() local 614 WORD32 shift; in ihevcd_ctb_boundary_strength_pbslice() local 635 WORD32 shift; in ihevcd_ctb_boundary_strength_pbslice() local 648 WORD32 shift; in ihevcd_ctb_boundary_strength_pbslice() local 663 WORD32 shift; in ihevcd_ctb_boundary_strength_pbslice() local 679 WORD32 shift; in ihevcd_ctb_boundary_strength_pbslice() local 745 WORD32 shift; in ihevcd_ctb_boundary_strength_pbslice() local 761 WORD32 shift; in ihevcd_ctb_boundary_strength_pbslice() local [all …]
|
| /external/u-boot/drivers/clk/meson/ |
| D | clk_meson.h | 28 u8 shift; member 33 #define SETPMASK(width, shift) GENMASK(shift + width - 1, shift) argument 34 #define CLRPMASK(width, shift) (~SETPMASK(width, shift)) argument 36 #define PARM_GET(width, shift, reg) \ argument 38 #define PARM_SET(width, shift, reg, val) \ argument
|
| /external/libopus/silk/ |
| D | SigProc_FIX.h | 522 #define silk_LSHIFT8(a, shift) ((opus_int8)((opus_uint8)(a)<<(shift))) /* shif… argument 523 #define silk_LSHIFT16(a, shift) ((opus_int16)((opus_uint16)(a)<<(shift))) /* shif… argument 524 #define silk_LSHIFT32(a, shift) ((opus_int32)((opus_uint32)(a)<<(shift))) /* shif… argument 525 #define silk_LSHIFT64(a, shift) ((opus_int64)((opus_uint64)(a)<<(shift))) /* shif… argument 526 #define silk_LSHIFT(a, shift) silk_LSHIFT32(a, shift) /* shif… argument 528 #define silk_RSHIFT8(a, shift) ((a)>>(shift)) /* shif… argument 529 #define silk_RSHIFT16(a, shift) ((a)>>(shift)) /* shif… argument 530 #define silk_RSHIFT32(a, shift) ((a)>>(shift)) /* shif… argument 531 #define silk_RSHIFT64(a, shift) ((a)>>(shift)) /* shif… argument 532 #define silk_RSHIFT(a, shift) silk_RSHIFT32(a, shift) /* shif… argument [all …]
|
| D | MacroCount.h | 323 static OPUS_INLINE opus_int8 silk_LSHIFT8(opus_int8 a, opus_int32 shift){ in silk_LSHIFT8() 330 static OPUS_INLINE opus_int16 silk_LSHIFT16(opus_int16 a, opus_int32 shift){ in silk_LSHIFT16() 337 static OPUS_INLINE opus_int32 silk_LSHIFT32(opus_int32 a, opus_int32 shift){ in silk_LSHIFT32() 344 static OPUS_INLINE opus_int64 silk_LSHIFT64(opus_int64 a, opus_int shift){ in silk_LSHIFT64() 350 static OPUS_INLINE opus_int32 silk_LSHIFT_ovflw(opus_int32 a, opus_int32 shift){ in silk_LSHIFT_ovflw() 356 static OPUS_INLINE opus_uint32 silk_LSHIFT_uint(opus_uint32 a, opus_int32 shift){ in silk_LSHIFT_uint() 364 static OPUS_INLINE opus_int8 silk_RSHIFT8(opus_int8 a, opus_int32 shift){ in silk_RSHIFT8() 369 static OPUS_INLINE opus_int16 silk_RSHIFT16(opus_int16 a, opus_int32 shift){ in silk_RSHIFT16() 374 static OPUS_INLINE opus_int32 silk_RSHIFT32(opus_int32 a, opus_int32 shift){ in silk_RSHIFT32() 379 static OPUS_INLINE opus_int64 silk_RSHIFT64(opus_int64 a, opus_int64 shift){ in silk_RSHIFT64() [all …]
|
| /external/libxaac/decoder/ |
| D | ixheaacd_basic_ops_arr.h | 45 static PLATFORM_INLINE VOID shl32_arr(WORD32 *word32_arr, WORD16 shift, in shl32_arr() 56 static PLATFORM_INLINE VOID ixheaacd_shr32_arr(WORD32 *word32_arr, WORD16 shift, in ixheaacd_shr32_arr() 68 static PLATFORM_INLINE VOID shl32_arr_dir(WORD32 *word32_arr, WORD16 shift, in shl32_arr_dir() 79 static PLATFORM_INLINE VOID shr32_arr_dir(WORD32 *word32_arr, WORD16 shift, in shr32_arr_dir() 90 static PLATFORM_INLINE VOID shl32_arr_dir_sat(WORD32 *word32_arr, WORD16 shift, in shl32_arr_dir_sat() 101 static PLATFORM_INLINE VOID shr32_arr_dir_sat(WORD32 *word32_arr, WORD16 shift, in shr32_arr_dir_sat() 113 WORD16 shift, WORD32 n) { in ixheaacd_shl32_arr_sat() 124 static PLATFORM_INLINE VOID shl16_arr(WORD16 *word16_arr, WORD16 shift, in shl16_arr() 135 static PLATFORM_INLINE VOID ixheaacd_shr16_arr(WORD16 *word16_arr, WORD16 shift, in ixheaacd_shr16_arr() 147 static PLATFORM_INLINE VOID shl16_arr_dir(WORD16 *word16_arr, WORD16 shift, in shl16_arr_dir() [all …]
|
| D | ixheaacd_basic_ops16.h | 91 static PLATFORM_INLINE WORD16 ixheaacd_shl16(WORD16 op1, WORD16 shift) { in ixheaacd_shl16() 98 static PLATFORM_INLINE WORD16 ixheaacd_shl16_sat(WORD16 op1, WORD16 shift) { in ixheaacd_shl16_sat() 110 static PLATFORM_INLINE WORD16 ixheaacd_shr16(WORD16 op1, WORD16 shift) { in ixheaacd_shr16() 117 static PLATFORM_INLINE WORD16 shl16_dir(WORD16 op1, WORD16 shift) { in shl16_dir() 127 static PLATFORM_INLINE WORD16 shr16_dir(WORD16 op1, WORD16 shift) { in shr16_dir() 138 static PLATFORM_INLINE WORD16 shl16_dir_sat(WORD16 op1, WORD16 shift) { in shl16_dir_sat() 148 static PLATFORM_INLINE WORD16 ixheaacd_shr16_dir_sat(WORD16 op1, WORD16 shift) { in ixheaacd_shr16_dir_sat()
|
| /external/arm-trusted-firmware/drivers/rpi3/gpio/ |
| D | rpi3_gpio.c | 48 int shift = 3 * (gpio % 10); in rpi3_gpio_get_select() local 74 int shift = 3 * (gpio % 10); in rpi3_gpio_set_select() local 111 int shift = gpio % 32; in rpi3_gpio_get_value() local 124 int shift = gpio % 32; in rpi3_gpio_set_value() local 142 int shift = gpio % 32; in rpi3_gpio_set_pull() local
|
| /external/speex/libspeexdsp/ |
| D | fixed_generic.h | 45 #define SHR16(a,shift) ((a) >> (shift)) argument 46 #define SHL16(a,shift) ((a) << (shift)) argument 47 #define SHR32(a,shift) ((a) >> (shift)) argument 48 #define SHL32(a,shift) ((a) << (shift)) argument 49 #define PSHR16(a,shift) (SHR16((a)+((1<<((shift))>>1)),shift)) argument 50 #define PSHR32(a,shift) (SHR32((a)+((EXTEND32(1)<<((shift))>>1)),shift)) argument 51 #define VSHR32(a, shift) (((shift)>0) ? SHR32(a, shift) : SHL32(a, -(shift))) argument 55 #define SATURATE32PSHR(x,shift,a) (((x)>=(SHL32(a,shift))) ? (a) : \ argument 59 #define SHR(a,shift) ((a) >> (shift)) argument 60 #define SHL(a,shift) ((spx_word32_t)(a) << (shift)) argument [all …]
|
| D | arch.h | 157 #define SHR16(a,shift) (a) argument 158 #define SHL16(a,shift) (a) argument 159 #define SHR32(a,shift) (a) argument 160 #define SHL32(a,shift) (a) argument 161 #define PSHR16(a,shift) (a) argument 162 #define PSHR32(a,shift) (a) argument 163 #define VSHR32(a,shift) (a) argument 166 #define SATURATE32PSHR(x,shift,a) (x) argument 168 #define PSHR(a,shift) (a) argument 169 #define SHR(a,shift) (a) argument [all …]
|
| /external/aac/libSBRdec/src/ |
| D | transcendent.h | 146 int shift; in FDK_add_MantExp() local 185 int shift; in FDK_add_MantExp() local 235 int preShift, postShift, index, shift; in FDK_divide_MantExp() local 291 int preShift, postShift, index, shift; in FDK_divide_MantExp() local 365 int shift = result_e - *destScale; in FDK_sqrt_MantExp() local
|
| /external/compiler-rt/lib/builtins/ |
| D | floatunsisf.c | 37 const int shift = significandBits - exponent; in ARM_EABI_FNALIAS() local 40 const int shift = exponent - significandBits; in ARM_EABI_FNALIAS() local
|
| D | floatsisf.c | 45 const int shift = significandBits - exponent; in ARM_EABI_FNALIAS() local 48 const int shift = exponent - significandBits; in ARM_EABI_FNALIAS() local
|
| /external/libopus/silk/mips/ |
| D | sigproc_fix_mipsr1.h | 42 static inline int silk_LSHIFT_SAT32(int a, int shift) in silk_LSHIFT_SAT32() 52 static inline int silk_RSHIFT_ROUND(int a, int shift) in silk_RSHIFT_ROUND()
|
| /external/mesa3d/src/intel/common/ |
| D | gen_gem.h | 45 const int shift = 63 - 47; in gen_canonical_address() local 57 const int shift = 63 - 47; in gen_48b_address() local
|
| /external/libopus/celt/ |
| D | fixed_generic.h | 84 #define SHR16(a,shift) ((a) >> (shift)) argument 86 #define SHL16(a,shift) ((opus_int16)((opus_uint16)(a)<<(shift))) argument 88 #define SHR32(a,shift) ((a) >> (shift)) argument 90 #define SHL32(a,shift) ((opus_int32)((opus_uint32)(a)<<(shift))) argument 93 #define PSHR32(a,shift) (SHR32((a)+((EXTEND32(1)<<((shift))>>1)),shift)) argument 95 #define VSHR32(a, shift) (((shift)>0) ? SHR32(a, shift) : SHL32(a, -(shift))) argument 98 #define SHR(a,shift) ((a) >> (shift)) argument 99 #define SHL(a,shift) SHL32(a,shift) argument 100 #define PSHR(a,shift) (SHR((a)+((EXTEND32(1)<<((shift))>>1)),shift)) argument
|
| /external/webp/src/dsp/ |
| D | rescaler_msa.c | 27 #define CALC_MULT_FIX_16(in0, in1, in2, in3, scale, shift, dst) do { \ argument 47 #define CALC_MULT_FIX_4(in0, scale, shift, dst) do { \ argument 60 #define CALC_MULT_FIX1_16(in0, in1, in2, in3, fyscale, shift, \ argument 78 #define CALC_MULT_FIX1_4(in0, scale, shift, dst) do { \ argument 87 #define CALC_MULT_FIX2_16(in0, in1, in2, in3, mult, scale, shift, \ argument 102 #define CALC_MULT_FIX2_4(in0, in1, mult, scale, shift, dst) do { \ argument 121 const v4u32 shift = (v4u32)__msa_fill_w(WEBP_RESCALER_RFIX); in ExportRowExpand_0() local 183 const v4u32 shift = (v4u32)__msa_fill_w(WEBP_RESCALER_RFIX); in ExportRowExpand_1() local
|
| /external/libhevc/common/ |
| D | ihevc_weighted_pred.c | 112 WORD32 shift, in ihevc_weighted_pred_uni() 197 WORD32 shift, in ihevc_weighted_pred_chroma_uni() 302 WORD32 shift, in ihevc_weighted_pred_bi() 407 WORD32 shift, in ihevc_weighted_pred_chroma_bi() 502 WORD32 shift; in ihevc_weighted_pred_bi_default() local 585 WORD32 shift; in ihevc_weighted_pred_chroma_bi_default() local
|
| /external/libaom/libaom/aom_dsp/x86/ |
| D | blend_mask_sse4.h | 30 int shift) { in blend_a64_d16_mask_w4_sse41() 48 int shift) { in blend_a64_d16_mask_w8_sse41() 68 const __m128i *round_offset, int shift) { in aom_lowbd_blend_a64_d16_mask_subw0_subh0_w4_sse4_1() 87 const __m128i *round_offset, int shift) { in aom_lowbd_blend_a64_d16_mask_subw0_subh0_w8_sse4_1() 105 const __m128i *round_offset, int shift) { in aom_lowbd_blend_a64_d16_mask_subw1_subh1_w4_sse4_1() 130 const __m128i *round_offset, int shift) { in aom_lowbd_blend_a64_d16_mask_subw1_subh1_w8_sse4_1() 155 const __m128i *round_offset, int shift) { in aom_lowbd_blend_a64_d16_mask_subw1_subh0_w4_sse4_1() 177 const __m128i *round_offset, int shift) { in aom_lowbd_blend_a64_d16_mask_subw1_subh0_w8_sse4_1() 198 const __m128i *round_offset, int shift) { in aom_lowbd_blend_a64_d16_mask_subw0_subh1_w4_sse4_1() 220 const __m128i *round_offset, int shift) { in aom_lowbd_blend_a64_d16_mask_subw0_subh1_w8_sse4_1()
|
| /external/skqp/src/core/ |
| D | SkEdge.cpp | 37 int shift) { in setLine() 181 bool SkQuadraticEdge::setQuadraticWithoutUpdate(const SkPoint pts[3], int shift) { in setQuadraticWithoutUpdate() 281 int SkQuadraticEdge::setQuadratic(const SkPoint pts[3], int shift) { in setQuadratic() 297 int shift = fCurveShift; in updateQuadratic() local 351 bool SkCubicEdge::setCubicWithoutUpdate(const SkPoint pts[4], int shift, bool sortY) { in setCubicWithoutUpdate() 451 int SkCubicEdge::setCubic(const SkPoint pts[4], int shift) { in setCubic()
|
| /external/skia/src/core/ |
| D | SkEdge.cpp | 37 int shift) { in setLine() 181 bool SkQuadraticEdge::setQuadraticWithoutUpdate(const SkPoint pts[3], int shift) { in setQuadraticWithoutUpdate() 281 int SkQuadraticEdge::setQuadratic(const SkPoint pts[3], int shift) { in setQuadratic() 297 int shift = fCurveShift; in updateQuadratic() local 351 bool SkCubicEdge::setCubicWithoutUpdate(const SkPoint pts[4], int shift, bool sortY) { in setCubicWithoutUpdate() 451 int SkCubicEdge::setCubic(const SkPoint pts[4], int shift) { in setCubic()
|
| /external/tensorflow/tensorflow/lite/micro/kernels/xtensa-hifimini/ |
| D | fixedpoint_utils.h | 53 int shift) { in MultiplyByQuantizedMultiplier() 128 int shift) { in MultiplyByQuantizedMultiplier() 195 int32_t* quantized_multiplier, int* shift) { in QuantizeMultiplier()
|