HomeSort by relevance Sort by last modified time
    Searched full:carry (Results 376 - 400 of 1681) sorted by null

<<11121314151617181920>>

  /external/llvm/lib/Support/
regex2.h 101 * preliminary hooks for dealing with such things, we also carry along
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.h 36 /// Y = RRC X, rotate right via carry
  /external/openssl/crypto/modes/
ctr128.c 232 /* ... overflow was detected, propogate carry. */
  /external/tcpdump/
print-ntp.c 265 if (uf > ouf) /* must carry into the high-order bits */
print-snmp.c 740 int j, carry; local
764 for (carry = 0, cpf = first+strlen(first)-1, cpl = last+4;
767 j = carry + (*cpf - '0') + (*cpl - '0');
770 carry = 1;
772 carry = 0;
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm11_asm/
h264bsd_interpolate_hor_half.s 241 ADDS mb, mb, #16 ;// +16, Carry=0
h264bsd_interpolate_hor_quarter.s 263 ADDS mb, mb, #16 ;// +16, Carry=0
  /frameworks/base/core/java/android/util/
EventLog.java 41 * They carry a payload of one or more int, long, or String values. The
  /frameworks/base/docs/html/guide/topics/manifest/
activity-alias-element.jd 47 For attributes in the subset, none of the values set for the target carry over
  /ndk/sources/host-tools/ndk-stack/regex/
regex2.h 101 * preliminary hooks for dealing with such things, we also carry along
  /system/core/include/system/
graphics.h 165 * This format is used to carry task-specific data which does not have a
  /dalvik/vm/arch/arm/
CallEABI.S 206 @ indicate a pad in r2) and shifting the second into the carry flag.
207 @ If the carry is set, r3 will hold a pad, so we adjust argv less.
223 @ Get pad flag into carry bit. If it's set, we don't pull a value
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ACBTree.m 296 if ( self.btNodes[i+1].numkeys > BTHNODESIZE+1 ) { /* carry from right */
304 if ( i > 0 ) { /* carry or merge with left node */
305 if ( self.btNodes[i-1].numkeys > BTHNODESIZE+1 ) { /* carry from left */
  /external/openssl/crypto/sha/asm/
sha1-armv4-large.S 244 cmn sp,#0 @ [+3], clear carry to denote 20_39
326 teq r14,sp @ preserve carry
423 cmp sp,#0 @ set carry to denote 60_79
  /external/v8/src/
bignum-dtoa.cc 268 // as 9.999999 propagate a carry all the way, and change the
292 // carry until we hat a non-'9' or til we reach the first digit.
299 // Propagate a carry past the top place.
  /frameworks/base/docs/html/guide/topics/connectivity/
wifip2p.jd 223 Carry out any necessary actions depending on the intent that is
232 arguments and uses these two classes to appropriately carry out the needed actions when the
490 the data from the client. Carry out any actions with this data, such as saving it to a file
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/
ratio 127 (__lo1 + __lo2 < __lo1)); // carry
138 (__lo1 < __lo2)); // carry
155 static constexpr uintmax_t __mix = __x0y1 + __x1y0; // possible carry...
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 746 SDValue Carry(Lo.getNode(), 1);
749 LHSH, RHSH, Carry);
    [all...]
  /libcore/luni/src/main/java/java/math/
BigDecimal.java     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCInstr64Bit.td 387 let Defs = [CARRY] in {
406 let Defs = [CARRY] in {
421 let Uses = [CARRY], Defs = [CARRY] in {
465 let Defs = [CARRY] in {
489 let Defs = [CARRY] in {
    [all...]
  /external/openssl/crypto/bn/asm/
parisc-mont.pl 48 # PA-RISC 1.1 and PA-RISC 2.0 ones. Latter features carry-free 64-bit
354 extrd,u $ab0,31,32,$ti0 ; carry bit
357 addl $ti0,$hi0,$hi0 ; account carry bit
530 extrd,u $ti0,31,32,$ti0 ; carry in flipped word order
685 ldw -16($xfer),$abhi ; carry bit actually
695 addl $abhi,$hi0,$hi0 ; account carry bit
  /external/dnsmasq/src/
dnsmasq.c 272 /* Use a pipe to carry signals and other events back to the event loop
273 in a race-free manner and another to carry errors to daemon-invoking process */
300 /* pipe to carry errors back to original process.
    [all...]
  /external/dropbear/libtommath/
changes.txt 14 -- removed some carry stores that were not required [updated text]
63 -- Fixed "final carry" bug in comba multipliers. (Volkan Ceylan)
268 shifting caused a carry.
  /external/v8/src/arm/
constants-arm.h 196 ADC = 5 << 21, // Add with Carry.
197 SBC = 6 << 21, // Subtract with Carry.
198 RSC = 7 << 21, // Reverse Subtract with Carry.
  /external/v8/test/cctest/
test-assembler-arm.cc 950 // Test instructions using the carry flag.
981 __ mov(r3, Operand(r1, ASR, 1), SetCC); // Set the carry.
987 __ mov(r3, Operand(r2, ASR, 1), SetCC); // Unset the carry.

Completed in 1076 milliseconds

<<11121314151617181920>>