/external/openssh/ |
D | sc25519.c | 59 crypto_uint32 carry; in barrett_reduce() local 169 int i, carry; in sc25519_add() local 195 int i,j,carry; in sc25519_mul() local 223 char carry; in sc25519_window3() local 260 char carry; in sc25519_window5() local
|
/external/compiler-rt/lib/builtins/ |
D | udivsi3.c | 47 su_int carry = 0; in ARM_EABI_FNALIAS() local
|
D | udivmoddi4.c | 208 su_int carry = 0; in __udivmoddi4() local
|
D | udivmodti4.c | 213 su_int carry = 0; in __udivmodti4() local
|
/external/llvm/unittests/ADT/ |
D | APIntTest.cpp | 741 integerPart carry = APInt::tcDecrement(&singleWord, 1); in TEST() local 749 integerPart carry = APInt::tcDecrement(&singleWord, 1); in TEST() local 768 integerPart carry = APInt::tcDecrement(test, 4); in TEST() local 777 integerPart carry = APInt::tcDecrement(test, 4); in TEST() local 786 integerPart carry = APInt::tcDecrement(test, 4); in TEST() local 795 integerPart carry = APInt::tcDecrement(test, 4); in TEST() local
|
/external/valgrind/VEX/switchback/ |
D | test_emfloat.c | 768 static void Add16Bits(u16 *carry, in Add16Bits() 814 static void ShiftMantLeft1(u16 *carry, in ShiftMantLeft1() 839 static void ShiftMantRight1(u16 *carry, in ShiftMantRight1() 870 u16 carry; /* Self-explanatory */ in StickyShiftRightMant() local 914 u16 carry; in normalize() local 1073 u16 carry; in AddSubInternalFPF() local 1281 u16 carry; in MultiplyInternalFPF() local 1443 u16 carry; in DivideInternalFPF() local
|
/external/boringssl/src/crypto/bn/ |
D | add.c | 104 BN_ULONG *ap, *bp, *rp, carry, t1, t2; in BN_uadd() local 262 int i, carry; in BN_usub() local
|
D | montgomery.c | 425 BN_ULONG *ap,*np,*rp,n0,v,carry; in BN_from_montgomery_word() local
|
/external/wpa_supplicant_8/src/crypto/ |
D | fips_prf_internal.c | 23 u32 carry; in fips186_2_prf() local
|
D | fips_prf_openssl.c | 40 u32 carry; in fips186_2_prf() local
|
D | aes-omac1.c | 18 int i, carry; in gf_mulx() local
|
D | aes-siv.c | 22 int i, carry; in dbl() local
|
/external/fio/lib/ |
D | num2str.c | 18 int byte_post_index = 0, post_index, carry = 0; in num2str() local
|
/external/jmonkeyengine/engine/src/networking/com/jme3/network/base/ |
D | MessageProtocol.java | 60 private Byte carry; field in MessageProtocol
|
/external/v8/src/ |
D | bignum.cc | 171 Chunk carry = 0; in AddBignum() local 239 DoubleChunk carry = 0; in MultiplyByUInt32() local 261 uint64_t carry = 0; in MultiplyByUInt64() local 703 Chunk carry = 0; in BigitsShiftLeft() local
|
/external/libavc/encoder/ |
D | ih264e_cabac.c | 264 WORD32 carry = (u4_low >> (u4_bits_gen + CABAC_BITS)) & 0x1; in ih264e_cabac_flush() local 389 WORD32 carry = (lead_byte >> 8) & 0x1; in ih264e_cabac_put_byte() local
|
/external/fdlibm/ |
D | k_rem_pio2.c | 170 int jz,jx,jv,jp,jk,carry,n,iq[20],i,j,k,m,q0,ih; local
|
/external/boringssl/src/crypto/bn/asm/ |
D | x86_64-gcc.c | 71 #define mul_add(r, a, word, carry) \ argument 86 #define mul(r, a, word, carry) \ argument
|
/external/ltrace/sysdeps/linux-gnu/arm/ |
D | regs.c | 72 arm_get_shifted_register(struct process *proc, uint32_t inst, int carry, in arm_get_shifted_register()
|
/external/boringssl/src/crypto/cmac/ |
D | cmac.c | 139 const uint8_t carry = in[0] >> 7; in binary_field_mul_x() local
|
/external/v8/third_party/fdlibm/ |
D | fdlibm.cc | 167 int32_t carry = 0; in __kernel_rem_pio2() local
|
/external/libopus/celt/ |
D | entenc.c | 85 int carry; in ec_enc_carry_out() local
|
/external/llvm/lib/Support/ |
D | APInt.cpp | 240 bool carry = false; in add() local 295 uint64_t carry = 0; in mul_1() local 331 uint64_t carry = 0, lx = 0, hx = 0; in mul() local 1229 uint64_t carry = 0; in shlSlowCase() local 1626 bool carry = false; in KnuthDiv() local 1653 unsigned carry = 0; in KnuthDiv() local 2552 integerPart multiplier, integerPart carry, in tcMultiplyPart()
|
/external/lldb/source/Plugins/Instruction/ARM/ |
D | EmulateInstructionARM.cpp | 825 uint32_t carry = 0; // the carry bit after ThumbExpandImm_C or ARMExpandImm_C. in EmulateMOVRdImm() local 1065 uint32_t carry; // the carry bit after ThumbExpandImm_C or ARMExpandImm_C in EmulateMVNImm() local 1129 uint32_t carry; // the carry bit after the shift operation in EmulateMVNReg() local 3192 uint32_t carry; // the carry bit after the shift operation in EmulateShiftImm() local 3281 uint32_t carry; // the carry bit after the shift operation in EmulateShiftReg() local 5479 uint32_t carry; // the carry bit after ARM/Thumb Expand operation in EmulateANDImm() local 5554 uint32_t carry; in EmulateANDReg() local 5644 uint32_t carry; // the carry bit after ARM/Thumb Expand operation in EmulateBICImm() local 5717 uint32_t carry; in EmulateBICReg() local 8278 uint32_t carry; // the carry bit after ARM/Thumb Expand operation in EmulateEORImm() local [all …]
|
/external/bison/lib/ |
D | vasnprintf.c | 387 mp_twolimb_t carry = 0; in multiply() local 729 mp_twolimb_t carry = 0; in divide() local 754 mp_limb_t carry = 0; in divide() local 1132 mp_twolimb_t carry = 0; in scale10_round_decimal_decoded() local
|