| /src/external/apache2/llvm/dist/llvm/lib/Support/ |
| raw_os_ostream.cpp | 29 uint64_t raw_os_ostream::current_pos() const { return OS.tellp(); } function in class:raw_os_ostream
|
| raw_ostream.cpp | 951 uint64_t raw_svector_ostream::current_pos() const { return OS.size(); } function in class:raw_svector_ostream 978 uint64_t raw_null_ostream::current_pos() const { function in class:raw_null_ostream
|
| /src/external/bsd/kyua-cli/dist/utils/ |
| stream.cpp | 51 const std::streampos current_pos = is.tellg(); local 55 is.seekg(current_pos, std::ios::beg); 58 is.seekg(current_pos, std::ios::beg);
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
| raw_os_ostream.h | 30 /// current_pos - Return the current position within the stream, not 32 uint64_t current_pos() const override;
|
| raw_sha1_ostream.h | 41 uint64_t current_pos() const override { return 0; }
|
| circular_raw_ostream.h | 84 /// current_pos - Return the current position within the stream, 87 uint64_t current_pos() const override { 88 // This has the same effect as calling TheStream.current_pos(),
|
| raw_ostream.h | 132 uint64_t tell() const { return current_pos() + GetNumBytesInBuffer(); } 350 virtual uint64_t current_pos() const = 0; 455 uint64_t current_pos() const override { return pos; } 622 uint64_t current_pos() const override { return OS.size(); } 656 uint64_t current_pos() const override; 687 uint64_t current_pos() const override;
|
| FormattedStream.h | 57 /// current_pos - Return the current position within the stream, 59 uint64_t current_pos() const override {
|
| /src/external/apache2/llvm/dist/llvm/lib/MC/ |
| MCLinkerOptimizationHint.cpp | 49 uint64_t current_pos() const override { return Count; }
|
| /src/usr.sbin/inetd/ |
| parse.c | 139 char *current_pos; local 155 current_pos = nextline(fconfig); 157 while ((cp = getconfigent(¤t_pos)) != NULL) { 385 getconfigent(char **current_pos) 395 * Pre-condition: current_pos points into line, 399 cp = *current_pos; 534 *current_pos = cp; 541 *current_pos = cp; 563 *current_pos = cp; 787 *current_pos = nextline(fconfig) [all...] |
| /src/external/mpl/bind/dist/lib/dns/ |
| journal.c | 1101 journal_pos_t current_pos; local 1116 current_pos = j->header.begin; 1117 index_find(j, serial, ¤t_pos); 1119 while (current_pos.serial != serial) { 1120 if (DNS_SERIAL_GT(current_pos.serial, serial)) { 1123 result = journal_next(j, ¤t_pos); 1128 *pos = current_pos; 2449 journal_pos_t current_pos; local 2562 current_pos = best_guess; 2563 while (current_pos.serial != serial) [all...] |
| /src/external/mpl/dhcp/bind/dist/lib/dns/ |
| journal.c | 1119 journal_pos_t current_pos; local 1134 current_pos = j->header.begin; 1135 index_find(j, serial, ¤t_pos); 1137 while (current_pos.serial != serial) { 1138 if (DNS_SERIAL_GT(current_pos.serial, serial)) { 1141 result = journal_next(j, ¤t_pos); 1146 *pos = current_pos; 2467 journal_pos_t current_pos; local 2579 current_pos = best_guess; 2580 while (current_pos.serial != serial) [all...] |
| /src/external/mit/libuv/dist/src/win/ |
| fs-fd-hash-inl.h | 50 LARGE_INTEGER current_pos; member in struct:uv__fd_info_s
|
| fs.c | 427 fd_info.current_pos.QuadPart = 0; 739 pos = fd_info->current_pos; 807 fd_info->current_pos = end_pos; 933 pos = fd_info->current_pos; 957 fd_info->current_pos.QuadPart = 0; 1011 fd_info->current_pos = end_pos; 2341 fd_info.current_pos.QuadPart = 0; 2366 fd_info.current_pos.QuadPart = 0;
|
| /src/external/bsd/unbound/dist/sldns/ |
| str2wire.c | 1389 uint8_t* current_pos = (rd + 4 + (sizeof(uint16_t) * i)); local 1390 uint16_t key = sldns_read_uint16(current_pos); 1392 if (key == sldns_read_uint16(current_pos + 2)) {
|
| /src/external/gpl3/binutils/dist/binutils/ |
| readelf.c | 25095 uint64_t current_pos; 25102 current_pos = ftell (filedata->handle); 25163 if (fseek64 (filedata->handle, current_pos, SEEK_SET) != 0) 25092 uint64_t current_pos; local
|
| /src/external/gpl3/binutils.old/dist/binutils/ |
| readelf.c | 23962 uint64_t current_pos; 23969 current_pos = ftell (filedata->handle); 24030 if (fseek64 (filedata->handle, current_pos, SEEK_SET) != 0) 23959 uint64_t current_pos; local
|