Lines Matching refs:LE_INT
90 #define LE_INT(v) (v)
96 #define LE_INT(v) bswap_32(v)
343 *samp8++ = LE_INT(res.i);
344 *samp8++ = LE_INT(res.i) >> 8;
345 *samp8++ = LE_INT(res.i) >> 16;
355 *samp8++ = LE_INT(res.i);
356 *samp8++ = LE_INT(res.i) >> 8;
357 *samp8++ = LE_INT(res.i) >> 16;
368 *samp32++ = LE_INT(res.i);
748 if (header.body.rate != LE_INT(rate)) {
750 LE_INT(header.body.rate), wav_file[channel]);
762 wav_file_size[channel] = LE_INT(header.chunk.length);