Searched refs:save_offset (Results 1 - 2 of 2) sorted by relevance

/external/flac/libFLAC/
H A Dmetadata_iterators.c3055 off_t save_offset = iterator->offset[iterator->depth]; local
3058 if(0 != fseeko(iterator->file, save_offset + (off_t)FLAC__STREAM_METADATA_HEADER_LENGTH + (off_t)iterator->length, SEEK_SET)) {
3118 while(iterator->offset[iterator->depth] + (off_t)FLAC__STREAM_METADATA_HEADER_LENGTH + (off_t)iterator->length < save_offset)
3126 iterator->offset[0] = save_offset;
/external/pcre/dist/
H A Dpcre_compile.c6020 size_t save_offset = save_hwm - cd->start_workspace; local
6024 save_hwm = (pcre_uchar *)cd->start_workspace + save_offset;
6102 size_t save_offset = save_hwm - cd->start_workspace; local
6106 save_hwm = (pcre_uchar *)cd->start_workspace + save_offset;

Completed in 138 milliseconds