Home
last modified time | relevance | path

Searched refs:seek_forward (Results 1 – 25 of 110) sorted by relevance

12345

/dports/math/polymake/polymake-4.5/lib/core/include/internal/
H A DCharBuffer.h47 static int_type seek_forward(std::streambuf* buf_, size_type offset) in seek_forward() function
60 for (int_type c; (c = seek_forward(buf, offset)) != eof_char; ++offset)
69 for (int_type c; (c = seek_forward(buf, offset)) != eof_char; ++offset)
91 if (seek_forward(buf, offset) != eof_char) {
106 while ((next_c = seek_forward(buf, 0)) != eof_char) { in ignore()
125 seek_forward(buf, offset+len-1) != eof_char) { in find_string_forward()
/dports/math/polymake/polymake-4.5/lib/core/src/
H A DPlainParser.cc36 CharBuffer::seek_forward(mybuf, offset) != '\n' && in count_words()
82 return CharBuffer::seek_forward(mybuf, offset+1) == '\n'; in lone_clause_on_line()
259 switch (CharBuffer::seek_forward(mybuf, 0)) { in probe_inf()
271 if ((offset == 0 || CharBuffer::seek_forward(mybuf, offset) == 'i') && in probe_inf()
272 CharBuffer::seek_forward(mybuf, offset+1) == 'n' && in probe_inf()
273 CharBuffer::seek_forward(mybuf, offset+2) == 'f') { in probe_inf()
/dports/biology/diamond/diamond-2.0.13/src/util/io/
H A Ddeserializer.cpp66 void Deserializer::seek_forward(size_t n) in seek_forward() function in Deserializer
68 buffer_->seek_forward(n); in seek_forward()
108 bool Deserializer::seek_forward(char delimiter) in seek_forward() function in Deserializer
H A Dinput_stream_buffer.cpp55 void InputStreamBuffer::seek_forward(size_t n) in seek_forward() function in InputStreamBuffer
57 prev_->seek_forward(n); in seek_forward()
H A Ddeserializer.h42 void seek_forward(size_t n);
43 bool seek_forward(char delimiter);
H A Dfile_source.h30 virtual void seek_forward(size_t n) override;
H A Dinput_stream_buffer.h34 virtual void seek_forward(size_t n) override;
H A Dstream_entity.h47 virtual void seek_forward(size_t n) in seek_forward() function
H A Dfile_source.cpp97 void FileSource::seek_forward(size_t n) in seek_forward() function in FileSource
/dports/archivers/opkg-openwrt/opkg-b07cde3/libbb/
H A Dunarchive.c43 static ssize_t seek_forward(struct gzip_handle *zh, ssize_t len) in seek_forward() function
136 seek_forward(src_stream, file_entry->size); in extract_archive()
170 seek_forward(src_stream, in extract_archive()
246 seek_forward(src_stream, file_entry->size); in extract_archive()
323 seek_forward(src_stream, file_entry->size); in unarchive()
360 seek_forward(tar_stream, 512 - (archive_offset % 512)); in get_header_tar()
587 seek_forward(&tar_outer, tar_header->size); in deb_extract()
/dports/multimedia/mencoder/mplayer-export-2021-12-29/stream/
H A Dstream_file.c92 static int seek_forward(stream_t *s, int64_t newpos) { in seek_forward() function
217 if(mode == STREAM_READ) stream->seek = seek_forward; in open_f()
/dports/multimedia/mplayer/mplayer-export-2021-12-29/stream/
H A Dstream_file.c92 static int seek_forward(stream_t *s, int64_t newpos) { in seek_forward() function
217 if(mode == STREAM_READ) stream->seek = seek_forward; in open_f()
/dports/audio/vorbis-tools/vorbis-tools-1.4.2/oggenc/
H A Daudio.c100 static int seek_forward(FILE *in, unsigned int length) in seek_forward() function
136 if(!seek_forward(in, *len)) in find_wav_chunk()
177 if(!seek_forward(in, *len)) in find_aiff_chunk()
276 (len > readlen && !seek_forward(in, len-readlen))) in aiff_open()
375 seek_forward(in, format.offset); /* Swallow some data */ in aiff_open()
/dports/multimedia/gstreamer1-validate/gst-validate-1.16.1/data/scenarios/
H A DMakefile.am3 seek_forward.scenario \
/dports/textproc/sary/sary-1.2.0/sary/
H A Dsearcher.c63 SeekFunc seek_forward; member
390 seeker.seek_forward = seek_lines_forward; in sary_searcher_get_next_context_lines2()
436 seeker.seek_forward = seek_tag_forward; in sary_searcher_get_next_tagged_region2()
725 tail = seeker->seek_forward(cursor, eof, seeker->forward_data); in get_next_region()
752 tail = seeker->seek_forward(next, eof, seeker->forward_data); in join_subsequent_region()
/dports/audio/opus-tools/opus-tools-0.2/src/
H A Daudio-in.c172 static int seek_forward(FILE *in, ogg_int64_t length) in seek_forward() function
220 if (!seek_forward(in, (ogg_int64_t)chunklen + (chunklen & 1))) in find_wav_chunk()
255 if (!seek_forward(in, (ogg_int64_t)chunklen + (chunklen & 1))) in find_aiff_chunk()
280 if (!seek_forward(in, (ogg_int64_t)(chunklen - readlen) + (chunklen & 1))) in read_chunk()
457 seek_forward(in, format.offset); /* Swallow some data */ in aiff_open()
/dports/devel/interactive_rebase_tool/git-interactive-rebase-tool-1.2.1/cargo-crates/libgit2-sys-0.7.11/libgit2/src/
H A Drefdb_fs.c1553 #define seek_forward(_increase) do { \ in reflog_parse() macro
1571 seek_forward(GIT_OID_HEXSZ + 1); in reflog_parse()
1575 seek_forward(GIT_OID_HEXSZ + 1); in reflog_parse()
1581 seek_forward(1); in reflog_parse()
1588 seek_forward(1); in reflog_parse()
1592 seek_forward(1); in reflog_parse()
1600 seek_forward(1); in reflog_parse()
1608 #undef seek_forward in reflog_parse()
/dports/audio/rhythmbox/rhythmbox-3.4.4/plugins/lirc/
H A Drhythmbox_lirc_default75 config = seek_forward
/dports/devel/R-cran-git2r/git2r/src/libgit2/src/
H A Drefdb_fs.c1603 #define seek_forward(_increase) do { \ in reflog_parse() macro
1621 seek_forward(GIT_OID_HEXSZ + 1); in reflog_parse()
1625 seek_forward(GIT_OID_HEXSZ + 1); in reflog_parse()
1631 seek_forward(1); in reflog_parse()
1638 seek_forward(1); in reflog_parse()
1642 seek_forward(1); in reflog_parse()
1650 seek_forward(1); in reflog_parse()
1658 #undef seek_forward in reflog_parse()
/dports/devel/gbump/gbump-1.0.1/cargo-crates/libgit2-sys-0.9.1/libgit2/src/
H A Drefdb_fs.c1613 #define seek_forward(_increase) do { \ in reflog_parse() macro
1631 seek_forward(GIT_OID_HEXSZ + 1); in reflog_parse()
1635 seek_forward(GIT_OID_HEXSZ + 1); in reflog_parse()
1641 seek_forward(1); in reflog_parse()
1648 seek_forward(1); in reflog_parse()
1652 seek_forward(1); in reflog_parse()
1660 seek_forward(1); in reflog_parse()
1668 #undef seek_forward in reflog_parse()
/dports/biology/iolib/io_lib-io_lib-1-14-10/progs/
H A Dhash_tar.c71 void seek_forward(FILE *fp, int size) { in seek_forward() function
237 seek_forward(fp, size); in accumulate()
/dports/audio/wavegain/WaveGain-1.2.8/
H A Daudio.c312 static int seek_forward(FILE *in, Int64_t length) in seek_forward() function
344 if (!seek_forward(in, *len)) in find_wav_chunk()
391 if (!seek_forward(in, *len)) in find_aiff_chunk()
549 seek_forward(in, format.offset); /* Swallow some data */ in aiff_open()
618 if (len - 16 > 0 && !seek_forward(in, len - 16)) in wav_open()
/dports/biology/diamond/diamond-2.0.13/src/data/dmnd/
H A Ddmnd.cpp417 if(!seek_forward('\xff')) in skip_seq()
419 if(!seek_forward('\0')) in skip_seq()
588 if (!seek_forward('\0')) throw std::runtime_error("Unexpected end of file."); in skip_id_data()
/dports/multimedia/gmerlin/gmerlin-1.2.0/apps/player/
H A Dmainmenu.c128 GtkWidget * seek_forward; member
489 else if(w == the_menu->command_menu.seek_forward) in menu_callback()
1061 ret->command_menu.seek_forward = in main_menu_create()
1063 gtk_widget_add_accelerator(ret->command_menu.seek_forward, "activate", in main_menu_create()
/dports/print/limereport/LimeReport-1.5.35/3rdparty/zint-2.6.1/backend/
H A Dgridmtx.c121 static int seek_forward(int gbdata[], const size_t length, const size_t position, int current_mode)… in seek_forward() function
386 next_mode = seek_forward(gbdata, length, sp, current_mode); in gm_encode()

12345