Home
last modified time | relevance | path

Searched refs:current_pos (Results 1 – 9 of 9) sorted by relevance

/minix3/external/bsd/kyua-cli/dist/utils/
H A Dstream.cpp51 const std::streampos current_pos = is.tellg(); in stream_length() local
55 is.seekg(current_pos, std::ios::beg); in stream_length()
58 is.seekg(current_pos, std::ios::beg); in stream_length()
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Support/
H A Draw_ostream.h93 uint64_t tell() const { return current_pos() + GetNumBytesInBuffer(); } in tell()
282 virtual uint64_t current_pos() const = 0;
343 uint64_t current_pos() const override { return pos; } in current_pos() function
448 uint64_t current_pos() const override { return OS.size(); } in current_pos() function
472 uint64_t current_pos() const override;
498 uint64_t current_pos() const override;
H A Draw_os_ostream.h33 uint64_t current_pos() const override;
H A Dcircular_raw_ostream.h89 uint64_t current_pos() const override { in current_pos() function
H A DFormattedStream.h64 uint64_t current_pos() const override { in current_pos() function
/minix3/external/bsd/llvm/dist/llvm/lib/Support/
H A Draw_os_ostream.cpp30 uint64_t raw_os_ostream::current_pos() const { return OS.tellp(); } in current_pos() function in raw_os_ostream
H A Draw_ostream.cpp789 uint64_t raw_svector_ostream::current_pos() const { in current_pos() function in raw_svector_ostream
814 uint64_t raw_null_ostream::current_pos() const { in current_pos() function in raw_null_ostream
/minix3/external/bsd/bind/dist/lib/dns/
H A Djournal.c945 journal_pos_t current_pos; in journal_find() local
957 current_pos = j->header.begin; in journal_find()
958 index_find(j, serial, &current_pos); in journal_find()
960 while (current_pos.serial != serial) { in journal_find()
961 if (DNS_SERIAL_GT(current_pos.serial, serial)) in journal_find()
963 result = journal_next(j, &current_pos); in journal_find()
967 *pos = current_pos; in journal_find()
2092 journal_pos_t current_pos; in dns_journal_compact() local
2176 current_pos = best_guess; in dns_journal_compact()
2177 while (current_pos.serial != serial) { in dns_journal_compact()
[all …]
/minix3/external/bsd/llvm/dist/llvm/include/llvm/MC/
H A DMCLinkerOptimizationHint.h140 uint64_t current_pos() const override { return Count; } in getEmitSize()