Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/lib/libspl/include/os/freebsd/sys/
H A Dbyteorder.h174 #define LE_OUT16(xa, yv) \ macro
179 LE_OUT16((uint8_t *)(xa), yv); \
180 LE_OUT16((uint8_t *)(xa) + 2, (yv) >> 16);
/f-stack/freebsd/contrib/openzfs/lib/libspl/include/os/linux/sys/
H A Dbyteorder.h205 #define LE_OUT16(xa, yv) \ macro
210 LE_OUT16((uint8_t *)(xa), yv); \
211 LE_OUT16((uint8_t *)(xa) + 2, (yv) >> 16);