HomeSort by relevance Sort by last modified time
    Searched full:carry (Results 326 - 350 of 2384) sorted by null

<<11121314151617181920>>

  /external/mockito/src/org/mockito/plugins/
MockMaker.java 46 * <li>Your proxy object should carry the {@code handler} with it. For example, if you generate byte code
  /external/openssl/crypto/asn1/
a_verify.c 166 /* Return value of 2 means carry on, anything else means we
  /external/openssl/crypto/bn/asm/
ppc.pl 302 addze r9,r0 # catch carry if any.
303 # r9= r0(=0) and carry
    [all...]
  /external/openssl/crypto/modes/asm/
ghashv8-armx-64.S 17 sshr v17.4s,v17.4s,#31 //broadcast carry bit
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/sfnt/
pngshim.c 305 /* Humm, this smells. Carry on though. */
  /external/proguard/src/proguard/
GPL.java 53 System.out.println("carry the GNU General Public License as well. Alternatively, you can");
  /external/qemu/hw/net/
ne2000.c 184 int carry, i, j; local
191 carry = ((crc & 0x80000000L) ? 1 : 0) ^ (b & 0x01);
194 if (carry)
195 crc = ((crc ^ POLYNOMIAL) | carry);
  /external/skia/experimental/Intersection/
CubicConvexHull.cpp 53 // FIXME: carry last subdivide and reduceOrder result with cubic
  /external/sonivox/arm-hybrid-22k/lib_src/
ARM-E_interpolate_noloop_gnu.s 107 @ carry overflow from fraction to integer portion
  /external/sonivox/arm-wt-22k/lib_src/
ARM-E_interpolate_noloop_gnu.s 107 @ carry overflow from fraction to integer portion
  /external/srec/srec/Semproc/include/
SR_ExpressionParser.h 145 * Pointer to the current function to carry out in this expression (only one per expression !!!)
  /external/valgrind/main/VEX/pub/
libvex_emnote.h 55 it will continue to carry a valid value from any amount of time after
  /external/valgrind/main/none/tests/x86/
bt_literal.c 10 carry flag. Returned result has mashed bits 0-3 at the bottom and
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/options/
ParseOptions.java 32 /** Do not carry run the XMPNormalizer on a packet, leave it as it is. */
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
fastcodemb.cpp 552 tmp = tmp ^ cur2; /* (^)^(-) last bit is one if carry */
555 tmp = (tmp << 8) - tmp; /* carry borrowed bytes are marked with 0x1FE */
561 tmp = tmp ^ cur1; /* (^)^(-) last bit is one if carry */
564 tmp = (tmp << 8) - tmp; /* carry borrowed bytes are marked with 0x1FE */
  /frameworks/av/media/libstagefright/codecs/on2/enc/
SoftVPXEncoder.h 86 // is expected to be available to carry out
  /frameworks/base/core/java/com/android/internal/net/
VpnConfig.java 41 * A simple container used to carry information in VpnBuilder, VpnDialogs,
  /frameworks/base/libs/hwui/
AssetAtlas.cpp 126 // with 32 bits. The array is 64 bits wide so that it can carry
  /packages/apps/Exchange/src/com/android/exchange/eas/
EasMoveItems.java 68 // Otherwise, we carry through the loop for all messages with the last error
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
fpformat.py 74 if nextdigit >= '5': # Hard case: increment last digit, may have carry!
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
fpformat.py 74 if nextdigit >= '5': # Hard case: increment last digit, may have carry!
  /system/core/adb/
OVERVIEW.TXT 136 Each transport can carry one or more multiplexed streams between clients
  /external/openssl/crypto/bn/
bn_mul.c 516 /* Might have a carry */
523 * c1 holds the carry bits
692 /* Might have a carry */
699 * c1 holds the carry bits
869 /* R[1]=t[3]+l[0]+r[0](+-)t[0] (have carry/borrow)
870 * R[2]=r[0]+t[3]+r[1](+-)t[1] (have carry/borrow)
871 * R[3]=r[1]+(carry/borrow)
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
LongArray.java 631 // long carry = addShiftedByBits(m_ints, words, other.m_ints, 0, otherUsedLen, shift);
632 // m_ints[otherUsedLen + words] ^= carry;
648 long carry = addShiftedUp(m_ints, words, other.m_ints, 0, otherLen, shift); local
649 if (carry != 0L)
651 m_ints[otherLen + words] ^= carry;
829 long carry = addShiftedUp(c, cOff, b, 0, bLen, k); local
1478 long carry = addShiftedDown(x, xOff + 1, y, yOff, yLen, 64 - bits); local
    [all...]
  /external/chromium_org/third_party/boringssl/src/crypto/bn/asm/
modexp512-x86_64.pl 446 # check for carry ;; carry stored in rax
534 #accumulate the final carry to rbp
555 # if there is a carry: rsi = 0xFFFFFFFFFFFFFFFF
556 # if carry is clear: rsi = 0x0000000000000000
559 # if carry is clear, subtract 0. Otherwise, subtract 256 bits of m
585 # if carry is clear, subtract 0. Otherwise, subtract 256 bits of m
591 # if rbp = 0, there was a borrow before, it is moved to the carry flag
592 # if rbp = 1, there was not a borrow before, carry flag is cleared
1337 # if Carry is clear, replace result with differenc
    [all...]

Completed in 995 milliseconds

<<11121314151617181920>>