Home
last modified time | relevance | path

Searched defs:s32 (Results 1 – 25 of 25) sorted by relevance

/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dtest_core_reloc_bitfields_probed.c26 int32_t s32; member
37 int64_t s32; member
H A Dtest_core_reloc_bitfields_direct.c26 int32_t s32; member
37 int64_t s32; member
H A Dcore_reloc_types.h723 int64_t s32; member
736 int32_t s32; member
761 uint64_t s32: 60 __bpf_aligned; /* 32 non-bitfield -> 60 bitfield */ member
771 uint32_t s32; member
781 uint32_t s32; member
/openbmc/linux/drivers/media/rc/
H A Dbpf-lirc.c60 BPF_CALL_3(bpf_rc_pointer_rel, u32*, sample, s32, rel_x, s32, rel_y) in BPF_CALL_3() argument
/openbmc/u-boot/include/asm-generic/
H A Dint-ll64.h39 typedef __s32 s32; typedef
/openbmc/u-boot/arch/nios2/include/asm/
H A Dtypes.h44 typedef signed int s32; typedef
/openbmc/linux/arch/powerpc/boot/
H A Dtypes.h15 typedef int s32; typedef
/openbmc/linux/include/asm-generic/
H A Dint-ll64.h20 typedef __s32 s32; typedef
/openbmc/linux/tools/include/linux/
H A Dtypes.h37 typedef __s32 s32; typedef
/openbmc/linux/arch/x86/kernel/cpu/mtrr/
H A Dif.c193 struct mtrr_sentry32 __user *s32; in mtrr_ioctl() local
/openbmc/linux/arch/s390/kernel/
H A Duprobes.c237 s32 s32[2]; member
H A Dcompat_linux.c96 COMPAT_SYSCALL_DEFINE4(s390_readahead, int, fd, u32, high, u32, low, s32, count) in COMPAT_SYSCALL_DEFINE4() argument
/openbmc/linux/arch/arm64/kernel/
H A Dsignal32.c62 compat_sigset_t s32; in get_sigset_t() local
/openbmc/u-boot/include/
H A DMCD_dma.h41 typedef int s32; typedef
/openbmc/qemu/tests/unit/
H A Dtest-visitor-serialization.c55 int32_t s32; member
/openbmc/linux/include/acpi/
H A Dactypes.h121 typedef int s32; typedef
162 typedef int s32; typedef
/openbmc/linux/tools/perf/util/
H A Ddata-convert-bt.c75 struct bt_ctf_field_type *s32; member
/openbmc/linux/net/core/
H A Dfilter.c3618 BPF_CALL_4(sk_skb_adjust_room, struct sk_buff *, skb, s32, len_diff, in BPF_CALL_4() argument
3659 BPF_CALL_4(bpf_skb_adjust_room, struct sk_buff *, skb, s32, len_diff, in BPF_CALL_4() argument
6245 u32, ifindex, u32 *, mtu_len, s32, len_diff, u64, flags) in BPF_CALL_5() argument
6288 u32, ifindex, u32 *, mtu_len, s32, len_diff, u64, flags) in BPF_CALL_5() argument
6568 s32, len) in BPF_CALL_3() argument
/openbmc/linux/include/sound/
H A Dwavefront.h58 typedef int s32; typedef
/openbmc/linux/include/linux/
H A Dhid.h48 __s32 s32; member
/openbmc/qemu/target/m68k/
H A Dtranslate.c3397 TCGv s32; in shift_reg() local
/openbmc/qemu/target/hppa/
H A Dtranslate.c3676 TCGv_i32 s32 = tcg_temp_new_i32(); in trans_shrp_sar() local
/openbmc/qemu/target/arm/tcg/
H A Dtranslate-sve.c1114 TCGv_i32 s32 = tcg_temp_new_i32(); in TRANS_FEAT() local
/openbmc/qemu/target/ppc/
H A Dcpu.h337 int32_t s32[4]; member
/openbmc/qemu/target/s390x/tcg/
H A Dtranslate.c161 struct { TCGv_i32 a, b; } s32; member