Home
last modified time | relevance | path

Searched defs:shift (Results 1 – 25 of 811) sorted by relevance

12345678910>>...33

/third_party/jerryscript/tests/jerry/
Darray-prototype-shift.js40 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/ffmpeg/libavcodec/arm/
Dsimple_idct_armv6.S53 .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
Dmlpdsp_init_arm.c44 #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/
Dtest-readline-keys.js10 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 …]
Dtest-readline-emit-keypress-events.js25 { 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
/third_party/ffmpeg/libavfilter/x86/
Dvf_noise.c29 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/flutter/skia/third_party/externals/libwebp/src/dsp/
Drescaler_msa.c27 #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/skia/third_party/externals/libwebp/src/dsp/
Drescaler_msa.c27 #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/
Dhevcdsp_template.c109 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 …]
Dnellymoser.c85 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
/third_party/ntfs-3g/include/ntfs-3g/
Dbitmap.h79 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/flutter/skia/src/core/
DSkEdge.cpp37 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/
DSkEdge.cpp37 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/node/lib/internal/
Dfixed_queue.js80 shift() { method in FixedCircularBuffer
108 shift() { method in module.exports
/third_party/openssl/ssl/record/
Ddtls1_bitmap.c41 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/
Darm_scale_q31.c61 int8_t shift, in arm_scale_q31()
109 int8_t shift, in arm_scale_q31()
Darm_scale_q7.c62 int8_t shift, in arm_scale_q7()
113 int8_t shift, in arm_scale_q7()
Darm_scale_q15.c61 int8_t shift, in arm_scale_q15()
113 int8_t shift, in arm_scale_q15()
/third_party/freetype/src/base/
Dfttrigon.c136 FT_Int shift; in ft_trig_prenorm() local
380 FT_Int shift; in FT_Vector_Rotate() local
419 FT_Int shift; in FT_Vector_Length() local
458 FT_Int shift; in FT_Vector_Polarize() local
/third_party/skia/third_party/externals/freetype/src/base/
Dfttrigon.c136 FT_Int shift; in ft_trig_prenorm() local
380 FT_Int shift; in FT_Vector_Rotate() local
419 FT_Int shift; in FT_Vector_Length() local
458 FT_Int shift; in FT_Vector_Polarize() local
/third_party/flutter/skia/third_party/externals/freetype/src/base/
Dfttrigon.c137 FT_Int shift; in ft_trig_prenorm() local
381 FT_Int shift; in FT_Vector_Rotate() local
420 FT_Int shift; in FT_Vector_Length() local
459 FT_Int shift; in FT_Vector_Polarize() local
/third_party/skia/modules/skparagraph/src/
DRun.cpp164 SkScalar shift = 0; in addSpacesEvenly() local
183 void Run::shift(const Cluster* cluster, SkScalar offset) { in shift() function in skia::textlayout::Run
258 auto shift = ch - fTextRange.start; in sizeToChar() local
268 auto shift = fTextRange.end - ch - 1; in sizeFromChar() local
/third_party/skia/src/codec/
DSkMasks.cpp61 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
/third_party/ffmpeg/libavutil/
Dcolorspace.h102 #define RGB_TO_U_CCIR(r1, g1, b1, shift)\ argument
106 #define RGB_TO_V_CCIR(r1, g1, b1, shift)\ argument
130 #define RGB_TO_U_BT709(r1, g1, b1, shift)\ argument
134 #define RGB_TO_V_BT709(r1, g1, b1, shift)\ argument
/third_party/cmsis/CMSIS/DSP/Source/MatrixFunctions/
Darm_mat_scale_q31.c58 int32_t shift, in arm_mat_scale_q31()
135 int32_t shift, in arm_mat_scale_q31()

12345678910>>...33