Searched refs:SHIFT (Results 1 - 25 of 50) sorted by relevance

12

/external/chromium_org/chrome/browser/resources/chromeos/
H A Dkeyboard_overlay.js23 'SHIFT': 'modifier-shift',
142 delete shortcutDataCache['+<>CTRL<>SHIFT'];
144 delete shortcutDataCache['-<>CTRL<>SHIFT'];
146 delete shortcutDataCache['0<>CTRL<>SHIFT'];
204 16: 'SHIFT',
211 'SHIFT': e.shiftKey,
222 return ['SHIFT', 'CTRL', 'ALT', 'SEARCH'].filter(
281 if ((identifier == '2A' && contains(modifiers, 'SHIFT')) ||
345 * keyCode: 'd', modifiers: ['CTRL', 'SHIFT'] => 'd<>CTRL<>SHIFT'
[all...]
/external/qemu/audio/
H A Dmixeng.c40 #define SHIFT 8 macro
46 #undef SHIFT macro
52 #define SHIFT 8 macro
57 #undef SHIFT macro
67 #define SHIFT 16 macro
82 #undef SHIFT macro
88 #define SHIFT 16 macro
102 #undef SHIFT macro
109 #define SHIFT 32 macro
124 #undef SHIFT macro
130 #define SHIFT macro
144 #undef SHIFT macro
[all...]
H A Dmixeng_template.h88 return ((int64_t) nv) << (32 - SHIFT);
90 return ((int64_t) nv - HALF) << (32 - SHIFT);
104 return ENDIAN_CONVERT ((IN_T) (v >> (32 - SHIFT)));
106 return ENDIAN_CONVERT ((IN_T) ((v >> (32 - SHIFT)) + HALF));
/external/chromium_org/chrome/test/chromedriver/js/
H A Ddispatch_context_menu_event.js13 SHIFT: 1 << 3,
35 shiftKey: modifiers & ModifierMask.SHIFT,
/external/chromium_org/third_party/skia/src/core/
H A DSkScan_AntiPath.cpp17 #define SHIFT 2 macro
18 #define SCALE (1 << SHIFT)
90 fSuperLeft = left << SHIFT;
98 fCurrY = (ir.fTop << SHIFT) - 1;
187 aa <<= 8 - 2*SHIFT;
189 aa -= aa >> (8 - SHIFT - 1);
198 int alpha = (256 >> SHIFT) * aa;
206 int iy = y >> SHIFT;
237 int n = (stop >> SHIFT) - (start >> SHIFT)
[all...]
/external/skia/src/core/
H A DSkScan_AntiPath.cpp17 #define SHIFT 2 macro
18 #define SCALE (1 << SHIFT)
90 fSuperLeft = left << SHIFT;
98 fCurrY = (ir.fTop << SHIFT) - 1;
163 aa <<= 8 - 2*SHIFT;
165 aa -= aa >> (8 - SHIFT - 1);
174 int alpha = (256 >> SHIFT) * aa;
182 int iy = y >> SHIFT;
213 int n = (stop >> SHIFT) - (start >> SHIFT)
[all...]
/external/aac/libFDK/src/
H A Dautocorr2nd.cpp98 #define SHIFT >> (SHIFT_FACTOR) macro
133 fMultDiv2(pReBuf[1], pReBuf[3])) SHIFT);
137 accu1 = fPow2Div2(pReBuf[0]) SHIFT;
138 accu3 = fMultDiv2(pReBuf[0], pReBuf[1]) SHIFT;
144 fPow2Div2(pReBuf[1])) SHIFT);
147 fMultDiv2(pReBuf[1], pReBuf[2])) SHIFT);
150 fMultDiv2(pReBuf[1], pReBuf[3])) SHIFT);
154 accu2 = (fPow2Div2(realBuf[-2]) SHIFT);
157 accu1 += (fPow2Div2(realBuf[len - 2]) SHIFT);
159 accu4 = (fMultDiv2(realBuf[-1],realBuf[-2]) SHIFT);
[all...]
/external/qemu/target-i386/
H A Dmem_helper.c113 #define SHIFT 0 macro
116 #define SHIFT 1 macro
119 #define SHIFT 2 macro
122 #define SHIFT 3 macro
H A Dcc_helper.c59 #define SHIFT 0 macro
61 #undef SHIFT macro
63 #define SHIFT 1 macro
65 #undef SHIFT macro
67 #define SHIFT 2 macro
69 #undef SHIFT macro
72 #define SHIFT 3 macro
74 #undef SHIFT macro
H A Dops_sse.h20 #if SHIFT == 0
44 #if SHIFT == 1
53 #if SHIFT == 1
75 #if SHIFT == 1
89 #if SHIFT == 1
98 #if SHIFT == 1
113 #if SHIFT == 1
120 #if SHIFT == 1
138 #if SHIFT == 1
150 #if SHIFT
2295 #undef SHIFT macro
[all...]
H A Dint_helper.c421 #define SHIFT 0 macro
423 #undef SHIFT macro
425 #define SHIFT 1 macro
427 #undef SHIFT macro
429 #define SHIFT 2 macro
431 #undef SHIFT macro
434 #define SHIFT 3 macro
436 #undef SHIFT macro
H A Dops_sse_header.h19 #if SHIFT == 0
46 #if SHIFT == 1
103 #if SHIFT == 0
122 #if SHIFT == 0
132 #if SHIFT == 1
239 #if SHIFT == 1
245 #if SHIFT == 0
286 #if SHIFT == 1
329 #if SHIFT == 1
340 #if SHIFT
350 #undef SHIFT macro
[all...]
H A Dshift_helper_template.h20 #define DATA_BITS (1 << (3 + SHIFT))
/external/chromium_org/tools/valgrind/
H A Dchrome_tests.bat11 :: NB: SHIFT command doesn't modify %*
15 SHIFT
23 SHIFT
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-set-private.hh322 static const unsigned int SHIFT = 5;
323 static const unsigned int BITS = (1 << SHIFT);
328 elt_t &elt (hb_codepoint_t g) { return elts[g >> SHIFT]; }
329 elt_t elt (hb_codepoint_t g) const { return elts[g >> SHIFT]; }
/external/harfbuzz_ng/src/
H A Dhb-set-private.hh322 static const unsigned int SHIFT = 5;
323 static const unsigned int BITS = (1 << SHIFT);
328 elt_t &elt (hb_codepoint_t g) { return elts[g >> SHIFT]; }
329 elt_t elt (hb_codepoint_t g) const { return elts[g >> SHIFT]; }
/external/qemu/
H A Dcputlb.c329 #define SHIFT 0 macro
332 #define SHIFT 1 macro
335 #define SHIFT 2 macro
338 #define SHIFT 3 macro
/external/chromium_org/third_party/libyuv/tools/valgrind-libyuv/
H A Dlibyuv_tests.bat20 :: NB: SHIFT command doesn't modify %*
24 SHIFT
32 SHIFT
/external/jpeg/
H A Dmips_idct_le.S305 SHIFT = 2 define
351 shll_s.ph $s0, $t0, SHIFT # A a
461 shll_s.ph $s0, $s0, SHIFT
467 shll_s.ph $s7, $s7, SHIFT
482 shll_s.ph $s1, $s1, SHIFT
483 shll_s.ph $s2, $s2, SHIFT
484 shll_s.ph $s3, $s3, SHIFT
485 shll_s.ph $s4, $s4, SHIFT
486 shll_s.ph $s5, $s5, SHIFT
487 shll_s.ph $s6, $s6, SHIFT
[all...]
/external/qemu/include/exec/
H A Dsoftmmu_template.h26 #define DATA_SIZE (1 << SHIFT)
130 #if SHIFT <= 2
131 val = io_mem_read(index, physaddr, 1 << SHIFT);
140 #endif /* SHIFT > 2 */
346 #if SHIFT <= 2
347 io_mem_write(index, physaddr, val, 1 << SHIFT);
356 #endif /* SHIFT > 2 */
517 #undef SHIFT macro
/external/qemu/ui/
H A Dcurses.c247 if (keycode & SHIFT)
263 if (keycode & SHIFT)
H A Dcurses_keys.h31 #define SHIFT 0x0080 macro
131 ['!'] = 2 | SHIFT,
132 ['@'] = 3 | SHIFT,
133 ['#'] = 4 | SHIFT,
134 ['$'] = 5 | SHIFT,
135 ['%'] = 6 | SHIFT,
136 ['^'] = 7 | SHIFT,
137 ['&'] = 8 | SHIFT,
138 ['*'] = 9 | SHIFT,
139 ['('] = 10 | SHIFT,
[all...]
/external/qemu/target-arm/
H A Dop_helper.c63 #define SHIFT 0 macro
66 #define SHIFT 1 macro
69 #define SHIFT 2 macro
72 #define SHIFT 3 macro
/external/mdnsresponder/mDNSShared/
H A DCommonServices.h671 @abstract Inserts BITS (both 0 and 1 bits) into X, controlled by MASK and SHIFT, and returns the result.
676 SHIFT is the number of bits to shift left for 1 to reach the first bit position of MASK.
683 #define InsertBits( X, BITS, MASK, SHIFT ) ( ( ( X ) & ~( MASK ) ) | ( ( ( BITS ) << ( SHIFT ) ) & ( MASK ) ) )
688 @abstract Extracts bits from X, controlled by MASK and SHIFT, and returns the result.
693 SHIFT is the number of bits to shift right to right justify MASK.
700 #define ExtractBits( X, MASK, SHIFT ) ( ( ( X ) >> ( SHIFT ) ) & ( ( MASK ) >> ( SHIFT ) ) )
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/
H A Drow_any.cc363 #define UV422ANY(NAMEANY, ANYTOUV_SIMD, ANYTOUV_C, BPP, MASK, SHIFT) \
369 dst_u + (n >> SHIFT), \
370 dst_v + (n >> SHIFT), \

Completed in 606 milliseconds

12