Home
last modified time | relevance | path

Searched refs:i16 (Results 1 – 13 of 13) sorted by relevance

/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
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,\ argument
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,\ argument
117 pre1(i16,W,W_m04,W_m08,W_m12,W_m16,W_m20,W_m24,W_m28); \
[all …]
/openbmc/u-boot/arch/arm/include/asm/arch-imx8/sci/
H A Drpc.h21 #define RPC_I16(MSG, IDX) ((MSG)->DATA.i16[(IDX) / 2U])
46 s16 i16[(SC_RPC_MAX_MSG - 1U) * 2U]; member
/openbmc/linux/rust/alloc/vec/
H A Dis_zero.rs26 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,);
/openbmc/openbmc/poky/meta/classes-recipe/
H A Drust-target-config.bbclass149 DATA_LAYOUT[aarch64] = "e-m:e-i8:8:32-i16:16:32-i64:64-i128:128-n32:64-S128-Fn32"
184 DATA_LAYOUT[mips] = "E-m:m-p:32:32-i8:8:32-i16:16:32-i64:64-n32-S64"
191 DATA_LAYOUT[mipsel] = "e-m:m-p:32:32-i8:8:32-i16:16:32-i64:64-n32-S64"
198 DATA_LAYOUT[mips64] = "E-m:e-i8:8:32-i16:16:32-i64:64-n32:64-S128"
205 DATA_LAYOUT[mips64-n32] = "E-m:e-p:32:32-i8:8:32-i16:16:32-i64:64-n32:64-S128"
212 DATA_LAYOUT[mips64el] = "e-m:e-i8:8:32-i16:16:32-i64:64-n32:64-S128"
/openbmc/linux/rust/kernel/
H A Derror.rs327 T: From<i16>, in from_result() argument
335 Err(e) => T::from(e.to_errno() as i16), in from_result()
H A Dinit.rs1292 i8, i16, i32, i64, i128, isize,
/openbmc/linux/arch/mips/include/asm/octeon/
H A Dcvmx-fau.h284 uint64_t i16; in cvmx_fau_tagwait_fetch_and_add16() member
288 result.i16 = in cvmx_fau_tagwait_fetch_and_add16()
/openbmc/qemu/tests/unit/
H A Dtest-vmstate.c678 int16_t i16; member
699 VMSTATE_INT16(i16, TestQtailq),
723 .i16 = -512, in test_save_q()
748 .i16 = -512, in test_load_q()
779 g_assert_cmpint(tgt.i16, ==, obj_q.i16); in test_load_q()
/openbmc/qemu/target/arm/tcg/
H A Da32.decode227 @i16 ---- .... .... .... .... .... .... .... &i imm=%imm16_8_0
243 HLT .... 0001 0000 .... .... .... 0111 .... @i16
244 BKPT .... 0001 0010 .... .... .... 0111 .... @i16
245 HVC .... 0001 0100 .... .... .... 0111 .... @i16
H A Da64.decode281 @i16 .... .... ... imm:16 ... .. &i
282 SVC 1101 0100 000 ................ 000 01 @i16
283 HVC 1101 0100 000 ................ 000 10 @i16
284 SMC 1101 0100 000 ................ 000 11 @i16
285 BRK 1101 0100 001 ................ 000 00 @i16
286 HLT 1101 0100 010 ................ 000 00 @i16
290 # DCPS1 1101 0100 101 ................ 000 01 @i16
291 # DCPS2 1101 0100 101 ................ 000 10 @i16
292 # DCPS3 1101 0100 101 ................ 000 11 @i16
/openbmc/linux/drivers/pci/controller/
H A Dpcie-apple.c104 #define PORT_RID2SID(i16) (0x00828 + 4 * (i16)) argument
/openbmc/linux/rust/alloc/
H A Dboxed.rs1419 fn write_i16(&mut self, i: i16) { in write_i16() argument
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/ssiapi/ssiapi/
H A D0002-boost-Backport-clang-support.patch818 +# define INT16_C(value) value##i16