HomeSort by relevance Sort by last modified time
    Searched refs:shift (Results 251 - 275 of 355) sorted by null

<<1112131415

  /external/qemu/audio/
dsound_template.h 271 hw->samples = bc.dwBufferBytes >> hw->info.shift;
  /external/tremolo/Tremolo/
mdctARM.s 294 MOV r2,#1<<4 @ r2 = 1<<shift
295 MOV r3,#13-4 @ r3 = 13-shift
297 TST r0,r2 @ if (n & (1<<shift)) == 0
299 SUBEQ r3,r3,#1 @ shift--
302 MOV r2,r2,LSL r3 @ r2 = step = 2<<shift
308 @ r3 = shift
366 @ r3 = shift
423 @ r3 = shift
425 RSBS r4,r3,#6 @ r4 = stages = 7-shift then --stages
429 MOV r6, r14,LSL r3 @ r6 = (4<<i)<<shift
    [all...]
  /external/v8/src/
math.js 103 // them to an unsigned 32-bit value using the shift operator.
105 // has to be -0, which wouldn't be the case with the shift.
serialize.cc 861 for (int shift = max_shift; shift > 0; shift -= 7) {
862 if (integer >= static_cast<uintptr_t>(1u) << shift) {
863 Put((static_cast<int>((integer >> shift)) & 0x7f) | 0x80, "IntPart");
    [all...]
  /external/webkit/WebKit/chromium/src/
WebViewImpl.h 234 // include the VK_APPS virtual key and the Shift+F10 combine. Code is
266 bool shift,
  /system/core/libpixelflinger/
trap.cpp 696 const int shift = TRI_ITERATORS_BITS - TRI_FRACTION_BITS; local
701 edge->x = (x1 << shift) + (1LU << (TRI_ITERATORS_BITS-1));
882 const int shift = FIXED_BITS - TRI_FRACTION_BITS; local
885 edge->x = x1 << shift;
1002 const int32_t shift = TRI_FRACTION_BITS + TRI_ITERATORS_BITS - FIXED_BITS; local
1006 GGLfixed l_min = gglMulAddx(left->x_incr, y - left->y_top, left->x, shift);
1013 GGLfixed r_min = gglMulAddx(right->x_incr, y - right->y_top, right->x, shift);
    [all...]
  /external/v8/src/x64/
macro-assembler-x64.cc     [all...]
macro-assembler-x64.h 398 // The src register contains a *positive* smi value. The shift is the
404 SmiIndex SmiToIndex(Register dst, Register src, int shift);
407 SmiIndex SmiToNegativeIndex(Register dst, Register src, int shift);
    [all...]
  /external/openssl/ssl/
d1_pkt.c 1594 unsigned int shift; local
    [all...]
  /external/skia/src/core/
SkGeometry.cpp 169 int shift = SkMax32(na, SkMax32(nb, nc)); local
170 SkASSERT(shift >= 0);
172 return SkFindUnitQuadRoots(A.getShiftRight(shift), B.getShiftRight(shift), C.getShiftRight(shift), roots);
    [all...]
  /external/qemu/
arm-dis.c 114 %I print cirrus signed shift immediate: bits 0..3|4..6
1605 int shift = (given & 0x60) >> 5; local
2453 unsigned shift; local
3662 unsigned int shift = 0; local
    [all...]
  /external/icu4c/tools/tzcode/
tz2icu.cpp 244 for(int32_t i=0,shift=24;i<4;++i,shift-=8) {
245 val |= buf[i] << shift;
262 for(int32_t i=0,shift=56;i<8;++i,shift-=8) {
263 val |= (int64_t)buf[i] << shift;
    [all...]
zic.c 1543 register int shift; local
1555 register int shift; local
    [all...]
  /external/v8/src/arm/
simulator-arm.cc 936 Shift shift = instr->ShiftField(); local
941 if ((shift == ROR) && (shift_amount == 0)) {
944 } else if (((shift == LSR) || (shift == ASR)) && (shift_amount == 0)) {
947 switch (shift) {
1004 switch (shift) {
    [all...]
  /external/wpa_supplicant/
libtommath.c 290 * MSB. As a result a single shift is enough to get the carry
960 /* shift right by a certain bit count (store quotient in c, optional remainder in d) */
968 /* if the shift count is <= 0 then we do no work */
995 /* shift by as many digits in the bit count */
1000 /* shift any bit count < DIGIT_BIT */
1003 register mp_digit *tmpc, mask, shift; local
1008 /* shift for lsb */
1009 shift = DIGIT_BIT - D;
1020 /* shift the current word and mix in the carry bits from the previous word */
1021 *tmpc = (*tmpc >> D) | (r << shift);
1344 register mp_digit *tmpc, shift, mask, r, rr; local
    [all...]
  /dalvik/libcore/luni/src/main/native/
cbigint.c 83 #define bitSection(x, mask, shift) (((x) & (mask)) >> (shift))
  /external/speex/libspeex/
lsp.c 503 int shift = QIMP-13; local
506 a = PSHR32(xp[m][j+2] + xout1 + xq[m][j+2] - xout2, shift);
  /external/v8/test/mjsunit/
array-concat.js 33 while (pos = poses.shift()) {
function-names.js 39 "shift", "unshift", "slice", "splice", "sort", "filter", "forEach",
  /external/v8/tools/
tickprocessor.js 392 var first = stack.shift();
634 this.symbols.shift();
808 this.args_.shift();
824 this.result_.logFileName = this.args_.shift();
  /external/webkit/WebCore/plugins/android/
PluginViewAndroid.cpp 264 static ANPKeyModifier make_modifiers(bool shift, bool alt) {
266 if (shift) {
  /frameworks/base/awt/org/apache/harmony/awt/gl/font/
TextRunBreaker.java 469 * Shift all runs after specified position, needed to perfom insertion
472 * @param shift - shift, could be negative
474 private void shiftStyleRuns(Integer pos, final int shift) {
487 key = new Integer(shift + oldkey.intValue());
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
OpenWnnEN.java 58 /** A private area code(ALT+SHIFT+X) to be ignore (G1 specific). */
87 /** SHIFT key state */
89 /** SHIFT key state (pressing) */
99 /** Shift lock toggle definition */
245 * Get the shift key state from the editor.
249 * @return State ID of the shift key (0:off, 1:on)
491 /* update shift/alt state */
617 int shift = (mAutoCaps) ? getShiftKeyState(edit) : 0; local
618 if (shift != mHardShift && (key >= KeyEvent.KEYCODE_A && key <= KeyEvent.KEYCODE_Z)) {
    [all...]
  /dalvik/vm/arch/arm/
CallEABI.S 181 sub sp, sp, ip, lsr #21 @ shift right 24, then left 3
  /dalvik/vm/reflect/
Annotation.c 124 int shift = 0; local
134 assert(shift < 32);
137 result |= (val & 0x7f) << shift;
138 shift += 7;
    [all...]

Completed in 2670 milliseconds

<<1112131415