| /third_party/jerryscript/tests/jerry/ |
| D | array-prototype-shift.js | 40 var obj = { shift : Array.prototype.shift }; property 52 var obj = { shift : Array.prototype.shift }; property 64 var obj = { shift : Array.prototype.shift }; property 70 var obj = { shift : Array.prototype.shift, length : 1 }; property 87 Array.prototype.shift.call(arr); method in Array 100 Array.prototype.shift.call(arr); method in Array 111 Array.prototype.shift.call(arr); method in Array 122 Array.prototype.shift.call(arr); method in Array 133 Array.prototype.shift.call(arr); method in Array
|
| /third_party/uboot/u-boot-2020.01/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()
|
| /third_party/uboot/u-boot-2020.01/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 …]
|
| /third_party/uboot/u-boot-2020.01/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
|
| /third_party/boost/boost/sort/spreadsort/ |
| D | integer_sort.hpp | 167 Right_shift shift, Compare comp) { in integer_sort() 213 inline void integer_sort(Range& range, Right_shift shift, Compare comp) in integer_sort() 260 Right_shift shift) { in integer_sort() 306 inline void integer_sort(Range& range, Right_shift shift) in integer_sort()
|
| /third_party/ffmpeg/libavcodec/arm/ |
| D | simple_idct_armv6.S | 53 .macro idct_row shift argument 94 .macro idct_row4 shift argument 132 .macro idct_finish_shift shift argument 159 .macro idct_finish_shift_sat shift argument
|
| D | mlpdsp_init_arm.c | 44 #define DECLARE_PACK(order,channels,shift) \ argument 46 #define ENUMERATE_PACK(order,channels,shift) \ argument 95 int shift = output_shift[0] < 0 || output_shift[0] > 5 ? 6 : output_shift[0]; in mlp_select_pack_output_armv6() local
|
| /third_party/node/test/parallel/ |
| D | test-readline-emit-keypress-events.js | 25 { sequence: 'f', name: 'f', ctrl: false, meta: false, shift: false }, property 26 { sequence: 'o', name: 'o', ctrl: false, meta: false, shift: false }, property 27 { sequence: 'o', name: 'o', ctrl: false, meta: false, shift: false }, property
|
| D | test-readline-keys.js | 10 return Object.assign({ ctrl: false, meta: false, shift: false }, k); property 90 { name: 'j', sequence: 'J', shift: true }, property 91 { name: 's', sequence: 'S', shift: true }, property 134 { name: 'a', sequence: 'A', shift: true }, property 135 { name: 'a', sequence: '\x1bA', meta: true, shift: true }, property 141 { name: 'f1', sequence: '\x1b[2P', code: '[P', shift: true, meta: false, ctrl: false }, property 142 { name: 'f1', sequence: '\x1b[3P', code: '[P', shift: false, meta: true, ctrl: false }, property 143 { name: 'f1', sequence: '\x1b[4P', code: '[P', shift: true, meta: true, ctrl: false }, property 144 { name: 'f1', sequence: '\x1b[5P', code: '[P', shift: false, meta: false, ctrl: true }, property 145 { name: 'f1', sequence: '\x1b[6P', code: '[P', shift: true, meta: false, ctrl: true }, property [all …]
|
| /third_party/ffmpeg/libavfilter/x86/ |
| D | vf_noise.c | 29 const int8_t *noise, int len, int shift) in line_noise_mmx() 58 int len, const int8_t * const *shift) in line_noise_avg_mmx() 101 const int8_t *noise, int len, int shift) in line_noise_mmxext()
|
| /third_party/ntfs-3g/include/ntfs-3g/ |
| D | bitmap.h | 79 static __inline__ u32 ntfs_rol32(u32 word, unsigned int shift) in ntfs_rol32() 90 static __inline__ u32 ntfs_ror32(u32 word, unsigned int shift) in ntfs_ror32()
|
| /third_party/skia/third_party/externals/libwebp/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
|
| /third_party/flutter/skia/third_party/externals/libwebp/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
|
| /third_party/ffmpeg/libavcodec/ |
| D | nellymoser.c | 85 static inline int signed_shift(int i, int shift) { in signed_shift() 91 static int sum_bits(short *buf, short shift, short off) in sum_bits() 121 short shift, shift_saved; in ff_nelly_get_sample_bits() local
|
| D | hevcdsp_template.c | 109 int shift = 15 - BIT_DEPTH - log2_size; in FUNC() local 152 int shift = 7; in FUNC() local 307 int shift = BIT_DEPTH - 5; in FUNC() local 538 int shift = 14 + 1 - BIT_DEPTH; in FUNC() local 562 int shift = denom + 14 - BIT_DEPTH; in FUNC() local 589 int shift = 14 + 1 - BIT_DEPTH; in FUNC() local 691 int shift = 14 - BIT_DEPTH; in FUNC() local 719 int shift = 14 + 1 - BIT_DEPTH; in FUNC() local 745 int shift = 14 - BIT_DEPTH; in FUNC() local 774 int shift = 14 + 1 - BIT_DEPTH; in FUNC() local [all …]
|
| D | dpx.c | 55 int *n_datum, int is_big, int shift) in read10in32_gray() 73 int *n_datum, int is_big, int shift) in read10in32() 406 int shift = elements > 1 ? packing == 1 ? 22 : 20 : packing == 1 ? 2 : 0; in decode_frame() local 437 int shift = packing == 1 ? 4 : 0; in decode_frame() local
|
| /third_party/node/lib/internal/ |
| D | fixed_queue.js | 80 shift() { method in FixedCircularBuffer 108 shift() { method in module.exports
|
| /third_party/flutter/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()
|
| /third_party/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()
|
| /third_party/openssl/ssl/record/ |
| D | dtls1_bitmap.c | 41 unsigned int shift; in dtls1_record_replay_check() local 62 unsigned int shift; in dtls1_record_bitmap_update() local
|
| /third_party/cmsis/CMSIS/DSP/Source/BasicMathFunctions/ |
| D | arm_scale_q31.c | 61 int8_t shift, in arm_scale_q31() 109 int8_t shift, in arm_scale_q31()
|
| /third_party/uboot/u-boot-2020.01/drivers/serial/ |
| D | serial_omap.c | 29 static inline void serial_out_shift(void *addr, int shift, int value) in serial_out_shift() 46 static inline int serial_in_shift(void *addr, int shift) in serial_in_shift()
|
| /third_party/uboot/u-boot-2020.01/arch/arm/mach-imx/mx7ulp/ |
| D | scg.c | 55 u32 shift, mask; in scg_sircdiv_get_rate() local 93 u32 shift, mask; in scg_fircdiv_get_rate() local 131 u32 shift, mask; in scg_soscdiv_get_rate() local 169 u32 shift, mask, gate, valid; in scg_apll_pfd_get_rate() local 219 u32 shift, mask, gate, valid; in scg_spll_pfd_get_rate() local 356 u32 shift, mask; in scg_nic_get_rate() local 632 u32 shift, mask, gate, valid; in scg_enable_pll_pfd() local
|
| /third_party/skia/src/codec/ |
| D | SkMasks.cpp | 61 static uint8_t get_comp(uint32_t pixel, uint32_t mask, uint32_t shift, in get_comp() 92 uint32_t shift = 0; in process_mask() local
|