HomeSort by relevance Sort by last modified time
    Searched full:carry (Results 126 - 150 of 2018) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/nist-sip/java/gov/nist/javax/sip/header/ims/
PPreferredIdentityHeader.java 41 * . is used from a user agent to a trusted proxy to carry the identity the
  /external/openssl/crypto/bn/asm/x86/
add.pl 23 &xor($c,$c); # clear carry
sub.pl 23 &xor($c,$c); # clear carry
  /external/srec/tools/grxmlcompile/
sub_supp.cpp 124 /* Now carry out some checks
197 /* Now carry out some checks
302 /* Now carry out some checks
538 /* Now carry out some checks
  /frameworks/base/core/java/com/android/internal/net/
LegacyVpnInfo.java 26 * A simple container used to carry information of the ongoing legacy VPN.
  /packages/apps/Browser/src/com/android/browser/
PreloadedTabControl.java 60 // carry on
  /system/core/toolbox/
chmod.c 18 // not a directory, carry on
  /external/bison/lib/
memchr.c 125 and step 3 transforms it into 0x80. A carry can also be propagated
131 step 3, the result is 0. And no carry is produced.
rawmemchr.c 90 and step 3 transforms it into 0x80. A carry can also be propagated
96 step 3, the result is 0. And no carry is produced.
strchrnul.c 93 and step 3 transforms it into 0x80. A carry can also be propagated
99 step 3, the result is 0. And no carry is produced.
  /external/chromium_org/third_party/openssl/openssl/crypto/bn/asm/
x86_64-gcc.c 73 #define mul_add(r,a,word,carry) do { \
80 : "+r"(carry),"+d"(high)\
85 : "r"(carry),"g"(0) \
87 carry=high; \
90 #define mul(r,a,word,carry) do { \
97 : "+r"(carry),"+d"(high)\
100 (r)=carry, carry=high; \
sparcv9a-mont.pl 92 $carry="%i4"; # %i4 reused(!) for a carry bit
326 srlx %o3,16,%g1 ! 34-bit carry
425 srlx %o3,16,%g1 ! 34-bit carry
482 srlx %o3,16,%g1 ! 34-bit carry
499 mov %g1,$carry
650 srlx %o3,16,%g1 ! 34-bit carry
726 srlx %o3,16,%g1 ! 34-bit carry
778 srlx %o3,16,%g1 ! 34-bit carry
799 addcc $carry,%o4,%o
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/bn/
bn_mont.c 180 BN_ULONG *ap,*np,*rp,n0,v,carry; local
187 max=(2*nl); /* carry is stored separately */
208 for (carry=0, i=0; i<nl; i++, rp++)
226 v = (v+carry+rp[nl])&BN_MASK2;
227 carry |= (v != rp[nl]);
228 carry &= (v <= rp[nl]);
245 v=bn_sub_words(rp,ap,np,nl)-carry;
269 if (bn_sub_words (rp,ap,np,nl)-carry)
  /external/chromium_org/third_party/opus/src/celt/
entcode.h 78 In the encoder: the number of oustanding carry propagating symbols.*/
80 /*A buffered input/output symbol, awaiting carry propagation.*/
  /external/compiler-rt/lib/
fp_lib.h 79 // Sum terms that contribute to lo in a way that allows us to get the carry
83 // Sum terms contributing to hi with the carry from lo
  /external/llvm/lib/Target/Sparc/
Sparc.h 47 ICC_CC = 13 , // Carry Clear/Great or Equal Unsigned
48 ICC_CS = 5 , // Carry Set/Less Unsigned
  /external/llvm/lib/Transforms/Utils/
IntegerDivision.cpp 245 // ; %carry_1 = phi i32 [ 0, %preheader ], [ %carry, %do-while ]
256 // ; %carry = and i32 %tmp10, 1
274 Value *Carry = Builder.CreateAnd(Tmp10, One);
282 // ; %carry_2 = phi i32 [ 0, %bb1 ], [ %carry, %do-while ]
301 // ; %carry_1 = phi i32 [ 0, %preheader ], [ %carry, %do-while ]
303 Carry_1->addIncoming(Carry, DoWhile);
313 // ; %carry_2 = phi i32 [ 0, %bb1 ], [ %carry, %do-while ]
315 Carry_2->addIncoming(Carry, DoWhile);
  /external/llvm/test/CodeGen/PowerPC/
2009-09-18-carrybit.ll 18 %carry.0274 = phi i32 [ 0, %entry ], [%tmp122, %bb40 ] ; <i32> [#uses=1]
44 %tmp118 = or i32 %tmp117, %carry.0274 ; <i32> [#uses=1]
  /external/openssl/crypto/bn/asm/
x86_64-gcc.c 73 #define mul_add(r,a,word,carry) do { \
80 : "+r"(carry),"+d"(high)\
85 : "r"(carry),"g"(0) \
87 carry=high; \
90 #define mul(r,a,word,carry) do { \
97 : "+r"(carry),"+d"(high)\
100 (r)=carry, carry=high; \
sparcv9a-mont.pl 92 $carry="%i4"; # %i4 reused(!) for a carry bit
326 srlx %o3,16,%g1 ! 34-bit carry
425 srlx %o3,16,%g1 ! 34-bit carry
482 srlx %o3,16,%g1 ! 34-bit carry
499 mov %g1,$carry
650 srlx %o3,16,%g1 ! 34-bit carry
726 srlx %o3,16,%g1 ! 34-bit carry
778 srlx %o3,16,%g1 ! 34-bit carry
799 addcc $carry,%o4,%o
    [all...]
  /external/openssl/crypto/bn/
bn_mont.c 180 BN_ULONG *ap,*np,*rp,n0,v,carry; local
187 max=(2*nl); /* carry is stored separately */
208 for (carry=0, i=0; i<nl; i++, rp++)
226 v = (v+carry+rp[nl])&BN_MASK2;
227 carry |= (v != rp[nl]);
228 carry &= (v <= rp[nl]);
245 v=bn_sub_words(rp,ap,np,nl)-carry;
269 if (bn_sub_words (rp,ap,np,nl)-carry)
  /external/tcpdump/
sctpHeader.h 227 * we must carry the init tag in the common header. Just the
246 /* For the graceful shutdown we must carry
  /libcore/luni/src/main/native/
cbigint.cpp 136 * do the temp1 + temp2 + carry addition correct. carry is 64 bit because gcc has
139 uint64_t carry; local
151 carry = 0;
158 arg1[index] = temp3 + carry;
160 carry = 0;
162 carry = 1;
165 if (!carry)
  /ndk/sources/host-tools/sed-4.2.1/lib/
memchr.c 125 and step 3 transforms it into 0x80. A carry can also be propagated
131 step 3, the result is 0. And no carry is produced.
  /art/compiler/utils/arm/
constants_arm.h 108 CS = 2, // carry set/unsigned higher or same
109 CC = 3, // carry clear/unsigned lower
136 ADC = 5, // Add with Carry
137 SBC = 6, // Subtract with Carry
138 RSC = 7, // Reverse Subtract with Carry

Completed in 1046 milliseconds

1 2 3 4 56 7 8 91011>>