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

/illumos-gate/usr/src/cmd/cdrw/
H A Dbyteorder.h53 #define CPU_TO_LE16(x) swap16(x) macro
58 #define CPU_TO_LE16(x) (x) macro
64 #define LE16_TO_CPU(x) CPU_TO_LE16(x)
/illumos-gate/usr/src/uts/common/io/i40e/
H A Di40e_osdep.h76 #define CPU_TO_LE16(o) LE_16(o) macro

Completed in 48 milliseconds