Searched refs:carry (Results 51 - 75 of 80) sorted by relevance

1234

/freebsd-11-stable/crypto/heimdal/lib/asn1/
H A Dder_get.c355 int carry = 1; local
375 if (carry)
376 carry = !++*q;
/freebsd-11-stable/contrib/binutils/gas/
H A Dexpr.c447 long carry;
456 for (; (carry = hex_value (c)) < maxdig; c = *input_line_pointer++)
462 work = carry + radix * *pointer;
464 carry = work >> LITTLENUM_NUMBER_OF_BITS;
466 if (carry)
471 *++leader = carry;
443 long carry; local
H A Dread.c3998 unsigned long carry;
4003 carry = 1;
4010 + carry);
4012 carry = next >> LITTLENUM_NUMBER_OF_BITS;
4015 /* We can ignore any carry out, because it will be handled by
3993 unsigned long carry; local
/freebsd-11-stable/crypto/openssl/crypto/evp/
H A De_aes_cbc_hmac_sha1.c269 unsigned int carry, j; local
282 for (carry = i, j = 8; j--;) {
283 blocks[i].c[j] = ((u8 *)key->md.data)[j] + carry;
284 carry = (blocks[i].c[j] - carry) >> (sizeof(carry) * 8 - 1);
H A De_aes_cbc_hmac_sha256.c266 unsigned int carry, j; local
282 for (carry = i, j = 8; j--;) {
283 blocks[i].c[j] = ((u8 *)key->md.data)[j] + carry;
284 carry = (blocks[i].c[j] - carry) >> (sizeof(carry) * 8 - 1);
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-dfa.h505 struct { // a bitfield version of the same thing to extract base address while clearing carry.
508 uint64_t carry : 1; /**< Carry out from total_tickets. */ member in struct:__anon8506::__anon8508
516 uint64_t carry : 1;
684 // NOTE: my_ticket+1 carry out is lost due to write16 and index has already been wrapped to fit in uint8.
/freebsd-11-stable/crypto/openssl/crypto/bn/asm/
H A Dpa-risc2.s394 COPY ht_1,%ret1 ; carry = ht
436 COPY ht_0,%ret1 ; copy carry
611 ADD,DC %r0,%r0,%ret1 ; set c to carry
613 ADD,DC %ret1,%r0,%ret1 ; c+= carry
619 ADD,DC %r0,%r0,%ret1 ; set c to carry
621 ADD,DC %ret1,%r0,%ret1 ; c+= carry
638 ADD,DC %r0,%r0,%ret1 ; set c to carry (could use CMPCLR??)
640 ADD,DC %ret1,%r0,%ret1 ; c+= carry
1075 ADD,DC C3,%r0,C3 ; add in carry (c3++)
1078 ADD,DC ht,%r0,ht ; add in carry (h
[all...]
H A Dpa-risc2W.s384 COPY ht_1,%ret0 ; carry = ht
426 COPY ht_0,%ret0 ; copy carry
600 ADD,DC %r0,%r0,%ret0 ; set c to carry
602 ADD,DC %ret0,%r0,%ret0 ; c+= carry
608 ADD,DC %r0,%r0,%ret0 ; set c to carry
610 ADD,DC %ret0,%r0,%ret0 ; c+= carry
627 ADD,DC %r0,%r0,%ret0 ; set c to carry (could use CMPCLR??)
629 ADD,DC %ret0,%r0,%ret0 ; c+= carry
1062 ADD,DC C3,%r0,C3 ; add in carry (c3++)
1065 ADD,DC ht,%r0,ht ; add in carry (h
[all...]
H A Dparisc-mont.pl48 # 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
529 extrd,u $ti0,31,32,$ti0 ; carry in flipped word order
682 ldw -16($xfer),$abhi ; carry bit actually
692 addl $abhi,$hi0,$hi0 ; account carry bit
H A Dsparcv8.S367 addcc %g0,0,%g0 ! clear carry flag
455 addcc %g0,0,%g0 ! clear carry flag
/freebsd-11-stable/lib/librpcsec_gss/
H A Dsvc_rpcsec_gss.c915 uint32_t carry, newcarry; local
934 carry = 0;
938 (client->cl_seqmask[i] << offset) | carry;
939 carry = newcarry;
/freebsd-11-stable/contrib/gcc/
H A Dreal.c276 true if there was carry out of the most significant word. */
282 bool carry = false;
290 if (carry)
292 carry = ri < ai;
293 carry |= ++ri == 0;
296 carry = ri < ai;
301 return carry;
310 const REAL_VALUE_TYPE *b, int carry)
319 if (carry)
321 carry
280 bool carry = false; local
307 sub_significands(REAL_VALUE_TYPE *r, const REAL_VALUE_TYPE *a, const REAL_VALUE_TYPE *b, int carry) argument
336 bool carry = true; local
[all...]
H A Dfold-const.c364 unsigned HOST_WIDE_INT carry;
376 carry = 0;
381 carry += arg1[i] * arg2[j];
383 carry += prod[k];
384 prod[k] = LOWPART (carry);
385 carry = HIGHPART (carry);
387 prod[i + 4] = carry;
608 unsigned HOST_WIDE_INT carry = 0;
667 work = num[i] + carry * BAS
360 unsigned HOST_WIDE_INT carry; local
601 unsigned HOST_WIDE_INT carry = 0; local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DAPInt.cpp1431 // A carry will occur to the left of u[j+n], and it should be ignored
1433 bool carry = false;
1436 u[j+i] += v[i] + carry;
1437 carry = u[j+i] < limit || (carry && u[j+i] == limit);
1439 u[j+n] += carry;
1460 uint32_t carry = 0;
1463 r[i] = (u[i] >> shift) | carry;
1464 carry = u[i] << (32 - shift);
2449 /* DST += RHS + C where C is zero or one. Returns the carry fla
[all...]
H A DAPFloat.cpp955 integerPart carry;
957 carry = APInt::tcIncrement(significandParts(), partCount());
960 assert(carry == 0);
961 (void)carry;
964 /* Add the significand of the RHS. Returns the carry flag. */
1494 integerPart carry;
1521 carry = temp_rhs.subtractSignificand
1526 carry = subtractSignificand
1539 assert(!carry);
1540 (void)carry;
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.h196 // Default arguments are specified for carry and overflow parameters, which
201 const uint32_t carry = ~0u,
211 // Default arguments are specified for carry and overflow parameters, which
215 const uint32_t carry = ~0u, const uint32_t overflow = ~0u);
/freebsd-11-stable/sys/rpc/rpcsec_gss/
H A Dsvc_rpcsec_gss.c1208 uint32_t carry, newcarry; local
1228 carry = 0;
1232 (client->cl_seqmask[i] << offset) | carry;
1233 carry = newcarry;
/freebsd-11-stable/contrib/gcc/config/
H A Dfp-bit.c842 int carry;
846 carry = (low += ylow) < ylow;
847 high += yhigh + carry;
/freebsd-11-stable/stand/pc98/cdboot/
H A Dcdboot.S566 stc # Set carry
572 clc # Clear carry
653 clc # Clear carry
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPInt.h1923 /// DST += RHS + CARRY where CARRY is zero or one. Returns the carry flag.
1925 WordType carry, unsigned);
1926 /// DST += RHS. Returns the carry flag.
1929 /// DST -= RHS + CARRY where CARRY is zero or one. Returns the carry flag.
1931 WordType carry, unsigned);
1932 /// DST -= RHS. Returns the carry flag.
1946 WordType multiplier, WordType carry,
1992 /// Increment a bignum in-place. Return the carry flag.
/freebsd-11-stable/secure/lib/libcrypto/arm/
H A Dghashv8-armx.S20 vshr.s32 q9,q9,#31 @ broadcast carry bit
H A Dghash-armv4.S331 vshr.s8 q9,#7 @ broadcast carry bit
/freebsd-11-stable/crypto/openssl/crypto/modes/asm/
H A Dghash-sparcv9.pl368 srax $Hhi,63,$C0 ! broadcast carry
/freebsd-11-stable/contrib/gdb/gdb/
H A Darm-tdep.c1501 shifted_reg_val (unsigned long inst, int carry, unsigned long pc_val, argument
1541 res = (res >> 1) | (carry ? 0x80000000L : 0);
/freebsd-11-stable/crypto/openssl/crypto/sha/asm/
H A Dsha1-armv4-large.pl214 cmn sp,#0 @ [+3], clear carry to denote 20_39
221 teq $Xi,sp @ preserve carry
238 cmp sp,#0 @ set carry to denote 60_79

Completed in 421 milliseconds

1234