Home
last modified time | relevance | path

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

1234567

/dports/games/libretro-yabause/yabause-ea5b118/yabause/src/libchdr/deps/flac-1.3.2/src/flac/
H A Dforeign_metadata.c93 FLAC__off_t offset, eof_offset; in read_from_aiff_()
104 eof_offset = (FLAC__off_t)8 + (FLAC__off_t)unpack32be_(buffer+4); in read_from_aiff_()
195 if(fm->is_rf64 && sizeof(FLAC__off_t) < 8) { in read_from_wave_()
202 eof_offset = (FLAC__off_t)8 + (FLAC__off_t)unpack32le_(buffer+4); in read_from_wave_()
272 if(ds64_data_size == (FLAC__off_t)(-1)) { in read_from_wave_()
288 eof_offset = (FLAC__off_t)8 + (FLAC__off_t)unpack64le_(buffer2); in read_from_wave_()
332 FLAC__off_t offset, eof_offset = -1; in read_from_wave64_()
347 if(sizeof(FLAC__off_t) < 8) { in read_from_wave64_()
476 FLAC__off_t offset; in read_from_flac_()
643 …f_(foreign_metadata_t *fm, FILE *fin, FILE *fout, FLAC__off_t offset1, FLAC__off_t offset2, FLAC__… in write_to_iff_()
[all …]
H A Dforeign_metadata.h41 FLAC__off_t offset;
72 … const char *infilename, const char *outfilename, FLAC__off_t offset1, FLAC__off_t offset2, FLAC__…
/dports/audio/flac/flac-1.3.4/src/flac/
H A Dforeign_metadata.c93 FLAC__off_t offset, eof_offset; in read_from_aiff_()
104 eof_offset = (FLAC__off_t)8 + (FLAC__off_t)unpack32be_(buffer+4); in read_from_aiff_()
195 if(fm->is_rf64 && sizeof(FLAC__off_t) < 8) { in read_from_wave_()
202 eof_offset = (FLAC__off_t)8 + (FLAC__off_t)unpack32le_(buffer+4); in read_from_wave_()
272 if(ds64_data_size == (FLAC__off_t)(-1)) { in read_from_wave_()
288 eof_offset = (FLAC__off_t)8 + (FLAC__off_t)unpack64le_(buffer2); in read_from_wave_()
332 FLAC__off_t offset, eof_offset = -1; in read_from_wave64_()
347 if(sizeof(FLAC__off_t) < 8) { in read_from_wave64_()
476 FLAC__off_t offset; in read_from_flac_()
643 …f_(foreign_metadata_t *fm, FILE *fin, FILE *fout, FLAC__off_t offset1, FLAC__off_t offset2, FLAC__… in write_to_iff_()
[all …]
H A Dforeign_metadata.h41 FLAC__off_t offset;
72 … const char *infilename, const char *outfilename, FLAC__off_t offset1, FLAC__off_t offset2, FLAC__…
/dports/audio/sdl2_mixer/SDL2_mixer-2.0.4/external/flac-1.3.2/src/flac/
H A Dforeign_metadata.c93 FLAC__off_t offset, eof_offset; in read_from_aiff_()
104 eof_offset = (FLAC__off_t)8 + (FLAC__off_t)unpack32be_(buffer+4); in read_from_aiff_()
195 if(fm->is_rf64 && sizeof(FLAC__off_t) < 8) { in read_from_wave_()
202 eof_offset = (FLAC__off_t)8 + (FLAC__off_t)unpack32le_(buffer+4); in read_from_wave_()
272 if(ds64_data_size == (FLAC__off_t)(-1)) { in read_from_wave_()
288 eof_offset = (FLAC__off_t)8 + (FLAC__off_t)unpack64le_(buffer2); in read_from_wave_()
332 FLAC__off_t offset, eof_offset = -1; in read_from_wave64_()
347 if(sizeof(FLAC__off_t) < 8) { in read_from_wave64_()
476 FLAC__off_t offset; in read_from_flac_()
643 …f_(foreign_metadata_t *fm, FILE *fin, FILE *fout, FLAC__off_t offset1, FLAC__off_t offset2, FLAC__… in write_to_iff_()
[all …]
H A Dforeign_metadata.h41 FLAC__off_t offset;
72 … const char *infilename, const char *outfilename, FLAC__off_t offset1, FLAC__off_t offset2, FLAC__…
/dports/games/libretro-yabause/yabause-ea5b118/yabause/src/libchdr/deps/flac-1.3.2/src/utils/flacdiff/
H A Dmain.cpp52 …Decoder(AutoFILE &f, FLAC__off_t tgt): tgtpos_((FLAC__uint64)tgt), curpos_(0), go_(true), err_(fal… in Decoder()
72 FLAC__off_t off = ftello(f_); in tell_callback()
109 static bool show_diff(AutoFILE &f1, AutoFILE &f2, FLAC__off_t off) in show_diff()
165 static FLAC__off_t get_diff_offset(AutoFILE &f1, AutoFILE &f2) in get_diff_offset()
167 FLAC__off_t off = 0; in get_diff_offset()
189 FLAC__off_t off; in run()
/dports/audio/flac/flac-1.3.4/src/utils/flacdiff/
H A Dmain.cpp52 …Decoder(AutoFILE &f, FLAC__off_t tgt): tgtpos_((FLAC__uint64)tgt), curpos_(0), go_(true), err_(fal… in Decoder()
72 FLAC__off_t off = ftello(f_); in tell_callback()
109 static bool show_diff(AutoFILE &f1, AutoFILE &f2, FLAC__off_t off) in show_diff()
165 static FLAC__off_t get_diff_offset(AutoFILE &f1, AutoFILE &f2) in get_diff_offset()
167 FLAC__off_t off = 0; in get_diff_offset()
189 FLAC__off_t off; in run()
/dports/audio/sdl2_mixer/SDL2_mixer-2.0.4/external/flac-1.3.2/src/utils/flacdiff/
H A Dmain.cpp52 …Decoder(AutoFILE &f, FLAC__off_t tgt): tgtpos_((FLAC__uint64)tgt), curpos_(0), go_(true), err_(fal… in Decoder()
72 FLAC__off_t off = ftello(f_); in tell_callback()
109 static bool show_diff(AutoFILE &f1, AutoFILE &f2, FLAC__off_t off) in show_diff()
165 static FLAC__off_t get_diff_offset(AutoFILE &f1, AutoFILE &f2) in get_diff_offset()
167 FLAC__off_t off = 0; in get_diff_offset()
189 FLAC__off_t off; in run()
/dports/games/libretro-scummvm/scummvm-7b1e929/backends/platform/libretro/deps/libFLAC/
H A Dmetadata_iterators.c534 FLAC__off_t this_offset; in FLAC__metadata_simple_iterator_prev()
892 FLAC__off_t first_offset, last_offset;
898 FLAC__off_t initial_length;
1025 FLAC__off_t length = 0; in chain_calculate_length_()
1140 …if((FLAC__off_t)chain->tail->data->length + (FLAC__off_t)FLAC__STREAM_METADATA_HEADER_LENGTH == de… in chain_prepare_for_write_()
1189 chain->first_offset = (FLAC__off_t)pos; in chain_read_cb_()
1235 chain->last_offset = (FLAC__off_t)pos; in chain_read_cb_()
1622 …if((FLAC__off_t)chain->tail->data->length + (FLAC__off_t)FLAC__STREAM_METADATA_HEADER_LENGTH == de… in FLAC__metadata_chain_check_if_tempfile_needed()
1638 FLAC__off_t current_length; in FLAC__metadata_chain_write()
1687 FLAC__off_t current_length; in FLAC__metadata_chain_write_with_callbacks()
[all …]
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/libretro-deps/libFLAC/
H A Dmetadata_iterators.c516 FLAC__off_t this_offset; in FLAC__metadata_simple_iterator_prev()
874 FLAC__off_t first_offset, last_offset;
880 FLAC__off_t initial_length;
1007 FLAC__off_t length = 0; in chain_calculate_length_()
1122 …if((FLAC__off_t)chain->tail->data->length + (FLAC__off_t)FLAC__STREAM_METADATA_HEADER_LENGTH == de… in chain_prepare_for_write_()
1171 chain->first_offset = (FLAC__off_t)pos; in chain_read_cb_()
1217 chain->last_offset = (FLAC__off_t)pos; in chain_read_cb_()
1604 …if((FLAC__off_t)chain->tail->data->length + (FLAC__off_t)FLAC__STREAM_METADATA_HEADER_LENGTH == de… in FLAC__metadata_chain_check_if_tempfile_needed()
1620 FLAC__off_t current_length; in FLAC__metadata_chain_write()
1669 FLAC__off_t current_length; in FLAC__metadata_chain_write_with_callbacks()
[all …]
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/libretro-deps/libFLAC/
H A Dmetadata_iterators.c516 FLAC__off_t this_offset; in FLAC__metadata_simple_iterator_prev()
874 FLAC__off_t first_offset, last_offset;
880 FLAC__off_t initial_length;
1007 FLAC__off_t length = 0; in chain_calculate_length_()
1122 …if((FLAC__off_t)chain->tail->data->length + (FLAC__off_t)FLAC__STREAM_METADATA_HEADER_LENGTH == de… in chain_prepare_for_write_()
1171 chain->first_offset = (FLAC__off_t)pos; in chain_read_cb_()
1217 chain->last_offset = (FLAC__off_t)pos; in chain_read_cb_()
1604 …if((FLAC__off_t)chain->tail->data->length + (FLAC__off_t)FLAC__STREAM_METADATA_HEADER_LENGTH == de… in FLAC__metadata_chain_check_if_tempfile_needed()
1620 FLAC__off_t current_length; in FLAC__metadata_chain_write()
1669 FLAC__off_t current_length; in FLAC__metadata_chain_write_with_callbacks()
[all …]
/dports/games/libretro-yabause/yabause-ea5b118/yabause/src/libchdr/deps/flac-1.3.2/src/libFLAC/
H A Dmetadata_iterators.c532 FLAC__off_t this_offset; in FLAC__metadata_simple_iterator_prev()
897 FLAC__off_t first_offset, last_offset;
903 FLAC__off_t initial_length;
1030 FLAC__off_t length = 0; in chain_calculate_length_()
1145 …if((FLAC__off_t)chain->tail->data->length + (FLAC__off_t)FLAC__STREAM_METADATA_HEADER_LENGTH == de… in chain_prepare_for_write_()
1256 chain->last_offset = (FLAC__off_t)pos; in chain_read_cb_()
1634 FLAC__off_t current_length; in FLAC__metadata_chain_check_if_tempfile_needed()
1659 … if((FLAC__off_t)node->data->length + (FLAC__off_t)FLAC__STREAM_METADATA_HEADER_LENGTH == delta) { in FLAC__metadata_chain_check_if_tempfile_needed()
1709 FLAC__off_t current_length; in FLAC__metadata_chain_write()
1758 FLAC__off_t current_length; in FLAC__metadata_chain_write_with_callbacks()
[all …]
/dports/games/kodi-addon-game.libretro.pcsx-rearmed/game.libretro.pcsx-rearmed-22.0.0.19-Matrix/depends/common/pcsx-rearmed/deps/flac-1.3.2/src/libFLAC/
H A Dmetadata_iterators.c532 FLAC__off_t this_offset; in FLAC__metadata_simple_iterator_prev()
897 FLAC__off_t first_offset, last_offset;
903 FLAC__off_t initial_length;
1030 FLAC__off_t length = 0; in chain_calculate_length_()
1145 …if((FLAC__off_t)chain->tail->data->length + (FLAC__off_t)FLAC__STREAM_METADATA_HEADER_LENGTH == de… in chain_prepare_for_write_()
1256 chain->last_offset = (FLAC__off_t)pos; in chain_read_cb_()
1634 FLAC__off_t current_length; in FLAC__metadata_chain_check_if_tempfile_needed()
1659 … if((FLAC__off_t)node->data->length + (FLAC__off_t)FLAC__STREAM_METADATA_HEADER_LENGTH == delta) { in FLAC__metadata_chain_check_if_tempfile_needed()
1709 FLAC__off_t current_length; in FLAC__metadata_chain_write()
1758 FLAC__off_t current_length; in FLAC__metadata_chain_write_with_callbacks()
[all …]
/dports/games/kodi-addon-game.libretro.beetle-psx/game.libretro.beetle-psx-0.9.44.22-Matrix/depends/common/beetle-psx/deps/flac-1.3.3/src/
H A Dmetadata_iterators.c532 FLAC__off_t this_offset; in FLAC__metadata_simple_iterator_prev()
897 FLAC__off_t first_offset, last_offset;
903 FLAC__off_t initial_length;
1030 FLAC__off_t length = 0; in chain_calculate_length_()
1145 …if((FLAC__off_t)chain->tail->data->length + (FLAC__off_t)FLAC__STREAM_METADATA_HEADER_LENGTH == de… in chain_prepare_for_write_()
1256 chain->last_offset = (FLAC__off_t)pos; in chain_read_cb_()
1634 FLAC__off_t current_length; in FLAC__metadata_chain_check_if_tempfile_needed()
1659 … if((FLAC__off_t)node->data->length + (FLAC__off_t)FLAC__STREAM_METADATA_HEADER_LENGTH == delta) { in FLAC__metadata_chain_check_if_tempfile_needed()
1709 FLAC__off_t current_length; in FLAC__metadata_chain_write()
1758 FLAC__off_t current_length; in FLAC__metadata_chain_write_with_callbacks()
[all …]
/dports/games/libretro-beetle_pce_fast/beetle-pce-fast-libretro-67426f4/deps/flac-1.3.3/src/
H A Dmetadata_iterators.c532 FLAC__off_t this_offset; in FLAC__metadata_simple_iterator_prev()
897 FLAC__off_t first_offset, last_offset;
903 FLAC__off_t initial_length;
1030 FLAC__off_t length = 0; in chain_calculate_length_()
1145 …if((FLAC__off_t)chain->tail->data->length + (FLAC__off_t)FLAC__STREAM_METADATA_HEADER_LENGTH == de… in chain_prepare_for_write_()
1256 chain->last_offset = (FLAC__off_t)pos; in chain_read_cb_()
1634 FLAC__off_t current_length; in FLAC__metadata_chain_check_if_tempfile_needed()
1659 … if((FLAC__off_t)node->data->length + (FLAC__off_t)FLAC__STREAM_METADATA_HEADER_LENGTH == delta) { in FLAC__metadata_chain_check_if_tempfile_needed()
1709 FLAC__off_t current_length; in FLAC__metadata_chain_write()
1758 FLAC__off_t current_length; in FLAC__metadata_chain_write_with_callbacks()
[all …]
/dports/audio/flac/flac-1.3.4/src/libFLAC/
H A Dmetadata_iterators.c532 FLAC__off_t this_offset; in FLAC__metadata_simple_iterator_prev()
897 FLAC__off_t first_offset, last_offset;
903 FLAC__off_t initial_length;
1030 FLAC__off_t length = 0; in chain_calculate_length_()
1145 …if((FLAC__off_t)chain->tail->data->length + (FLAC__off_t)FLAC__STREAM_METADATA_HEADER_LENGTH == de… in chain_prepare_for_write_()
1256 chain->last_offset = (FLAC__off_t)pos; in chain_read_cb_()
1634 FLAC__off_t current_length; in FLAC__metadata_chain_check_if_tempfile_needed()
1659 … if((FLAC__off_t)node->data->length + (FLAC__off_t)FLAC__STREAM_METADATA_HEADER_LENGTH == delta) { in FLAC__metadata_chain_check_if_tempfile_needed()
1709 FLAC__off_t current_length; in FLAC__metadata_chain_write()
1758 FLAC__off_t current_length; in FLAC__metadata_chain_write_with_callbacks()
[all …]
/dports/audio/praat/praat-6.2.03/external/flac/
H A Dflac_metadata_iterators.c532 FLAC__off_t this_offset; in FLAC__metadata_simple_iterator_prev()
897 FLAC__off_t first_offset, last_offset;
903 FLAC__off_t initial_length;
1030 FLAC__off_t length = 0; in chain_calculate_length_()
1145 …if((FLAC__off_t)chain->tail->data->length + (FLAC__off_t)FLAC__STREAM_METADATA_HEADER_LENGTH == de… in chain_prepare_for_write_()
1256 chain->last_offset = (FLAC__off_t)pos; in chain_read_cb_()
1634 FLAC__off_t current_length; in FLAC__metadata_chain_check_if_tempfile_needed()
1659 … if((FLAC__off_t)node->data->length + (FLAC__off_t)FLAC__STREAM_METADATA_HEADER_LENGTH == delta) { in FLAC__metadata_chain_check_if_tempfile_needed()
1709 FLAC__off_t current_length; in FLAC__metadata_chain_write()
1758 FLAC__off_t current_length; in FLAC__metadata_chain_write_with_callbacks()
[all …]
/dports/audio/sdl2_mixer/SDL2_mixer-2.0.4/external/flac-1.3.2/src/libFLAC/
H A Dmetadata_iterators.c532 FLAC__off_t this_offset; in FLAC__metadata_simple_iterator_prev()
897 FLAC__off_t first_offset, last_offset;
903 FLAC__off_t initial_length;
1030 FLAC__off_t length = 0; in chain_calculate_length_()
1145 …if((FLAC__off_t)chain->tail->data->length + (FLAC__off_t)FLAC__STREAM_METADATA_HEADER_LENGTH == de… in chain_prepare_for_write_()
1256 chain->last_offset = (FLAC__off_t)pos; in chain_read_cb_()
1634 FLAC__off_t current_length; in FLAC__metadata_chain_check_if_tempfile_needed()
1659 … if((FLAC__off_t)node->data->length + (FLAC__off_t)FLAC__STREAM_METADATA_HEADER_LENGTH == delta) { in FLAC__metadata_chain_check_if_tempfile_needed()
1709 FLAC__off_t current_length; in FLAC__metadata_chain_write()
1758 FLAC__off_t current_length; in FLAC__metadata_chain_write_with_callbacks()
[all …]
/dports/games/libretro-beetle_pce/beetle-pce-libretro-945b7a7/deps/flac-1.3.3/src/
H A Dmetadata_iterators.c532 FLAC__off_t this_offset; in FLAC__metadata_simple_iterator_prev()
897 FLAC__off_t first_offset, last_offset;
903 FLAC__off_t initial_length;
1030 FLAC__off_t length = 0; in chain_calculate_length_()
1145 …if((FLAC__off_t)chain->tail->data->length + (FLAC__off_t)FLAC__STREAM_METADATA_HEADER_LENGTH == de… in chain_prepare_for_write_()
1256 chain->last_offset = (FLAC__off_t)pos; in chain_read_cb_()
1634 FLAC__off_t current_length; in FLAC__metadata_chain_check_if_tempfile_needed()
1659 … if((FLAC__off_t)node->data->length + (FLAC__off_t)FLAC__STREAM_METADATA_HEADER_LENGTH == delta) { in FLAC__metadata_chain_check_if_tempfile_needed()
1709 FLAC__off_t current_length; in FLAC__metadata_chain_write()
1758 FLAC__off_t current_length; in FLAC__metadata_chain_write_with_callbacks()
[all …]
/dports/games/libretro-beetle_pcfx/beetle-pcfx-libretro-7bba669/deps/flac-1.3.2/src/libFLAC/
H A Dmetadata_iterators.c532 FLAC__off_t this_offset; in FLAC__metadata_simple_iterator_prev()
897 FLAC__off_t first_offset, last_offset;
903 FLAC__off_t initial_length;
1030 FLAC__off_t length = 0; in chain_calculate_length_()
1145 …if((FLAC__off_t)chain->tail->data->length + (FLAC__off_t)FLAC__STREAM_METADATA_HEADER_LENGTH == de… in chain_prepare_for_write_()
1256 chain->last_offset = (FLAC__off_t)pos; in chain_read_cb_()
1634 FLAC__off_t current_length; in FLAC__metadata_chain_check_if_tempfile_needed()
1659 … if((FLAC__off_t)node->data->length + (FLAC__off_t)FLAC__STREAM_METADATA_HEADER_LENGTH == delta) { in FLAC__metadata_chain_check_if_tempfile_needed()
1709 FLAC__off_t current_length; in FLAC__metadata_chain_write()
1758 FLAC__off_t current_length; in FLAC__metadata_chain_write_with_callbacks()
[all …]
/dports/games/libretro-beetle_supergrafx/beetle-supergrafx-libretro-c4dd156/deps/flac-1.3.3/src/
H A Dmetadata_iterators.c532 FLAC__off_t this_offset; in FLAC__metadata_simple_iterator_prev()
897 FLAC__off_t first_offset, last_offset;
903 FLAC__off_t initial_length;
1030 FLAC__off_t length = 0; in chain_calculate_length_()
1145 …if((FLAC__off_t)chain->tail->data->length + (FLAC__off_t)FLAC__STREAM_METADATA_HEADER_LENGTH == de… in chain_prepare_for_write_()
1256 chain->last_offset = (FLAC__off_t)pos; in chain_read_cb_()
1634 FLAC__off_t current_length; in FLAC__metadata_chain_check_if_tempfile_needed()
1659 … if((FLAC__off_t)node->data->length + (FLAC__off_t)FLAC__STREAM_METADATA_HEADER_LENGTH == delta) { in FLAC__metadata_chain_check_if_tempfile_needed()
1709 FLAC__off_t current_length; in FLAC__metadata_chain_write()
1758 FLAC__off_t current_length; in FLAC__metadata_chain_write_with_callbacks()
[all …]
/dports/games/libretro-beetle_psx/beetle-psx-libretro-3ec155d/deps/flac-1.3.3/src/
H A Dmetadata_iterators.c532 FLAC__off_t this_offset; in FLAC__metadata_simple_iterator_prev()
897 FLAC__off_t first_offset, last_offset;
903 FLAC__off_t initial_length;
1030 FLAC__off_t length = 0; in chain_calculate_length_()
1145 …if((FLAC__off_t)chain->tail->data->length + (FLAC__off_t)FLAC__STREAM_METADATA_HEADER_LENGTH == de… in chain_prepare_for_write_()
1256 chain->last_offset = (FLAC__off_t)pos; in chain_read_cb_()
1634 FLAC__off_t current_length; in FLAC__metadata_chain_check_if_tempfile_needed()
1659 … if((FLAC__off_t)node->data->length + (FLAC__off_t)FLAC__STREAM_METADATA_HEADER_LENGTH == delta) { in FLAC__metadata_chain_check_if_tempfile_needed()
1709 FLAC__off_t current_length; in FLAC__metadata_chain_write()
1758 FLAC__off_t current_length; in FLAC__metadata_chain_write_with_callbacks()
[all …]
/dports/games/libretro-opera/opera-libretro-5781f68/deps/flac-1.3.3/src/
H A Dmetadata_iterators.c532 FLAC__off_t this_offset; in FLAC__metadata_simple_iterator_prev()
897 FLAC__off_t first_offset, last_offset;
903 FLAC__off_t initial_length;
1030 FLAC__off_t length = 0; in chain_calculate_length_()
1145 …if((FLAC__off_t)chain->tail->data->length + (FLAC__off_t)FLAC__STREAM_METADATA_HEADER_LENGTH == de… in chain_prepare_for_write_()
1256 chain->last_offset = (FLAC__off_t)pos; in chain_read_cb_()
1634 FLAC__off_t current_length; in FLAC__metadata_chain_check_if_tempfile_needed()
1659 … if((FLAC__off_t)node->data->length + (FLAC__off_t)FLAC__STREAM_METADATA_HEADER_LENGTH == delta) { in FLAC__metadata_chain_check_if_tempfile_needed()
1709 FLAC__off_t current_length; in FLAC__metadata_chain_write()
1758 FLAC__off_t current_length; in FLAC__metadata_chain_write_with_callbacks()
[all …]
/dports/games/libretro-pcsx_rearmed/pcsx_rearmed-c2d67cd/deps/flac-1.3.2/src/libFLAC/
H A Dmetadata_iterators.c532 FLAC__off_t this_offset; in FLAC__metadata_simple_iterator_prev()
897 FLAC__off_t first_offset, last_offset;
903 FLAC__off_t initial_length;
1030 FLAC__off_t length = 0; in chain_calculate_length_()
1145 …if((FLAC__off_t)chain->tail->data->length + (FLAC__off_t)FLAC__STREAM_METADATA_HEADER_LENGTH == de… in chain_prepare_for_write_()
1256 chain->last_offset = (FLAC__off_t)pos; in chain_read_cb_()
1634 FLAC__off_t current_length; in FLAC__metadata_chain_check_if_tempfile_needed()
1659 … if((FLAC__off_t)node->data->length + (FLAC__off_t)FLAC__STREAM_METADATA_HEADER_LENGTH == delta) { in FLAC__metadata_chain_check_if_tempfile_needed()
1709 FLAC__off_t current_length; in FLAC__metadata_chain_write()
1758 FLAC__off_t current_length; in FLAC__metadata_chain_write_with_callbacks()
[all …]

1234567