HomeSort by relevance Sort by last modified time
    Searched full:brword (Results 1 - 2 of 2) sorted by null

  /external/flac/libFLAC/
bitreader.c 54 /* WATCHOUT: there are a few places where the code will not work unless brword is >= 32 bits wide */
56 typedef FLAC__uint32 brword; typedef
60 /* SWAP_BE_WORD_TO_HOST swaps bytes in a brword (which is always big-endian) if necessary to match host byte order */
139 brword *buffer;
178 static FLaC__INLINE void crc16_update_word_(FLAC__BitReader *br, brword word)
232 /* before reading, if the existing reader looks like this (say brword is 32 bits wide)
333 br->buffer = (brword*)malloc(sizeof(brword) * br->capacity);
413 const brword tail = br->buffer[br->consumed_words];
461 const brword word = br->buffer[br->consumed_words]
    [all...]
  /external/flac/libFLAC/ia32/
bitreader_asm.nasm 55 ; WATCHOUT: code only works if sizeof(brword)==32; we can make things much faster with this assertion
148 ;; edx byteswapped brword to CRC
205 ;; edx current brword 'b'
224 ;; edx byteswapped brword to CRC
400 mov edx, [edx + 4*esi] ; const brword word = br->buffer[cwords];
445 ;; edx byteswapped brword to CRC

Completed in 49 milliseconds