Home
last modified time | relevance | path

Searched defs:CPU_TO_LE16 (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/cdrw/
H A Dbyteorder.h51 #define CPU_TO_LE16(x) swap16(x) macro
/illumos-gate/usr/src/uts/common/io/i40e/
H A Di40e_osdep.h67 #define CPU_TO_LE16(o) LE_16(o) macro