Searched refs:unpack32le_ (Results 1 – 2 of 2) sorted by relevance
35 static FLAC__uint32 unpack32le_(const FLAC__byte *b) in unpack32le_() function50 return unpack32le_(b); in unpack32_()122 …printf("\n table size=%08x=(%10u)", unpack32le_((FLAC__byte*)buf+32), unpack32le_((FLAC__byte*)… in main()
46 static FLAC__uint32 unpack32le_(const FLAC__byte *b) in unpack32le_() function201 if(!fm->is_rf64 || unpack32le_(buffer+4) != 0xffffffff) { in read_from_wave_()202 eof_offset = (FLAC__off_t)8 + (FLAC__off_t)unpack32le_(buffer+4); in read_from_wave_()218 size = unpack32le_(buffer+4); in read_from_wave_()258 size = unpack32le_(buffer+4); in read_from_wave_()284 if(unpack32le_(buffer2+24)) { in read_from_wave_()296 if(fm->is_rf64 && !memcmp(buffer, "data", 4) && unpack32le_(buffer+4) == 0xffffffff) { in read_from_wave_()