Home
last modified time | relevance | path

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

12345678910>>...23

/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/Linux_Kernel/include/linux/
Dbitops.h88 static inline __u64 rol64(__u64 word, unsigned int shift) in rol64()
98 static inline __u64 ror64(__u64 word, unsigned int shift) in ror64()
108 static inline __u32 rol32(__u32 word, unsigned int shift) in rol32()
118 static inline __u32 ror32(__u32 word, unsigned int shift) in ror32()
128 static inline __u16 rol16(__u16 word, unsigned int shift) in rol16()
138 static inline __u16 ror16(__u16 word, unsigned int shift) in ror16()
148 static inline __u8 rol8(__u8 word, unsigned int shift) in rol8()
158 static inline __u8 ror8(__u8 word, unsigned int shift) in ror8()
172 __u8 shift = 31 - index; in sign_extend32() local
183 __u8 shift = 63 - index; in sign_extend64() local
Dproportions.h23 int shift; member
60 int shift; member
113 int shift; member
/third_party/boost/boost/sort/spreadsort/
Dinteger_sort.hpp167 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/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/node/test/parallel/
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
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
131 { name: 'a', sequence: 'A', shift: true }, property
132 { name: 'a', sequence: '\x1bA', meta: true, shift: true }, property
196 { name: 'up', sequence: '\x1bO2A', code: 'OA', shift: true }, property
197 { name: 'down', sequence: '\x1bO2B', code: 'OB', shift: true }, property
226 { name: 'up', sequence: '\x1b[2A', code: '[A', shift: true }, property
227 { name: 'down', sequence: '\x1b[2B', code: '[B', shift: true }, property
234 { name: 'insert', sequence: '\x1b[2$', code: '[2$', shift: true }, property
[all …]
/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/lib/internal/
Dfixed_queue.js80 shift() { method in FixedCircularBuffer
108 shift() { method in module.exports
/third_party/ffmpeg/libavcodec/
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
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 …]
Ddpx.c55 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/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/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/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/libxkbcommon/test/
Dstate.c256 xkb_mod_index_t caps, shift, ctrl; in test_serialisation() local
305 xkb_mod_index_t caps, shift, num, alt, mod1, mod2; in test_update_mask_mods() local
384 xkb_mod_index_t alt, shift, caps, ctrl, mod5; in test_consume() local
528 xkb_mod_index_t caps, shift; in test_caps_keysym_transformation() local
/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/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/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/flutter/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/node/deps/npm/node_modules/stream-shift/
Dindex.js3 function shift (stream) { function
/third_party/flutter/skia/modules/skparagraph/src/
DRun.cpp176 SkScalar shift = 0; in addSpacesEvenly() local
194 void Run::shift(const Cluster* cluster, SkScalar offset) { in shift() function in skia::textlayout::Run
228 auto shift = ch - fTextRange.start; in sizeToChar() local
238 auto shift = fTextRange.end - ch - 1; in sizeFromChar() local
/third_party/ffmpeg/libavcodec/ppc/
Dhevcdsp.c45 vec_s32 res[4], const int shift, in transform4x4()
78 const int shift) in scale()
/third_party/libsnd/src/ALAC/
Dshift.h27 arith_shift_left (int32_t x, int shift) in arith_shift_left()

12345678910>>...23