HomeSort by relevance Sort by last modified time
    Searched defs:shift (Results 601 - 625 of 828) sorted by null

<<21222324252627282930>>

  /external/qemu/target-arm/
neon_helper.c 473 int8_t shift = (int8_t)shiftop; local
474 if (shift >= 64 || shift <= -64) {
476 } else if (shift < 0) {
477 val >>= -shift;
479 val <<= shift; local
503 int8_t shift = (int8_t)shiftop; local
505 if (shift >= 64) {
507 } else if (shift <= -64) {
509 } else if (shift < 0)
512 val <<= shift; local
538 int8_t shift = (int8_t)shiftop; local
554 int8_t shift = (int8_t)shiftop; local
570 val <<= shift; local
597 int8_t shift = (int8_t)shiftop; local
615 int8_t shift = (uint8_t)shiftop; local
633 val <<= shift; local
666 int8_t shift = (int8_t)shiftop; local
678 val <<= shift; local
721 int8_t shift = (uint8_t)shiftop; local
734 val <<= shift; local
823 int8_t shift = (int8_t)shiftop; local
852 int8_t shift = (int8_t)shiftop; local
875 val <<= shift; local
921 int8_t shift = (int8_t)shiftop; local
948 int8_t shift = (uint8_t)shiftop; local
971 val <<= shift; local
    [all...]
  /external/qemu/target-i386/
seg_helper.c 96 int type, index, shift; local
115 shift = type >> 3;
116 index = (dpl * 4 + 2) << shift;
117 if (index + (4 << shift) - 1 > env->tr.limit)
119 if (shift == 0) {
501 int has_error_code, new_stack, shift; local
532 shift = type >> 3;
537 esp = (ESP - (2 << shift)) & mask;
539 if (shift)
615 shift = type >> 3
1003 int dpl, cpl, shift; local
    [all...]
  /external/qemu/telephony/
sms.c 289 int shift = 0, len = 0; local
306 shift = 0;
315 data[0] |= c << shift;
317 shift += 4;
318 if (shift == 8) {
319 shift = 0;
323 if (shift != 0)
    [all...]
  /external/smack/src/org/xbill/DNS/
Name.java 89 int shift = 8 * (7 - n); local
90 offsets &= (~(0xFFL << shift));
91 offsets |= ((long)offset << shift);
101 int shift = 8 * (7 - n); local
102 return ((int)(offsets >>> shift) & 0xFF);
  /external/srec/srec/include/
front.h 98 int shift; member in struct:__anon34819
  /external/svox/pico/lib/
picospho.c 124 * - SHIFT : items in inBuf are shifted left to make room for new items. If a sentence doesn't fit
405 /* shift relevant data in headx/'cbuf' (between 'readPos' incl and writePos non-incl) to 'start'.
410 /* remember shift parameters for cbuf */
442 /* shift cbuf */
446 /* shift headx */
456 "readPos,WritePos are now [%i,%i[, returning shift amount %i",*from, spho->headxWritePos, diff
1636 picoos_int16 shift; local
1653 picoos_int16 shift; local
    [all...]
  /external/valgrind/main/VEX/priv/
guest_s390_helpers.c 2019 UInt imask = 0, shift = 0; local
    [all...]
  /external/vixl/src/a64/
disasm-a64.cc 735 // Print the shift separately for movk, to make it clear which half word will
737 // shift calculation.
1648 unsigned shift = instr->ImmShiftLS(); local
    [all...]
  /frameworks/av/media/libstagefright/codecs/aacenc/src/
adj_thr.c 99 Word16 ch, sfb, sfbOffs, shift; local
170 Word16 ch, sfb, sfbGrp, shift; local
226 shift = norm_l(sfbEn);
227 tmpMinSnr = Div_32(L_mpy_ls(avgEn, minSnrLimit) << shift, sfbEn << shift );
239 shift = norm_l(sfbEn);
240 tmpMinSnr = Div_32( minSnrEn << shift, sfbEn<<shift);
273 shift = norm_l(sfbEnM);
275 round16(Div_32(maxThr<<shift, sfbEnM << shift))), minSnrLimit)
422 Word16 ch, sfb, sfbGrp,shift; local
587 Word16 actPe, shift; local
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
voAMRWBEnc.c 205 Word16 tmp, gain1, gain2, exp, Q_new, mu, shift, max; local
302 shift = Q_MAX;
305 shift = norm_s(tmp) - 1;
306 if (shift < 0)
308 shift = 0;
310 if (shift > Q_MAX)
312 shift = Q_MAX;
315 Q_new = shift;
327 st->Q_max[0] = shift;
462 shift = norm_s(tmp) - 3
    [all...]
  /frameworks/base/graphics/java/android/graphics/
Bitmap.java 482 int shift; local
484 shift = 0;
486 shift = 1;
488 shift = 2;
493 long bufferSize = (long)elements << shift;
504 position += pixelSize >> shift;
522 int shift; local
524 shift = 0;
526 shift = 1;
528 shift = 2
    [all...]
  /frameworks/native/opengl/libagl/
primitives.cpp 271 // Then compute the minimum left-shift to not overflow the muls
276 // to shift everything left an extra 15 bits.
706 const int shift = 16 + (16 - TRI_FRACTION_BITS); local
707 int32_t texelArea = abs( gglMulx(s1-s0, t2-t0, shift) -
708 gglMulx(s2-s0, t1-t0, shift) )*w*h;
    [all...]
  /frameworks/opt/telephony/src/java/com/google/android/mms/pdu/
PduComposer.java 270 int shift = (size -1) * 8; local
273 append((int)((longInt >>> shift) & 0xff));
274 shift = shift - 8;
    [all...]
  /hardware/intel/common/libwsbm/src/
wsbm_manager.c 258 unsigned int shift = 0; local
259 while(val > (unsigned int)(1 << shift))
260 shift++;
262 return shift;
271 unsigned int shift = wsbmPot(numTarget); local
274 list->hashSize = (1 << shift);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
bitstream.c 167 unsigned int shift; local
204 shift = vp8_norm[range];
205 range <<= shift; local
206 count += shift;
210 int offset = shift - count;
232 shift = count;
237 lowvalue <<= shift; local
269 shift = vp8_norm[range];
270 range <<= shift; local
271 count += shift;
302 lowvalue <<= shift; local
    [all...]
pickinter.c 262 int shift; local
283 shift = 2;
294 shift ++;
306 shift ++;
310 expected_udc = (Uaverage + (1 << (shift - 1))) >> shift;
311 expected_vdc = (Vaverage + (1 << (shift - 1))) >> shift;
    [all...]
  /hardware/qcom/audio/visualizer/
offload_visualizer.c 723 int32_t shift; local
728 shift = 32;
735 if (shift > clz) shift = clz;
738 * translate to a shift of 8 (for converting 16 bit to 8 bit) */
739 shift = 25 - shift;
741 if (shift < 3) {
742 shift = 3;
746 shift++
    [all...]
  /ndk/sources/host-tools/ndk-stack/elff/
dwarf_defs.h 199 Elf_Word shift = 0; local
201 value->u64 |= (static_cast<Elf_Xword>(*cur) & 0x7F) << shift;
202 shift += 7;
206 value->u64 |= (static_cast<Elf_Xword>(*cur) & 0x7F) << shift;
219 value->u64 |= - (1 << (shift + 7));
233 value->u64 |= - (1 << (shift + 7));
  /ndk/tests/build/issue20862-libpng-O0/jni/
pngstruct.h 192 png_color_8 shift; /* shift for significant bit tranformation */ member in struct:png_struct_def
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
DefaultSoftKeyboardJAJP.java 330 /* Keyboard[# of Languages][portrait/landscape][# of keyboard type][shift off/on][max # of key-modes][noinput/input] */
692 /* update shift key's state */
1185 int shift = getShiftKeyState(mWnn.getCurrentInputEditorInfo()); local
    [all...]
  /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 */
251 * Get the shift key state from the editor.
255 * @return State ID of the shift key (0:off, 1:on)
506 /* update shift/alt state */
632 int shift = (mAutoCaps) ? getShiftKeyState(edit) : 0; local
633 if (shift != mHardShift && (key >= KeyEvent.KEYCODE_A && key <= KeyEvent.KEYCODE_Z)) {
    [all...]
  /sdk/emulator/opengl/tests/event_injector/
sockets.c 336 int shift = 4*ndigits; local
339 while (shift >= 0) {
340 buf = format_char(buf, end, hex[(val >> shift) & 15]);
341 shift -= 4;
    [all...]
  /system/core/libpixelflinger/codeflinger/
Arm64Assembler.cpp 374 uint32_t shift; local
380 shift = mAddrMode.reg_imm_type;
386 shift = 0;
398 case opADD: *mPC++ = A64_ADD_W(Rd, Rn, Rm, shift, amount); break;
399 case opAND: *mPC++ = A64_AND_W(Rd, Rn, Rm, shift, amount); break;
400 case opORR: *mPC++ = A64_ORR_W(Rd, Rn, Rm, shift, amount); break;
401 case opMVN: *mPC++ = A64_ORN_W(Rd, Rn, Rm, shift, amount); break;
402 case opSUB: *mPC++ = A64_SUB_W(Rd, Rn, Rm, shift, amount, s);break;
885 uint32_t ArmToArm64Assembler::reg_imm(int Rm, int type, uint32_t shift)
889 mAddrMode.reg_imm_shift = shift;
    [all...]
GGLAssembler.cpp 569 const int shift = fragment.h <= 8 ? 0 : fragment.h-8; local
574 if (shift) {
576 reg_imm(mAlphaSource.reg, LSR, shift));
583 if (shift) {
585 reg_imm(fragment.reg, LSR, shift));
590 mAlphaSource.s -= shift;
703 const int shift = GGL_COLOR_BITS-fragment.size(); local
705 if (shift) CMP(AL, fragment.reg, reg_imm(ref, LSR, shift));
918 int shift = rot + bitpos local
    [all...]
  /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...]

Completed in 1745 milliseconds

<<21222324252627282930>>