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

12

/external/llvm/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.cpp760 uint64_t raw_svector_ostream::current_pos() const { return OS.size(); } function in class:raw_svector_ostream
787 uint64_t raw_null_ostream::current_pos() const { function in class:raw_null_ostream
/external/swiftshader/third_party/LLVM/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.cpp737 uint64_t raw_svector_ostream::current_pos() const { function in class:raw_svector_ostream
762 uint64_t raw_null_ostream::current_pos() const { function in class:raw_null_ostream
/external/swiftshader/third_party/llvm-subzero/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
/external/llvm/include/llvm/Support/
H A Draw_os_ostream.h31 /// current_pos - Return the current position within the stream, not
33 uint64_t current_pos() const override;
H A Draw_sha1_ostream.h42 uint64_t current_pos() const override { return 0; }
H A Draw_ostream.h92 uint64_t tell() const { return current_pos() + GetNumBytesInBuffer(); }
284 virtual uint64_t current_pos() const = 0;
363 uint64_t current_pos() const override { return pos; }
458 uint64_t current_pos() const override { return OS.size(); }
486 uint64_t current_pos() const override;
512 uint64_t current_pos() const override;
H A DFormattedStream.h46 /// current_pos - Return the current position within the stream,
48 uint64_t current_pos() const override {
H A Dcircular_raw_ostream.h85 /// current_pos - Return the current position within the stream,
88 uint64_t current_pos() const override {
89 // This has the same effect as calling TheStream.current_pos(),
/external/swiftshader/third_party/LLVM/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;
H A Draw_ostream.h84 uint64_t tell() const { return current_pos() + GetNumBytesInBuffer(); }
252 /// current_pos - Return the current position within the stream, not
254 virtual uint64_t current_pos() const = 0;
313 /// current_pos - Return the current position within the stream, not
315 virtual uint64_t current_pos() const { return pos; } function in class:llvm::raw_fd_ostream
430 /// current_pos - Return the current position within the stream, not
432 virtual uint64_t current_pos() const { return OS.size(); } function in class:llvm::raw_string_ostream
454 /// current_pos - Return the current position within the stream, not
456 virtual uint64_t current_pos() const;
480 /// current_pos
[all...]
H A DFormattedStream.h60 /// current_pos - Return the current position within the stream,
62 virtual uint64_t current_pos() const { function in class:llvm::formatted_raw_ostream
63 // This has the same effect as calling TheStream.current_pos(),
H A Dcircular_raw_ostream.h86 /// current_pos - Return the current position within the stream,
89 virtual uint64_t current_pos() const { function in class:llvm::circular_raw_ostream
90 // This has the same effect as calling TheStream.current_pos(),
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A Draw_os_ostream.h31 /// current_pos - Return the current position within the stream, not
33 uint64_t current_pos() const override;
H A Draw_ostream.h98 uint64_t tell() const { return current_pos() + GetNumBytesInBuffer(); }
297 virtual uint64_t current_pos() const = 0;
376 uint64_t current_pos() const override { return pos; }
471 uint64_t current_pos() const override { return OS.size(); }
499 uint64_t current_pos() const override;
526 uint64_t current_pos() const override;
H A Dcircular_raw_ostream.h85 /// current_pos - Return the current position within the stream,
88 uint64_t current_pos() const override {
89 // This has the same effect as calling TheStream.current_pos(),
/external/webrtc/webrtc/modules/audio_coding/neteq/tools/
H A Dinput_audio_file.cc47 const long current_pos = ftell(fp_); local
48 RTC_CHECK_NE(EOF, current_pos)
54 long new_pos = current_pos + sizeof(int16_t) * samples; // Samples to bytes.
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
H A Dbwe_test_fileutils.cc36 int32_t current_pos = ftell(file_); local
39 fseek(file_, current_pos, SEEK_SET);
40 return current_pos == end_pos;
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_create/
H A D1-5.c171 intptr_t stack_start, stack_end, current_pos;
176 current_pos = (intptr_t) & ret;
184 if ((stack_start > current_pos) || (current_pos > stack_end)) {
/external/libbrillo/brillo/streams/
H A Dstream_utils_unittest.cc102 const uint64_t current_pos = 1234; local
107 FROM_HERE, 0, Whence::FROM_BEGIN, current_pos, end_pos, &pos, nullptr));
111 FROM_HERE, 0, Whence::FROM_CURRENT, current_pos, end_pos, &pos, nullptr));
112 EXPECT_EQ(current_pos, pos);
115 FROM_HERE, 0, Whence::FROM_END, current_pos, end_pos, &pos, nullptr));
119 FROM_HERE, 10, Whence::FROM_BEGIN, current_pos, end_pos, &pos, nullptr));
123 FROM_HERE, 10, Whence::FROM_CURRENT, current_pos, end_pos, &pos,
125 EXPECT_EQ(current_pos + 10, pos);
128 FROM_HERE, 10, Whence::FROM_END, current_pos, end_pos, &pos, nullptr));
132 FROM_HERE, -10, Whence::FROM_CURRENT, current_pos, end_po
[all...]
/external/llvm/lib/MC/
H A DMCLinkerOptimizationHint.cpp48 uint64_t current_pos() const override { return Count; }
/external/webrtc/webrtc/p2p/base/
H A Dstun.cc144 size_t current_pos = kStunHeaderSize; local
146 while (current_pos < size) {
149 attr_type = rtc::GetBE16(&data[current_pos]);
150 attr_length = rtc::GetBE16(&data[current_pos + sizeof(attr_type)]);
155 current_pos + attr_length > size) {
163 current_pos += sizeof(attr_type) + sizeof(attr_length) + attr_length;
165 current_pos += (4 - (attr_length % 4));
174 size_t mi_pos = current_pos;
175 rtc::scoped_ptr<char[]> temp_data(new char[current_pos]);
176 memcpy(temp_data.get(), data, current_pos);
[all...]
/external/v8/src/compiler/
H A Dgraph-visualizer.cc625 UsePosition* current_pos = range->first_pos(); local
626 while (current_pos != nullptr) {
627 if (current_pos->RegisterIsBeneficial() || FLAG_trace_all_uses) {
628 os_ << " " << current_pos->pos().value() << " M";
630 current_pos = current_pos->next();
/external/libtextclassifier/smartselect/
H A Dfeature-processor.cc96 int current_pos = it->start; local
99 current_pos,
100 current_pos + std::distance(last_start, split_point));
103 current_pos = new_token.end;

Completed in 675 milliseconds

12