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

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

Completed in 68 milliseconds