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

1 2 3 45 6 7 8 91011>>

  /external/ltrace/sysdeps/linux-gnu/arm/
regs.h 46 int arm_get_shifted_register(struct process *proc, uint32_t inst, int carry,
  /external/llvm/test/CodeGen/X86/
add.ll 56 br i1 %obit, label %carry, label %normal
60 br label %carry
62 carry:
  /external/llvm/unittests/ADT/
APIntTest.cpp 541 integerPart carry = APInt::tcDecrement(&singleWord, 1); local
542 EXPECT_EQ(carry, integerPart(0));
549 integerPart carry = APInt::tcDecrement(&singleWord, 1); local
550 EXPECT_EQ(carry, integerPart(1));
568 integerPart carry = APInt::tcDecrement(test, 4); local
569 EXPECT_EQ(carry, integerPart(0));
577 integerPart carry = APInt::tcDecrement(test, 4); local
578 EXPECT_EQ(carry, integerPart(0));
586 integerPart carry = APInt::tcDecrement(test, 4); local
587 EXPECT_EQ(carry, integerPart(0))
595 integerPart carry = APInt::tcDecrement(test, 4); local
    [all...]
  /system/core/include/mincrypt/
p256.h 115 // Returns 1 on carry.
119 // Returns carry 1 on carry.
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
bitvect.c 1816 boolean carry; local
1927 boolean carry; local
2499 boolean carry = TRUE; local
2518 boolean carry = TRUE; local
2616 boolean carry = TRUE; local
2623 boolean carry = TRUE; local
2632 boolean carry = TRUE; local
2688 boolean carry; local
3033 boolean carry; local
    [all...]
floatnum.c 312 boolean carry; local
362 carry = 0;
363 BitVector_add(operand[1], operand[0], flt->mantissa, &carry);
368 carry = 0;
369 BitVector_add(flt->mantissa, operand[1], operand[0], &carry);
398 carry = 0;
399 BitVector_add(operand[1], operand[0], flt->mantissa, &carry);
404 carry = 0;
405 BitVector_add(flt->mantissa, operand[1], operand[0], &carry);
  /external/chromium_org/third_party/cld/encodings/compact_lang_det/
subsetsequence.cc 25 one more than that, and we add a new 3**0 entry and "carry" by performing
30 0 0 0 0 3n-1 3 0 carry unused:2
31 0 0 0 0 3n 0 0 carry unused:4
33 To accumulate 2 entries at all levels < K and 3 just before the first carry at
161 // Add an entry then carry as needed
  /external/llvm/lib/Support/
ScaledNumber.cpp 288 bool Carry = doesRoundUp(Str[Truncate]);
289 if (!Carry)
303 Carry = false;
307 // Add "1" in front if we still need to carry.
308 return stripTrailingZeros(std::string(Carry, '1') + Str.substr(0, Truncate));
  /frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/decoder/
FwdLockFile.c 225 unsigned char carry = 0; local
229 pCounter[i] = part + carry;
230 carry = (part < pNonce[i] || pCounter[i] < part) ? 1 : 0;
233 pCounter[i] = pNonce[i] + carry;
234 carry = (pCounter[i] < pNonce[i]) ? 1 : 0;
  /external/openssl/crypto/bn/asm/
x86_64-mont.pl 1038 my ($shift,$carry)=($a0,$a1);
1044 xor $carry,$carry
1050 mov $carry,24($tptr) # t[7]
1065 neg $carry # mov $carry,cf
1074 sbb $carry,$carry # mov cf,$carry
1082 neg $carry # mov $carry,c
    [all...]
  /frameworks/opt/bluetooth/src/android/bluetooth/client/pbap/
BluetoothPbapClient.java 152 * Indicates to server that Name attribute of vCard shall be used to carry
158 * Indicates to server that Number attribute of vCard shall be used to carry
164 * Indicates to server that Sound attribute of vCard shall be used to carry
232 * This event carry on results of the request.
254 * This event carry on results of the request.
275 * This event carry on results of the request.
292 * This event carry on results of the request.
309 * This event carry on results of the request.
739 * @param searchAttr vCard attribute which shall be used to carry out search
793 * @param searchAttr vCard attribute which shall be used to carry out searc
    [all...]
  /external/chromium_org/base/third_party/dmg_fp/
dtoa.cc 615 ULLong carry, y; variable
617 ULong carry, *x, y; variable
627 carry = a;
630 y = *x * (ULLong)m + carry;
631 carry = y >> 32;
636 y = (xi & 0xffff) * m + carry;
638 carry = z >> 16;
641 y = *x * m + carry;
642 carry = y >> 16;
648 if (carry) {
810 ULLong carry, z; variable
812 ULong carry, z; variable
2131 ULLong borrow, carry, y, ys; variable
2133 ULong borrow, carry, y, ys; variable
    [all...]
  /external/iproute2/man/man8/
ip-l2tp.8 111 fixed. L2TPv3 tunnels can carry data of more than one session. Each
124 protocol value to carry L2TP data without the overhead of UDP. Use IP
153 Note that unmanaged tunnels carry only ethernet frames. If you need to
154 carry PPP traffic (L2TPv2) or your peer doesn't support unmanaged
306 To carry non-IP data, the L2TP network interface is added to a bridge
344 the tunnel. When the ethernet frames carry protocols which are
  /external/chromium_org/base/i18n/
streaming_utf8_validator_perftest.cc 68 // increment past 0xbf, we carry into the previous byte.
71 continue; // carry
74 break; // no carry
  /external/tcpdump/
in_cksum.c 175 * addition must include an end-around carry; we do this by
178 * the carry, to the lower 16 bits of the sum, and then do it
179 * again in case *that* sum produced a carry.
  /external/chromium_org/third_party/icu/source/i18n/
decNumber.c 4914 uInt carry; \/* carry (NB not uLong) *\/ local
6384 eInt carry=0; \/* carry integer (could be Long) *\/ local
    [all...]
  /external/icu/icu4c/source/i18n/
decNumber.c 4916 uInt carry; \/* carry (NB not uLong) *\/ local
6386 eInt carry=0; \/* carry integer (could be Long) *\/ local
    [all...]
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_ceil.c 64 if(j<i1) i0+=1; /* got a carry */
s_floor.c 65 if(j<i1) i0 +=1 ; /* got a carry */
  /external/chromium_org/chrome/browser/extensions/api/gcm/
gcm_api.h 89 // Validates that message data do not carry invalid keys and fit into
  /external/chromium_org/components/dom_distiller/core/
distiller_page.h 53 // Called by |DistillPage| to carry out platform-specific instructions to load
  /external/chromium_org/media/base/
demuxer.h 65 // Carry out any actions required to seek to the given time, executing the
  /external/chromium_org/third_party/boringssl/src/crypto/bn/asm/
x86_64-gcc.c 69 #define mul_add(r, a, word, carry) \
74 : "+r"(carry), "+d"(high) \
79 : "r"(carry), "g"(0) \
81 carry = high; \
84 #define mul(r, a, word, carry) \
89 : "+r"(carry), "+d"(high) \
92 (r) = carry, carry = high; \
195 " subq %0,%0 \n" /* clear carry */
  /external/chromium_org/third_party/opus/src/celt/
mfrngcod.h 42 /*Carry bit of the high-order range symbol.*/
  /external/chromium_org/tools/valgrind/
gdb_helper.py 69 ''' Carry out all lookup requests. '''

Completed in 1667 milliseconds

1 2 3 45 6 7 8 91011>>