Home
last modified time | relevance | path

Searched refs:FLAC__off_t (Results 1 – 3 of 3) sorted by relevance

/external/flac/include/share/
Dcompat.h51 #define FLAC__off_t __int64 /* use this instead of off_t to fix the 2 GB limit */ macro
62 #define FLAC__off_t off_t macro
/external/flac/libFLAC/
Dstream_decoder.c3362 else if(fseeko(decoder->private_->file, (FLAC__off_t)absolute_byte_offset, SEEK_SET) < 0) in file_seek_callback_()
3370 FLAC__off_t pos; in file_tell_callback_()
Dstream_encoder.c4466 if(fseeko(encoder->private_->file, (FLAC__off_t)absolute_byte_offset, SEEK_SET) < 0)
4474 FLAC__off_t offset;