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

<<21222324252627282930>>

  /external/wpa_supplicant_8/src/tls/
libtommath.c 343 * MSB. As a result a single shift is enough to get the carry
1024 /* shift right by a certain bit count (store quotient in c, optional remainder in d) */
1032 /* if the shift count is <= 0 then we do no work */
1059 /* shift by as many digits in the bit count */
1064 /* shift any bit count < DIGIT_BIT */
1067 register mp_digit *tmpc, mask, shift; local
1072 /* shift for lsb */
1073 shift = DIGIT_BIT - D;
1084 /* shift the current word and mix in the carry bits from the previous word */
1085 *tmpc = (*tmpc >> D) | (r << shift);
1412 register mp_digit *tmpc, shift, mask, r, rr; local
    [all...]
  /frameworks/base/telephony/java/android/telephony/
PhoneNumberUtils.java 1082 int shift = ((digitCount & 0x01) == 1) ? 4 : 0; local
    [all...]
  /ndk/tests/build/issue20862-libpng-O0/jni/
pngrtran.c 1838 int shift = 8 - png_ptr->sig_bit.red; local
1850 component >>= shift; local
1859 component >>= shift; local
1868 component >>= shift; local
2394 png_uint_32 shift = 7 - (int)((row_width + 7) & 0x07); local
2418 png_uint_32 shift = (int)((3 - ((row_width + 3) & 0x03)) << 1); local
2441 png_uint_32 shift = (int)((1 - ((row_width + 1) & 0x01)) << 2); local
2489 int shift[4]; local
2599 value >>= shift[channel]; local
3503 int shift; local
4490 int shift, value; local
4643 int shift, value; local
    [all...]
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
ScrollController.java 548 int shift; local
551 shift = - mExtraSpaceLow;
554 shift = + mExtraSpaceHigh;
558 shift = 0;
569 if (scrollCenter + shift - mMinEdge <= middlePosition) {
576 if (mMaxEdge - scrollCenter - shift + mExpandedSize <= afterMiddlePosition) {
583 return scrollCenter - middlePosition - mPaddingLow + shift;
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
decimal.py 3590 def shift(self, other, context=None): member in class:Decimal
5255 def shift(self, a, b): member in class:Context
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
decimal.py 3590 def shift(self, other, context=None): member in class:Decimal
5255 def shift(self, a, b): member in class:Context
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
CellLayout.java 1712 void shift(int whichEdge, int delta) { method in class:CellLayout.ViewCluster
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
CellLayout.java 1586 void shift(int whichEdge, int delta) { method in class:CellLayout.ViewCluster
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_texfilter.c 1423 const GLint shift = img->WidthLog2; local
1468 const GLint shift = img->WidthLog2; local
    [all...]
  /external/chromium_org/third_party/skia/samplecode/
SampleApp.cpp 2312 int shift = 32 - bits; local
    [all...]
  /external/chromium_org/v8/src/arm/
simulator-arm.cc 1348 ShiftOp shift = instr->ShiftField(); local
2577 int32_t shift = instr->Bits(11, 7); local
2578 rm_val <<= shift; local
2584 int32_t shift = instr->Bits(11, 7); local
2588 rm_val >>= shift; local
2605 int32_t shift = instr->Bits(11, 7); local
2609 rm_val <<= shift; local
2611 rm_val >>= shift; local
    [all...]
  /external/chromium_org/v8/src/arm64/
assembler-arm64.cc 2227 Shift shift = addr.shift(); local
    [all...]
lithium-arm64.cc 2092 HBitwiseBinaryOperation* shift = NULL; local
2137 HBitwiseBinaryOperation* shift = CanTransformToShiftedOp(instr, &left); local
    [all...]
  /external/chromium_org/v8/src/ia32/
macro-assembler-ia32.cc 3179 int shift = local
    [all...]
  /external/chromium_org/v8/src/x64/
macro-assembler-x64.cc 5139 int shift = local
    [all...]
  /external/chromium_org/v8/src/x87/
macro-assembler-x87.cc 3066 int shift = local
    [all...]
  /external/elfutils/0.153/src/
elflint.c 2033 Elf32_Word shift = ((Elf32_Word *) data->d_buf)[3]; local
    [all...]
  /external/icu/icu4c/source/i18n/
calendar.cpp 1175 int cycle, offset, shift = 0; local
1243 int cycle, offset, shift = 0; local
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_texfilter.c 1423 const GLint shift = img->WidthLog2; local
1468 const GLint shift = img->WidthLog2; local
    [all...]
  /external/pixman/pixman/
pixman-mmx.c 287 shift (__m64 v, function
521 p = shift (shift (p, (3 - pos) * 16), -48);
524 t1 = shift (p, 36 - 11);
525 t2 = shift (p, 16 - 5);
603 r = shift (r, -(32 - 8));
604 g = shift (g, -(16 - 3));
605 b = shift (b, -(0 + 3));
611 r = shift (r, -(32 - 8) + pos * 16);
612 g = shift (g, -(16 - 3) + pos * 16)
    [all...]
  /external/skia/samplecode/
SampleApp.cpp 2312 int shift = 32 - bits; local
    [all...]
  /external/valgrind/main/VEX/priv/
guest_mips_toIR.c 707 /* Get shift field (helper function for DSP ASE instructions). */
2377 wrdsp_mask, dsp_imm, shift; local
    [all...]
host_amd64_defs.h 129 Aam_IRRS /* Immediate + Reg1 + (Reg2 << Shift) */
145 Int shift; /* 0, 1, 2 or 3 only */ member in struct:__anon35372::__anon35373::__anon35375
358 Ain_Sh64, /* 64-bit shift/rotate, dst=REG or MEM */
431 UInt src; /* shift amount, or 0 means %cl */
host_amd64_isel.c 722 ... base(%rbp, %tmp, shift) ...
1328 Int shift = 0; local
1513 Int shift = 0; local
1976 UInt shift = imm8->Iex.Const.con->Ico.U8; local
1992 UInt shift = e->Iex.Binop.arg2->Iex.Binop.arg2->Iex.Const.con->Ico.U8; local
    [all...]
host_arm64_defs.h 169 UChar shift; /* 0 or 12 only */ member in struct:__anon35455::__anon35456::__anon35457
178 extern ARM64RIA* ARM64RIA_I12 ( UShort imm12, UChar shift );
612 //ZZ ARMin_NShl64, // special case 64-bit shift of Dreg by immediate
662 } Shift;
882 /* Vector shift by immediate. |amt| needs to be > 0 and <
    [all...]

Completed in 1537 milliseconds

<<21222324252627282930>>