Home
last modified time | relevance | path

Searched defs:unalign (Results 1 – 10 of 10) sorted by relevance

/freebsd/sys/contrib/openzfs/module/zfs/
H A Dlz4.c322 typedef union { U16 u16; U32 u32; reg_t uArch; } __attribute__((packed)) unalign; typedef
/freebsd/sys/contrib/openzfs/module/zstd/lib/common/
H A Dxxhash.c152 typedef union { U32 u32; U64 u64; } __attribute__((packed)) unalign; typedef
/freebsd/sys/contrib/zstd/lib/legacy/
H A Dzstd_v01.c234 typedef union { U16 u16; U32 u32; U64 u64; } __attribute__((packed)) unalign; typedef
H A Dzstd_v03.c161 typedef union { U16 u16; U32 u32; U64 u64; } __attribute__((packed)) unalign; typedef
H A Dzstd_v02.c160 typedef union { U16 u16; U32 u32; U64 u64; } __attribute__((packed)) unalign; typedef
H A Dzstd_v04.c132 typedef union { U16 u16; U32 u32; U64 u64; } __attribute__((packed)) unalign; typedef
H A Dzstd_v05.c153 typedef union { U16 u16; U32 u32; U64 u64; size_t st; } __attribute__((packed)) unalign; typedef
H A Dzstd_v06.c153 typedef union { U16 u16; U32 u32; U64 u64; size_t st; } __attribute__((packed)) unalign; typedef
H A Dzstd_v07.c313 typedef union { U16 u16; U32 u32; U64 u64; size_t st; } __attribute__((packed)) unalign; typedef
/freebsd/sys/contrib/zstd/lib/common/
H A Dxxhash.h1649 typedef union { xxh_u32 u32; } __attribute__((packed)) unalign; typedef