Home
last modified time | relevance | path

Searched refs:LE_OUT32 (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/openzfs/lib/libspl/include/os/freebsd/sys/
H A Dbyteorder.h178 #define LE_OUT32(xa, yv) \ macro
183 LE_OUT32((uint8_t *)(xa), yv); \
184 LE_OUT32((uint8_t *)(xa) + 4, (yv) >> 32);
/f-stack/freebsd/contrib/openzfs/lib/libspl/include/os/linux/sys/
H A Dbyteorder.h209 #define LE_OUT32(xa, yv) \ macro
214 LE_OUT32((uint8_t *)(xa), yv); \
215 LE_OUT32((uint8_t *)(xa) + 4, (yv) >> 32);