Home | History | Annotate | Download | only in libFLAC

Lines Matching refs:SWAP_BE_WORD_TO_HOST

56 /* WATCHOUT: if you change this you must also change the following #defines down to SWAP_BE_WORD_TO_HOST below to match */
62 /* SWAP_BE_WORD_TO_HOST swaps bytes in a bwword (which is always big-endian) if necessary to match host byte order */
64 #define SWAP_BE_WORD_TO_HOST(x) (x)
67 #define SWAP_BE_WORD_TO_HOST(x) local_swap32_(x)
69 #define SWAP_BE_WORD_TO_HOST(x) ntohl(x)
286 bw->buffer[bw->words] = SWAP_BE_WORD_TO_HOST(bw->accum << (FLAC__BITS_PER_WORD-bw->bits));
321 bw->buffer[bw->words++] = SWAP_BE_WORD_TO_HOST(bw->accum);
367 bw->buffer[bw->words++] = SWAP_BE_WORD_TO_HOST(bw->accum);
373 bw->buffer[bw->words++] = SWAP_BE_WORD_TO_HOST(val);
573 bw->buffer[bw->words++] = SWAP_BE_WORD_TO_HOST(bw->accum);
611 bw->buffer[bw->words++] = SWAP_BE_WORD_TO_HOST(bw->accum);
645 bw->buffer[bw->words++] = SWAP_BE_WORD_TO_HOST(bw->accum);