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

/opensolaris-onvv-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)
H A Dbstream.c497 (CPU_TO_LE16(wav->fmt_tag) != 1) ||
498 (CPU_TO_LE16(wav->n_channels) != 2) ||
500 (CPU_TO_LE16(wav->bits_per_sample) != 16) ||

Completed in 87 milliseconds