Home
last modified time | relevance | path

Searched refs:x113 (Results 1 – 7 of 7) sorted by relevance

/freebsd/crypto/krb5/src/plugins/preauth/spake/
H A Dedwards25519_fiat.h1145 uint64_t x113; in fiat_25519_carry_mul() local
1292 x113 = (x102 + x112); in fiat_25519_carry_mul()
1293 x114 = (x113 >> 25); in fiat_25519_carry_mul()
1294 x115 = (uint32_t)(x113 & UINT32_C(0x1ffffff)); in fiat_25519_carry_mul()
1459 uint64_t x113; in fiat_25519_carry_square() local
1579 x113 = (x111 * UINT8_C(0x13)); in fiat_25519_carry_square()
1580 x114 = (x76 + x113); in fiat_25519_carry_square()
1905 uint32_t x113; in fiat_25519_to_bytes() local
2002 x113 = (x111 >> 8); in fiat_25519_to_bytes()
2003 x114 = (uint8_t)(x113 & UINT8_C(0xff)); in fiat_25519_to_bytes()
[all …]
/freebsd/sys/contrib/device-tree/src/powerpc/fsl/
H A Dqoriq-mpic4.3.dtsi113 0x113 0 0 0
/freebsd/contrib/wireguard-tools/
H A Dcurve25519-fiat32.h403 { u64 x113 = (x112 >> 0x19); in fe_mul_impl() local
405 { u64 x115 = (x87 + (0x13 * x113)); in fe_mul_impl()
726 { u64 x113 = (x112 >> 0x19); in fe_mul_121666_impl() local
728 { u64 x115 = (x87 + (0x13 * x113)); in fe_mul_121666_impl()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ELFRelocs/
H A DAArch64.def29 ELF_RELOC(R_AARCH64_ADR_PREL_PG_HI21, 0x113)
/freebsd/sys/contrib/openzfs/tests/zfs-tests/include/
H A Dkstat.shlib450 # /proc/spl/kstat/zfs/crayon/objset-0x113
/freebsd/share/misc/
H A Dusb_hid_usages1655 0x113 Code 16
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyInstrSIMD.td1615 "i32x4.relaxed_dot_i8x16_i7x16_add_s", 0x113>;