Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/
H A Dbyteorder.h192 #define LE_IN8(xa) \ macro
196 (((uint16_t)LE_IN8((uint8_t *)(xa) + 1) << 8) | LE_IN8(xa))