HomeSort by relevance Sort by last modified time
    Searched refs:SHIFT (Results 1 - 25 of 48) sorted by null

1 2

  /external/chromium_org/third_party/skia/src/core/
SkScan_AntiPath.cpp 17 #define SHIFT 2
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) - 1
    [all...]
  /cts/tools/dasm/src/java_cup/
parse_action.java 5 * Full entries will either be SHIFT(state_num), REDUCE(production), or ERROR.
37 /** Constant for action type -- shift action. */
38 public static final int SHIFT = 1;
shift_action.java 4 /** This class represents a shift action within the parse table.
34 /** The state we shift to. */
37 /** The state we shift to. */
45 public int kind() {return SHIFT;}
78 public String toString() {return "SHIFT(" + shift_to().index() + ")";}
emit.java 34 * (shift, reduce, or error) under each lookahead symbol.<br>
522 if (act.kind() == parse_action.SHIFT)
lalr_state.java 29 * of these states to parse. The parser has two operations, shift and reduce.
30 * In a shift, it consumes one token and makes a transition to a new state.
347 new_items.add(itm.shift());
433 * out of the state (shift entries) or reductions from the state to some
440 * are resolved by always shifting for shift/reduce conflicts and choosing
494 /* if the other act was not a shift */
495 if (other_act.kind() != parse_action.SHIFT)
513 /* if its on an terminal add a shift entry */
530 /* shift always wins */
592 /* must be a shift on a terminal or non-terminal *
    [all...]
  /external/aac/libFDK/src/
autocorr2nd.cpp 98 #define SHIFT >> (SHIFT_FACTOR)
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/chromium_org/chrome/test/chromedriver/js/
dispatch_context_menu_event.js 13 SHIFT: 1 << 3,
35 shiftKey: modifiers & ModifierMask.SHIFT,
  /external/chromium_org/tools/valgrind/
chrome_tests.bat 11 :: NB: SHIFT command doesn't modify %*
15 SHIFT
23 SHIFT
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-set-private.hh 42 template <typename mask_t, unsigned int shift>
57 ASSERT_STATIC (shift < sizeof (hb_codepoint_t) * 8);
58 ASSERT_STATIC (shift + num_bits <= sizeof (hb_codepoint_t) * 8);
69 if ((b >> shift) - (a >> shift) >= mask_bits - 1)
85 return ((mask_t) 1) << ((g >> shift) & (mask_bits - 1));
322 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]; }
    [all...]
  /external/harfbuzz_ng/src/
hb-set-private.hh 42 template <typename mask_t, unsigned int shift>
57 ASSERT_STATIC (shift < sizeof (hb_codepoint_t) * 8);
58 ASSERT_STATIC (shift + num_bits <= sizeof (hb_codepoint_t) * 8);
69 if ((b >> shift) - (a >> shift) >= mask_bits - 1)
85 return ((mask_t) 1) << ((g >> shift) & (mask_bits - 1));
322 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]; }
    [all...]
  /external/chromium_org/third_party/libyuv/tools/valgrind-libyuv/
libyuv_tests.bat 20 :: NB: SHIFT command doesn't modify %*
24 SHIFT
32 SHIFT
  /external/chromium_org/chrome/browser/resources/chromeos/
keyboard_overlay.js 23 'SHIFT': 'modifier-shift',
30 '2A': 'is-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')) ||
    [all...]
keyboard_overlay_data.js 288 'label': 'shift'
343 'label': 'shift'
606 'label': 'shift'
659 'label': 'shift'
895 'label': 'shift'
937 'label': 'shift'
1195 'label': 'shift'
1245 'label': 'shift'
1484 'label': 'shift'
1525 'label': 'shift'
    [all...]
  /external/jpeg/
mips_idct_le.S 305 SHIFT = 2
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/mdnsresponder/mDNSShared/
CommonServices.h 671 @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 ) )
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/
row_any.cc 363 #define UV422ANY(NAMEANY, ANYTOUV_SIMD, ANYTOUV_C, BPP, MASK, SHIFT) \
369 dst_u + (n >> SHIFT), \
370 dst_v + (n >> SHIFT), \
  /external/chromium_org/third_party/libyuv/source/
row_any.cc 341 #define UV422ANY(NAMEANY, ANYTOUV_SIMD, ANYTOUV_C, BPP, MASK, SHIFT) \
347 dst_u + (n >> SHIFT), \
348 dst_v + (n >> SHIFT), \
  /external/chromium_org/tools/win/
copy-installer.bat 141 SHIFT
  /external/chromium_org/ui/keyboard/resources/elements/
kb-key-codes.js 7 // Flag values for ctrl, alt and shift as defined by EventFlags
14 SHIFT: 2
29 // exclude the shift modifer when sending key events for this key. If it's
159 * Retrieves the keyCode and status of the shift modifier.
195 // The shift modifier is handled specially. Some charactares like '+'
214 modifiers = shiftModifier ? modifiers | Modifier.SHIFT : modifiers;
  /external/chromium_org/v8/tools/
ll_prof.py 210 SHIFT = 20 # 1M pages
211 SIZE = (1 << SHIFT)
220 return address >> CodePage.SHIFT
224 return id << CodePage.SHIFT
    [all...]
  /external/opencv/cv/src/
cvhough.cpp 566 const int shift = 16; local
605 dy0 = cvRound( b*(1 << shift)/fabs(a) );
606 y0 = (y0 << shift) + (1 << (shift-1));
612 dx0 = cvRound( a*(1 << shift)/fabs(b) );
613 x0 = (x0 << shift) + (1 << (shift-1));
633 i1 = y >> shift;
637 j1 = x >> shift;
681 i1 = y >> shift;
    [all...]
  /external/chromium_org/third_party/sqlite/src/tool/
lemon.c 222 enum cfgstatus status; /* used during followset and shift computations */
228 SHIFT,
232 SSCONFLICT, /* A shift/shift conflict */
235 SH_RESOLVED, /* Was a shift. Precedence resolved conflict */
240 /* Every shift or reduce operation is stored as one of the following */
245 struct state *stp; /* The new state, if a shift */
434 if( type==SHIFT ){
866 ** state is any state which can be reached by a shift action.
884 if( cfp->dot>=cfp->rp->nrhs ) continue; /* Can't shift this config *
    [all...]
  /cts/tools/dasm/etc/
java_cup-new.jar 
java_cup.jar 
java_cup.jar.old 

Completed in 1247 milliseconds

1 2