Searched defs:tell (Results 1 – 9 of 9) sorted by relevance
468 long tell; in c_output() local571 long tell; in h_output() local800 long tell; in svc_output() local833 long tell; in clnt_output() local
68 bhnd_erom_io_tell_t *tell; /**< @see bhnd_erom_io_tell() */ member
66 uint64_t FileWriter::tell() { in tell() function in FileWriter
32 size_t tell() const { return NextOffset; } in tell() function in __anon5fdc98580111::BlobAllocator
68 uint64_t tell() const { return OS.tell(); } in tell() function in __anon4bfa4e2c0111::ContiguousBlobAccumulator
71 uint64_t tell() const { return Offset; } in tell() function
134 uint64_t tell() const { return current_pos() + GetNumBytesInBuffer(); } tell() function
56 uint64_t tell() { return OS.tell(); } tell() function in llvm::ProfOStream [all...]
3081 # define tell(s) if (opterr) \ macro