Home
last modified time | relevance | path

Searched defs:i16 (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/rust/kernel/
H A Derror.rs327 T: From<i16>, in from_result()
/openbmc/linux/arch/arm/crypto/
H A Dsha1-armv7-neon.S87 #define _R_F1(a,b,c,d,e,i,pre1,pre2,pre3,i16,\ argument
101 #define _R_F2(a,b,c,d,e,i,pre1,pre2,pre3,i16,\ argument
114 #define _R_F3(a,b,c,d,e,i,pre1,pre2,pre3,i16,\ argument
129 #define _R_F4(a,b,c,d,e,i,pre1,pre2,pre3,i16,\ argument
134 #define _R(a,b,c,d,e,f,i,pre1,pre2,pre3,i16,\ argument
/openbmc/linux/arch/mips/include/asm/octeon/
H A Dcvmx-fau.h284 uint64_t i16; in cvmx_fau_tagwait_fetch_and_add16() member
/openbmc/u-boot/arch/arm/include/asm/arch-imx8/sci/
H A Drpc.h46 s16 i16[(SC_RPC_MAX_MSG - 1U) * 2U]; member
/openbmc/linux/drivers/pci/controller/
H A Dpcie-apple.c104 #define PORT_RID2SID(i16) (0x00828 + 4 * (i16)) argument
/openbmc/qemu/tests/unit/
H A Dtest-vmstate.c678 int16_t i16; member
/openbmc/linux/rust/alloc/
H A Dboxed.rs1419 fn write_i16(&mut self, i: i16) { in write_i16()