Searched refs:unpack64le_ (Results 1 – 2 of 2) sorted by relevance
40 static FLAC__uint64 unpack64le_(const FLAC__byte *b) in unpack64le_() function119 …ntf("\n RIFF size=%016" PRIx64 "=(%20" PRIu64 ")", unpack64le_((FLAC__byte*)buf+8), unpack64le_… in main()120 …ntf("\n data size=%016" PRIx64 "=(%20" PRIu64 ")", unpack64le_((FLAC__byte*)buf+16), unpack64le… in main()121 …("\n sample count=%016" PRIx64 "=(%20" PRIu64 ")", unpack64le_((FLAC__byte*)buf+24), unpack64le… in main()
51 static FLAC__uint64 unpack64le_(const FLAC__byte *b) in unpack64le_() function271 ds64_data_size = (FLAC__off_t)unpack64le_(buffer2+8); in read_from_wave_()288 eof_offset = (FLAC__off_t)8 + (FLAC__off_t)unpack64le_(buffer2); in read_from_wave_()290 if((FLAC__off_t)unpack64le_(buffer2) < 0 || eof_offset < 0) { in read_from_wave_()353 eof_offset = (FLAC__off_t)unpack64le_(buffer+16); /*@@@ [2^63 limit] */ in read_from_wave64_()366 size = unpack64le_(buffer+16); in read_from_wave64_()