Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/proc/
H A Dsetns-sysvipc.c120 #define S32 " key shmid perms size cpid lpid nattch uid gid cuid cgid … in main() macro
/linux/drivers/message/fusion/lsi/
H A Dmpi_type.h53 typedef int32_t S32; typedef
/linux/lib/zstd/common/
H A Dmem.h38 typedef int32_t S32; typedef
/linux/lib/lz4/
H A Dlz4defs.h53 typedef int32_t S32; global() typedef
/linux/drivers/net/ethernet/freescale/fs_enet/
H A Dmac-fcc.c50 #define S32(_p, _m, _v) W32(_p, _m, R32(_p, _m) | (_v)) macro
H A Dmac-scc.c59 #define S32(_p, _m, _v) W32(_p, _m, R32(_p, _m) | (_v)) macro
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dreg_bounds.c65 enum num_t { U64, first_t = U64, U32, S64, S32, last_t = S32 }; enumerator