Searched defs:LE32_TO_CPU (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/cmd/cdrw/ | ||
H A D | byteorder.h | 61 #define LE32_TO_CPU(x) CPU_TO_LE32(x) macro |
/illumos-gate/usr/src/uts/common/io/i40e/ | ||
H A D | i40e_osdep.h | 71 #define LE32_TO_CPU(c) LE_32(c) macro |