Home
last modified time | relevance | path

Searched refs:x109 (Results 1 – 10 of 10) 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
26 #0 short 0x109 PDP-11 separate I&D
/freebsd/contrib/wireguard-tools/
H A Dcurve25519-fiat32.h399 { u64 x109 = (x107 + x61); in fe_mul_impl() local
400 { u64 x110 = (x109 >> 0x1a); in fe_mul_impl()
401 { u32 x111 = ((u32)x109 & 0x3ffffff); in fe_mul_impl()
722 { u64 x109 = (x107 + x61); in fe_mul_121666_impl() local
723 { u64 x110 = (x109 >> 0x1a); in fe_mul_121666_impl()
724 { u32 x111 = ((u32)x109 & 0x3ffffff); in fe_mul_121666_impl()
/freebsd/crypto/krb5/src/plugins/preauth/spake/
H A Dedwards25519_fiat.h1141 uint64_t x109; in fiat_25519_carry_mul() local
1288 x109 = (x96 + (x87 + (x79 + (x72 + (x66 + (x31 + (x26 + (x20 + (x13 + x5))))))))); in fiat_25519_carry_mul()
1301 x122 = (x120 + x109); in fiat_25519_carry_mul()
1455 uint32_t x109; in fiat_25519_carry_square() local
1575 x109 = (uint32_t)(x107 & UINT32_C(0x3ffffff)); in fiat_25519_carry_square()
1595 out1[8] = x109; in fiat_25519_carry_square()
1901 uint8_t x109; in fiat_25519_to_bytes() local
1998 x109 = (uint8_t)(x108 & UINT8_C(0xff)); in fiat_25519_to_bytes()
2034 out1[27] = x109; in fiat_25519_to_bytes()
/freebsd/contrib/netbsd-tests/lib/libcurses/tests/
H A Dstd_defines46 assign KEY_F1 0x109
/freebsd/sys/contrib/device-tree/src/powerpc/fsl/
H A Dqoriq-mpic4.3.dtsi89 0x109 0 0 0
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ELFRelocs/
H A DAArch64.def19 ELF_RELOC(R_AARCH64_MOVW_UABS_G1, 0x109)
/freebsd/sys/contrib/device-tree/src/arm64/cavium/
H A Dthunder-88xx.dtsi218 reg = <0x0 0x109>;
/freebsd/sys/dev/bhnd/nvram/
H A Dnvram_map2452 0x109: u8 itt5ga2
2716 0x109: u8 itt5ga2
2948 0x109: u8 rxgains5ghtrisoa1 (&0x78, >>3)
2949 0x109: u8 rxgains5ghelnagaina1 (&0x7)
2950 0x109: u8 rxgains5ghtrelnabypa1 (&0x80, >>7)
/freebsd/share/misc/
H A Dusb_hid_usages736 0x109 Proximity
1647 0x109 Second Discrete Length to Decode
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyInstrSIMD.td1562 defm "" : SIMDLANESELECT<I8x16, 0x109>;