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

1 2 3 4

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
unicodetype_db.h 174 #define SHIFT 7
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
unicodetype_db.h 174 #define SHIFT 7
    [all...]
  /frameworks/av/media/libeffects/lvm/lib/Eq/src/
LVEQNB_Process.c 36 #define SHIFT 13
103 SHIFT); /* Scaling shift */
160 SHIFT); /* Scaling shift */
180 SHIFT); /* Scaling shift */
  /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;
  /external/syslinux/gpxe/src/core/
pc_kbd.c 36 #define SHIFT 1
51 shift_state |= SHIFT;
55 shift_state &= ~SHIFT;
84 if (!key_map[shift_state & SHIFT][cur_scan]) {
97 c = key_map[shift_state & SHIFT][cur_scan];
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
longintrepr.h 67 #define SHIFT PyLong_SHIFT
77 SUM(for i=0 through abs(ob_size)-1) ob_digit[i] * 2**(SHIFT*i)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
longintrepr.h 67 #define SHIFT PyLong_SHIFT
77 SUM(for i=0 through abs(ob_size)-1) ob_digit[i] * 2**(SHIFT*i)
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
sad_mb_offset.h 57 x10 = ((uint32)x10 >> SHIFT); /* 0 0 0 D */
58 x10 = x10 | (x11 << (32 - SHIFT)); /* G F E D */
59 x11 = ((uint32)x11 >> SHIFT); /* 0 0 0 H */
60 x11 = x11 | (x12 << (32 - SHIFT)); /* K J I H */
83 x10 = ((uint32)x10 >> SHIFT); /* mvn x10, x10, lsr #24 = 0xFF 0xFF 0xFF ~D */
84 x10 = x10 | (x11 << (32 - SHIFT)); /* bic x10, x10, x11, lsl #8 = ~G ~F ~E ~D */
85 x11 = ((uint32)x11 >> SHIFT); /* 0xFF 0xFF 0xFF ~H */
86 x11 = x11 | (x12 << (32 - SHIFT)); /* ~K ~J ~I ~H */
161 MVN x10, x10, lsr #SHIFT;
162 BIC x10, x10, x11, lsl #(32-SHIFT);
252 int32 shift = SHIFT; local
    [all...]
sad_inline.h 65 #define SHIFT 24
71 #undef SHIFT
72 #define SHIFT 16
77 #undef SHIFT
78 #define SHIFT 8
235 #define SHIFT 24
242 #undef SHIFT
243 #define SHIFT 16
250 #undef SHIFT
251 #define SHIFT
    [all...]
  /prebuilts/gdb/darwin-x86/include/python2.7/
longintrepr.h 67 #define SHIFT PyLong_SHIFT
77 SUM(for i=0 through abs(ob_size)-1) ob_digit[i] * 2**(SHIFT*i)
  /prebuilts/gdb/linux-x86/include/python2.7/
longintrepr.h 67 #define SHIFT PyLong_SHIFT
77 SUM(for i=0 through abs(ob_size)-1) ob_digit[i] * 2**(SHIFT*i)
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
longintrepr.h 67 #define SHIFT PyLong_SHIFT
77 SUM(for i=0 through abs(ob_size)-1) ob_digit[i] * 2**(SHIFT*i)
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
longintrepr.h 67 #define SHIFT PyLong_SHIFT
77 SUM(for i=0 through abs(ob_size)-1) ob_digit[i] * 2**(SHIFT*i)
  /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/skia/src/core/
SkScan_AntiPath.cpp 16 #define SHIFT 2
17 #define SCALE (1 << SHIFT)
93 fSuperLeft = SkLeftShift(left, SHIFT);
97 fCurrY = SkLeftShift(fTop, SHIFT) - 1;
186 aa <<= 8 - 2*SHIFT;
194 int alpha = (256 >> SHIFT) * aa;
202 int iy = y >> SHIFT;
233 int n = (stop >> SHIFT) - (start >> SHIFT) - 1;
247 fOffsetX = fRuns.add(x >> SHIFT, coverage_to_partial_alpha(fb)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
unicodedata_db.h 666 #define SHIFT 7
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
unicodedata_db.h 666 #define SHIFT 7
    [all...]
  /external/pdfium/third_party/libtiff/
tif_color.c 175 #define SHIFT 16
176 #define FIX(x) ((int32)((x) * (1L<<SHIFT) + 0.5))
177 #define ONE_HALF ((int32)(1<<(SHIFT-1)))
194 + (int)((ycbcr->Cb_g_tab[Cb] + ycbcr->Cr_g_tab[Cr]) >> SHIFT);
262 ycbcr->Cr_r_tab[i] = (int32)((D1*Cr + ONE_HALF)>>SHIFT);
263 ycbcr->Cb_b_tab[i] = (int32)((D3*Cb + ONE_HALF)>>SHIFT);
276 #undef SHIFT
  /frameworks/support/emoji/core/tests/java/android/support/text/emoji/util/
KeyboardUtil.java 36 private static final int SHIFT = KeyEvent.META_SHIFT_ON | KeyEvent.META_SHIFT_LEFT_ON;
56 return keyEvent(KeyEvent.KEYCODE_DEL, SHIFT);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_long.py 17 # SHIFT should match the value in longintrepr.h for best testing.
18 SHIFT = sys.long_info.bits_per_digit
19 BASE = 2 ** SHIFT
33 for i in range(2*SHIFT):
92 nbits_hi = ndigits * SHIFT
93 nbits_lo = nbits_hi - SHIFT + 1
96 r = int(random.random() * (SHIFT * 2)) | 1 # force 1 bits to start
100 self.assertTrue(1 <= bits <= SHIFT)
105 r = int(random.random() * (SHIFT * 2))
117 answer = (answer << SHIFT) | random.randint(0, MASK)
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/keyboard/
FocusIndicatorHelper.java 58 public static final Property<FocusIndicatorHelper, Float> SHIFT =
60 Float.TYPE, "shift") {
166 PropertyValuesHolder.ofFloat(SHIFT, 1));
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_long.py 18 # SHIFT should match the value in longintrepr.h for best testing.
19 SHIFT = sys.long_info.bits_per_digit
20 BASE = 2 ** SHIFT
34 for i in range(2*SHIFT):
94 nbits_hi = ndigits * SHIFT
95 nbits_lo = nbits_hi - SHIFT + 1
98 r = int(random.random() * (SHIFT * 2)) | 1 # force 1 bits to start
102 self.assertTrue(1 <= bits <= SHIFT)
107 r = int(random.random() * (SHIFT * 2))
119 answer = (answer << SHIFT) | random.randint(0, MASK
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_long.py 18 # SHIFT should match the value in longintrepr.h for best testing.
19 SHIFT = sys.long_info.bits_per_digit
20 BASE = 2 ** SHIFT
34 for i in range(2*SHIFT):
94 nbits_hi = ndigits * SHIFT
95 nbits_lo = nbits_hi - SHIFT + 1
98 r = int(random.random() * (SHIFT * 2)) | 1 # force 1 bits to start
102 self.assertTrue(1 <= bits <= SHIFT)
107 r = int(random.random() * (SHIFT * 2))
119 answer = (answer << SHIFT) | random.randint(0, MASK
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_long.py 18 # SHIFT should match the value in longintrepr.h for best testing.
19 SHIFT = sys.long_info.bits_per_digit
20 BASE = 2 ** SHIFT
34 for i in range(2*SHIFT):
94 nbits_hi = ndigits * SHIFT
95 nbits_lo = nbits_hi - SHIFT + 1
98 r = int(random.random() * (SHIFT * 2)) | 1 # force 1 bits to start
102 self.assertTrue(1 <= bits <= SHIFT)
107 r = int(random.random() * (SHIFT * 2))
119 answer = (answer << SHIFT) | random.randint(0, MASK
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_long.py 18 # SHIFT should match the value in longintrepr.h for best testing.
19 SHIFT = sys.long_info.bits_per_digit
20 BASE = 2 ** SHIFT
34 for i in range(2*SHIFT):
94 nbits_hi = ndigits * SHIFT
95 nbits_lo = nbits_hi - SHIFT + 1
98 r = int(random.random() * (SHIFT * 2)) | 1 # force 1 bits to start
102 self.assertTrue(1 <= bits <= SHIFT)
107 r = int(random.random() * (SHIFT * 2))
119 answer = (answer << SHIFT) | random.randint(0, MASK
    [all...]

Completed in 3029 milliseconds

1 2 3 4