Searched refs:current_pos (Results 1 - 13 of 13) sorted by relevance

/macosx-10.10/llvmCore-3425.0.34/lib/Support/
H A Draw_os_ostream.cpp30 uint64_t raw_os_ostream::current_pos() const { return OS.tellp(); } function in class:raw_os_ostream
H A Draw_ostream.cpp756 uint64_t raw_svector_ostream::current_pos() const { function in class:raw_svector_ostream
781 uint64_t raw_null_ostream::current_pos() const { function in class:raw_null_ostream
/macosx-10.10/llvmCore-3425.0.34/include/llvm/Support/
H A Draw_os_ostream.h31 /// current_pos - Return the current position within the stream, not
33 virtual uint64_t current_pos() const LLVM_OVERRIDE;
H A Draw_ostream.h85 uint64_t tell() const { return current_pos() + GetNumBytesInBuffer(); }
266 /// current_pos - Return the current position within the stream, not
268 virtual uint64_t current_pos() const = 0;
327 /// current_pos - Return the current position within the stream, not
329 virtual uint64_t current_pos() const LLVM_OVERRIDE { return pos; }
448 /// current_pos - Return the current position within the stream, not
450 virtual uint64_t current_pos() const LLVM_OVERRIDE { return OS.size(); }
472 /// current_pos - Return the current position within the stream, not
474 virtual uint64_t current_pos() const LLVM_OVERRIDE;
498 /// current_pos
[all...]
H A DFormattedStream.h60 /// current_pos - Return the current position within the stream,
62 virtual uint64_t current_pos() const LLVM_OVERRIDE {
H A Dcircular_raw_ostream.h86 /// current_pos - Return the current position within the stream,
89 virtual uint64_t current_pos() const LLVM_OVERRIDE {
90 // This has the same effect as calling TheStream.current_pos(),
/macosx-10.10/cxxfilt-11/cxxfilt/bfd/
H A Dliboasys.h47 file_ptr current_pos; member in struct:_oasys_per_section
H A Dlibieee.h57 file_ptr current_pos; member in struct:ieee_per_section
/macosx-10.10/ruby-106/ruby/ext/tk/lib/tk/
H A Dtimer.rb118 if @current_pos >= @proc_max
120 @current_pos = 0
140 cmd, *cmd_args = @loop_proc[@current_pos]
141 @current_pos += 1
177 @current_pos = 0
293 @current_pos = 0
372 @current_pos = 0
420 @current_pos = 0
602 if @current_pos >= @proc_max
604 @current_pos
[all...]
/macosx-10.10/ruby-106/ruby/ext/tk/lib/tkextlib/tcllib/
H A Ddiagrams.rb55 alias current_pos currentpos
57 alias current_pos= currentpos
/macosx-10.10/bind9-45.101/bind9/lib/dns/
H A Djournal.c914 journal_pos_t current_pos; local
926 current_pos = j->header.begin;
927 index_find(j, serial, &current_pos);
929 while (current_pos.serial != serial) {
930 if (DNS_SERIAL_GT(current_pos.serial, serial))
932 result = journal_next(j, &current_pos);
936 *pos = current_pos;
2007 journal_pos_t current_pos; local
2091 current_pos = best_guess;
2092 while (current_pos
[all...]
/macosx-10.10/ntfs-84/kext/
H A Dntfs_index.c1101 s64 current_pos; local
1116 current_pos = 0;
1143 if (current_pos + ictx->nr_entries - 1 > pos) {
1148 if (current_pos < pos) {
1151 nr = ictx->entry_nr + (pos - current_pos);
1157 current_pos = pos;
1158 } else if (current_pos > pos)
1159 panic("%s(): current_pos > pos\n",
1167 current_pos += ictx->nr_entries - 1;
1201 if (current_pos
[all...]
/macosx-10.10/vim-55/runtime/ftplugin/
H A Docaml.vim383 let s:current_pos = getpos('.')
399 call setpos('.',s:current_pos)

Completed in 180 milliseconds