HomeSort by relevance Sort by last modified time
    Searched defs:shift (Results 276 - 300 of 412) sorted by null

<<11121314151617

  /external/libxml2/
debugXML.c 43 char shift[101]; /* used for indenting */ member in struct:_xmlDebugCtxt
71 ctxt->shift[i] = ' ';
72 ctxt->shift[100] = 0;
144 fprintf(ctxt->output, "%s", &ctxt->shift[100 - 2 * ctxt->depth]);
146 fprintf(ctxt->output, "%s", ctxt->shift);
    [all...]
  /external/llvm/lib/Target/CellSPU/
SPUISelDAGToDAG.cpp 761 // Take care of the additional shift, if present:
762 SDValue shift = CurDAG->getTargetConstant(shift_amt, MVT::i32); local
769 shift);
    [all...]
  /external/opencv/cxcore/src/
cxmathfuncs.cpp 1370 static const double shift[] = { 0, -1.\/512 }; local
1471 static const double shift[] = { 0, -1.\/512 }; local
    [all...]
cxutils.cpp 697 double scale, shift; local
705 shift = dmin - smin*scale;
787 shift = 0;
793 cvConvertScale( src, dst, scale, shift );
799 cvConvertScale( src, tmp, scale, shift );
    [all...]
  /external/openssl/crypto/bn/
bn.h 349 int shift; member in struct:bn_recp_ctx_st
    [all...]
  /external/openssl/include/openssl/
bn.h 349 int shift; member in struct:bn_recp_ctx_st
    [all...]
  /external/qemu/block/
qcow2.c 850 int fd, header_size, backing_filename_len, l1_size, i, shift, l2_bits; local
906 shift = s->cluster_bits + l2_bits;
907 l1_size = (((total_size * 512) + (1LL << shift) - 1) >> shift);
    [all...]
  /external/qemu/distrib/libpng-1.2.19/
pnggccrd.c 166 * - remove "$" from addressing of Shift and Mask variables [20000823]
180 * (-fPIC works again.) Also added missing underscores to various Shift*
1476 int shift; local
1533 int shift; local
1588 int shift; local
    [all...]
pngrtran.c 1523 png_uint_32 shift = 7 - (int)((row_width + 7) & 0x07); local
1544 png_uint_32 shift = (int)((3 - ((row_width + 3) & 0x03)) << 1); local
1564 png_uint_32 shift = (int)((1 - ((row_width + 1) & 0x01)) << 2); local
1604 int shift[4]; local
1661 *bp >>= shift[0]; local
1674 *bp++ >>= shift[i%channels]; local
1687 value >>= shift[i%channels]; local
2706 int shift; local
3567 int shift, value; local
3710 int shift, value; local
4074 int i, j, shift, num; local
    [all...]
pngwutil.c 1967 int shift; local
2001 int shift; local
2034 int shift; local
    [all...]
  /external/qemu/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));
    [all...]
  /external/qemu/
sockets.c 335 int shift = 4*ndigits; local
338 while (shift >= 0) {
339 buf = format_char(buf, end, hex[(val >> shift) & 15]);
340 shift -= 4;
    [all...]
  /external/qemu/tcg/arm/
tcg-target.c 234 int shift; local
239 /* then try a simple even shift */
240 shift = ctz32(imm) & ~1;
241 if (((imm >> shift) & ~0xff) == 0)
242 return 32 - shift;
385 int cond, int opc, int rd, int rn, int rm, int shift)
388 (rn << 16) | (rd << 12) | shift | rm);
393 int rn0, int rn1, int rm0, int rm1, int shift)
397 (rn0 << 16) | (8 << 12) | shift | rm0);
399 (rn1 << 16) | (rd1 << 12) | shift | rm1)
    [all...]
  /external/qemu/telephony/
sms.c 288 int shift = 0, len = 0; local
305 shift = 0;
314 data[0] |= c << shift;
316 shift += 4;
317 if (shift == 8) {
318 shift = 0;
322 if (shift != 0)
    [all...]
  /external/srec/srec/include/
front.h 98 int shift; member in struct:__anon12623
  /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/
host_s390_isel.c 1003 static s390_opnd_RMI shift = { S390_OPND_IMMEDIATE }; local
1057 shift.variant.imm = 31
    [all...]
  /external/webkit/Source/WebKit/chromium/src/
ChromeClientImpl.cpp 309 bool shift = mouseEvent->modifiers & WebMouseEvent::ShiftKey; local
313 if (!WebViewImpl::navigationPolicyFromMouseEvent(buttonNumber, ctrl, shift, alt, meta, &policy))
  /frameworks/av/media/libstagefright/codecs/aacenc/src/
adj_thr.c 96 Word16 ch, sfb, sfbOffs, shift; local
167 Word16 ch, sfb, sfbGrp, shift; local
223 shift = norm_l(sfbEn);
224 tmpMinSnr = Div_32(L_mpy_ls(avgEn, minSnrLimit) << shift, sfbEn << shift );
236 shift = norm_l(sfbEn);
237 tmpMinSnr = Div_32( minSnrEn << shift, sfbEn<<shift);
270 shift = norm_l(sfbEnM);
272 round16(Div_32(maxThr<<shift, sfbEnM << shift))), minSnrLimit)
419 Word16 ch, sfb, sfbGrp,shift; local
584 Word16 actPe, shift; local
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
voAMRWBEnc.c 203 Word16 tmp, gain1, gain2, exp, Q_new, mu, shift, max; local
300 shift = Q_MAX;
303 shift = norm_s(tmp) - 1;
304 if (shift < 0)
306 shift = 0;
308 if (shift > Q_MAX)
310 shift = Q_MAX;
313 Q_new = shift;
325 st->Q_max[0] = shift;
460 shift = norm_s(tmp) - 3
    [all...]
  /frameworks/base/core/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...]
  /frameworks/base/graphics/java/android/graphics/
Bitmap.java 358 int shift; local
360 shift = 0;
362 shift = 1;
364 shift = 2;
369 long bufferSize = (long)elements << shift;
380 position += pixelSize >> shift;
394 int shift; local
396 shift = 0;
398 shift = 1;
400 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...]
  /libcore/luni/src/main/java/java/math/
BigInt.java 267 // n > 0: shift left (multiply)
268 static BigInt shift(BigInt a, int n) { method in class:BigInt
274 void shift(int n) { method in class:BigInt
  /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));

Completed in 1906 milliseconds

<<11121314151617