Home
last modified time | relevance | path

Searched refs:x107 (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/file/magic/Magdir/
H A Dunknown6 # 0x107 is 0407, 0x108 is 0410, and 0x109 is 0411; those are all PDP-11
20 #0 short 0x107 unknown machine executable
H A Dencore10 >20 short 0x107 executable
/freebsd/sys/contrib/device-tree/src/arm64/broadcom/stingray/
H A Dstingray-pcie.dtsi34 <0x107 &gic_its 0x2380 0x1>, /* PF7 */
/freebsd/crypto/krb5/src/plugins/preauth/spake/
H A Dedwards25519_fiat.h1139 uint64_t x107; in fiat_25519_carry_mul() local
1286 x107 = (x94 + (x85 + (x77 + (x70 + (x64 + (x59 + (x55 + (x18 + (x11 + x3))))))))); in fiat_25519_carry_mul()
1307 x128 = (x126 + x107); in fiat_25519_carry_mul()
1453 uint64_t x107; in fiat_25519_carry_square() local
1573 x107 = (x105 + x78); in fiat_25519_carry_square()
1574 x108 = (x107 >> 26); in fiat_25519_carry_square()
1575 x109 = (uint32_t)(x107 & UINT32_C(0x3ffffff)); in fiat_25519_carry_square()
1899 uint8_t x107; in fiat_25519_to_bytes() local
1996 x107 = (uint8_t)(x106 & UINT8_C(0xff)); in fiat_25519_to_bytes()
2033 out1[26] = x107; in fiat_25519_to_bytes()
/freebsd/contrib/netbsd-tests/lib/libcurses/tests/
H A Dstd_defines44 assign KEY_BACKSPACE 0x107
/freebsd/sys/contrib/device-tree/src/powerpc/fsl/
H A Dqoriq-mpic4.3.dtsi73 0x107 0 0 0>;
/freebsd/sys/contrib/device-tree/src/arm/microchip/
H A Dat91-kizbox3-hs.dts95 linux,code = <0x107>;
/freebsd/contrib/wireguard-tools/
H A Dcurve25519-fiat32.h397 { u64 x107 = (x106 >> 0x19); in fe_mul_impl() local
399 { u64 x109 = (x107 + x61); in fe_mul_impl()
720 { u64 x107 = (x106 >> 0x19); in fe_mul_121666_impl() local
722 { u64 x109 = (x107 + x61); in fe_mul_121666_impl()
/freebsd/sys/contrib/device-tree/Bindings/powerpc/fsl/
H A Dmsi-pic.txt78 0x107 0 0 0>;
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ELFRelocs/
H A DAArch64.def17 ELF_RELOC(R_AARCH64_MOVW_UABS_G0, 0x107)
/freebsd/sys/contrib/device-tree/src/arm64/cavium/
H A Dthunder-88xx.dtsi206 reg = <0x0 0x107>;
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVSystemOperands.td538 def : SysReg<"sf.stvt", 0x107>;
/freebsd/share/misc/
H A Dusb_hid_usages734 0x107 Fire Alarm
1645 0x107 Maximum Length to Decode
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyInstrSIMD.td1546 defm "" : SIMDMADD<F64x2, 0x107, 0x108, [HasRelaxedSIMD]>;