Home
last modified time | relevance | path

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

/linux/arch/arm/crypto/
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
/linux/rust/kernel/
A Dtypes.rs491 unsafe impl FromBytes for i16 {} implementation
524 unsafe impl AsBytes for i16 {} implementation
A Derror.rs322 T: From<i16>, in from_result()
/linux/arch/mips/include/asm/octeon/
A Dcvmx-fau.h284 uint64_t i16; in cvmx_fau_tagwait_fetch_and_add16() member
/linux/drivers/pci/controller/
A Dpcie-apple.c104 #define PORT_RID2SID(i16) (0x00828 + 4 * (i16)) argument
/linux/drivers/hid/bpf/progs/
A Dhid_report_helpers.h38 #define i16(v_) ((__u16)(v_) + must_be((v_) >= -0x8000 && (v_) <= 0xffff, "not a i16/u16")) macro

Completed in 31 milliseconds