/kernel/linux/linux-5.10/arch/arm/crypto/ |
H A D | sha1-armv7-neon.S | 87 #define _R_F1(a,b,c,d,e,i,pre1,pre2,pre3,i16,\ 90 pre1(i16,W,W_m04,W_m08,W_m12,W_m16,W_m20,W_m24,W_m28); \ 94 pre2(i16,W,W_m04,W_m08,W_m12,W_m16,W_m20,W_m24,W_m28); \ 98 pre3(i16,W,W_m04,W_m08,W_m12,W_m16,W_m20,W_m24,W_m28); \ 101 #define _R_F2(a,b,c,d,e,i,pre1,pre2,pre3,i16,\ 104 pre1(i16,W,W_m04,W_m08,W_m12,W_m16,W_m20,W_m24,W_m28); \ 108 pre2(i16,W,W_m04,W_m08,W_m12,W_m16,W_m20,W_m24,W_m28); \ 111 pre3(i16,W,W_m04,W_m08,W_m12,W_m16,W_m20,W_m24,W_m28); \ 114 #define _R_F3(a,b,c,d,e,i,pre1,pre2,pre3,i16,\ 117 pre1(i16, [all...] |
/kernel/linux/linux-6.6/arch/arm/crypto/ |
H A D | sha1-armv7-neon.S | 87 #define _R_F1(a,b,c,d,e,i,pre1,pre2,pre3,i16,\ 90 pre1(i16,W,W_m04,W_m08,W_m12,W_m16,W_m20,W_m24,W_m28); \ 94 pre2(i16,W,W_m04,W_m08,W_m12,W_m16,W_m20,W_m24,W_m28); \ 98 pre3(i16,W,W_m04,W_m08,W_m12,W_m16,W_m20,W_m24,W_m28); \ 101 #define _R_F2(a,b,c,d,e,i,pre1,pre2,pre3,i16,\ 104 pre1(i16,W,W_m04,W_m08,W_m12,W_m16,W_m20,W_m24,W_m28); \ 108 pre2(i16,W,W_m04,W_m08,W_m12,W_m16,W_m20,W_m24,W_m28); \ 111 pre3(i16,W,W_m04,W_m08,W_m12,W_m16,W_m20,W_m24,W_m28); \ 114 #define _R_F3(a,b,c,d,e,i,pre1,pre2,pre3,i16,\ 117 pre1(i16, [all...] |
/kernel/linux/linux-6.6/rust/alloc/vec/ |
H A D | is_zero.rs | 26 impl_is_zero!(i16, |x| x == 0); 168 impl_is_zero_option_of_num!(u8, u16, u32, u64, u128, i8, i16, i32, i64, i128, usize, isize,);
|
/kernel/linux/linux-6.6/rust/kernel/ |
H A D | error.rs | 288 // which always fits in an `i16`, as per the invariant above. 289 // And an `i16` always fits in an `i32`. So casting `err` to 306 /// `T` should be convertible from an `i16` via `From<i16>`. 327 T: From<i16>, 333 // `-bindings::MAX_ERRNO` fits in an `i16` as per invariant above, 334 // therefore a negative `errno` always fits in an `i16` and will not overflow. 335 Err(e) => T::from(e.to_errno() as i16),
|
H A D | init.rs | 1292 i8, i16, i32, i64, i128, isize,
|
/kernel/linux/linux-5.10/arch/mips/include/asm/octeon/ |
H A D | cvmx-fau.h | 284 uint64_t i16; in cvmx_fau_tagwait_fetch_and_add16() member 288 result.i16 = in cvmx_fau_tagwait_fetch_and_add16()
|
/kernel/linux/linux-6.6/arch/mips/include/asm/octeon/ |
H A D | cvmx-fau.h | 284 uint64_t i16; in cvmx_fau_tagwait_fetch_and_add16() member 288 result.i16 = in cvmx_fau_tagwait_fetch_and_add16()
|
/kernel/linux/linux-6.6/drivers/pci/controller/ |
H A D | pcie-apple.c | 104 #define PORT_RID2SID(i16) (0x00828 + 4 * (i16))
|
/kernel/linux/linux-6.6/rust/alloc/ |
H A D | boxed.rs | 1419 fn write_i16(&mut self, i: i16) { in write_i16()
|