Home
last modified time | relevance | path

Searched refs:U32_S (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/libarchive/libarchive/
H A Dxxhash.c138 typedef struct _U32_S { U32 v; } _PACKED U32_S; typedef
163 return (((const U32_S *)(x))->v); in A32()
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dlz4_zfs.c302 } U32_S; typedef
312 #define A32(x) (((U32_S *)(x))->v)
/freebsd/sys/cddl/contrib/opensolaris/common/lz4/
H A Dlz4.c296 } U32_S; typedef
306 #define A32(x) (((U32_S *)(__DECONST(void *, x)))->v)