Searched defs:pos_ (Results 1 - 25 of 30) sorted by relevance

12

/external/v8/src/ast/
H A Dprettyprinter.h108 int pos_; // current printing position member in class:v8::internal::final
H A Dast-value-factory.cc43 literal_bytes_(lb), pos_(0) {}
45 bool HasMore() { return pos_ < literal_bytes_.length(); }
46 uint16_t GetNext() { return literal_bytes_[pos_++]; }
50 int pos_; member in class:v8::internal::__anon21431::OneByteStringStream
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_flag_parser.h89 uptr pos_; member in class:__sanitizer::FlagParser
/external/v8/src/
H A Dlog-utils.h96 int pos_; member in class:v8::internal::Log::BASE_EMBEDDED
H A Dassembler.h297 INLINE(void Unuse()) { pos_ = 0; }
300 INLINE(bool is_bound() const) { return pos_ < 0; }
301 INLINE(bool is_unused() const) { return pos_ == 0 && near_link_pos_ == 0; }
302 INLINE(bool is_linked() const) { return pos_ > 0; }
311 // pos_ encodes both the binding state (via its sign)
314 // pos_ < 0 bound label, pos() returns the jump target position
315 // pos_ == 0 unused label
316 // pos_ > 0 linked label, pos() returns the last reference position
317 int pos_; member in class:v8::internal::Label
319 // Behaves like |pos_| i
735 byte* pos_; member in class:v8::internal::BASE_EMBEDDED
797 byte* pos_; member in class:v8::internal::RelocIterator
[all...]
/external/libchrome/base/json/
H A Djson_parser.h133 const char* pos_; member in class:base::internal::JSONParser::StringBuilder
135 // Number of bytes in |pos_| that make up the string being built.
231 const char* pos_; member in class:base::internal::JSONParser
/external/webp/src/utils/
H A Dbit_reader_utils.h125 size_t pos_; // byte position in buf_ member in struct:__anon24249
152 assert(br->pos_ <= br->len_);
153 return br->eos_ || ((br->pos_ == br->len_) && (br->bit_pos_ > VP8L_LBITS));
H A Dbit_writer_utils.h33 size_t pos_; member in struct:VP8BitWriter
58 return (bw->pos_ + bw->run_) * 8 + nb_bits;
67 return bw->pos_;
/external/webrtc/webrtc/base/
H A Dstream_unittest.cc24 TestStream() : pos_(0) { }
31 uc_buffer[i] = static_cast<unsigned char>(pos_++);
45 pos_ = position;
49 if (position) *position = pos_;
60 size_t pos_; member in class:rtc::TestStream
/external/webrtc/webrtc/common_audio/
H A Dwav_header_unittest.cc24 pos_(0),
30 pos_(0),
37 EXPECT_EQ(size_, pos_);
43 EXPECT_GE(size_, pos_ + num_bytes);
46 const size_t bytes_remaining = size_ - pos_;
54 memcpy(buf, &buf_[pos_], num_bytes);
55 pos_ += num_bytes;
62 size_t pos_; member in class:webrtc::ReadableWavBuffer
/external/icu/icu4c/source/common/unicode/
H A Dbytestrie.h68 pos_(bytes_), remainingMatchLength_(-1) {}
84 pos_(other.pos_), remainingMatchLength_(other.remainingMatchLength_) {}
92 pos_=bytes_;
126 state.pos=pos_;
143 pos_=state.pos;
209 const uint8_t *pos=pos_;
225 const uint8_t *pos=pos_;
324 const uint8_t *pos_; member in class:BytesTrie::Iterator
355 pos_(bytes
513 const uint8_t *pos_; member in class:BytesTrie
[all...]
H A Ducharstrie.h68 pos_(uchars_), remainingMatchLength_(-1) {}
84 pos_(other.pos_), remainingMatchLength_(other.remainingMatchLength_) {}
92 pos_=uchars_;
126 state.pos=pos_;
143 pos_=state.pos;
223 const UChar *pos=pos_;
240 const UChar *pos=pos_;
334 pos_=NULL;
342 const UChar *pos_; member in class:UCharsTrie::Iterator
571 const UChar *pos_; member in class:UCharsTrie
[all...]
/external/v8/src/third_party/vtune/
H A Dvtune-jit.cc84 : pc_(pc), pos_(pos) { }
87 int pos_; member in struct:vTune::internal::JITCodeLineInfo::LineNumInfo
211 script->GetLineNumber(Iter->pos_) + 1;
/external/v8/src/compiler/
H A Dcode-generator-impl.h174 : deoptimization_id_(deoptimization_id), pos_(pos) {}
178 SourcePosition pos() const { return pos_; }
183 SourcePosition const pos_; member in class:v8::internal::compiler::DeoptimizationExit
H A Dcode-generator.h40 : instr_(instr), pos_(pos) {}
43 InstructionOperand* Advance() { return instr_->InputAt(pos_++); }
47 size_t pos_; member in class:v8::internal::compiler::InstructionOperandIterator
H A Dregister-allocator.h266 LifetimePosition pos() const { return pos_; }
297 LifetimePosition const pos_; member in class:v8::internal::compiler::final
/external/vulkan-validation-layers/demos/smoke/
H A DSimulation.cpp147 pos_ += unit_dir_ * (t - last_);
150 return pos_;
165 pos_ = segment_start_;
179 glm::vec3 pos_; member in class:__anon24060::RandomCurve
/external/gemmlowp/internal/
H A Dpack.h55 pos_(0) {
68 pos_ = params_.l2_width * start_depth + start_width * kernel_run_depth;
71 void seek_next_cell() const { pos_ += KernelSideFormat::Cell::kSize; }
74 pos_ += n * KernelSideFormat::Cell::kSize;
78 return allocator_->GetPointer<std::uint8_t>(data_handle_) + pos_;
82 return allocator_->GetPointer<std::uint8_t>(data_handle_) + pos_;
114 // pos_ is the current position in the buffer, which we access
123 // pos_ is mutable because during the computation we will want to
125 mutable int pos_; member in class:gemmlowp::PackedSideBlock
/external/icu/android_icu4j/src/main/java/android/icu/util/
H A DBytesTrie.java47 pos_=root_=offset;
66 pos_=root_;
95 state.pos=pos_;
111 pos_=state.pos;
181 int pos=pos_;
213 int pos=pos_;
225 pos_=pos;
257 int pos=pos_;
269 pos_=pos;
303 pos=pos_; // branchNex
656 private int pos_; field in class:BytesTrie.Iterator
1038 private int pos_; field in class:BytesTrie
[all...]
H A DCharsTrie.java50 pos_=root_=offset;
69 pos_=root_;
98 state.pos=pos_;
114 pos_=state.pos;
128 int pos=pos_;
170 int pos=pos_;
179 pos_=pos;
225 int pos=pos_;
237 pos_=pos;
271 pos=pos_; // branchNex
601 private int pos_; field in class:CharsTrie.Iterator
995 private int pos_; field in class:CharsTrie
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DBytesTrie.java47 pos_=root_=offset;
68 pos_=root_;
100 state.pos=pos_;
117 pos_=state.pos;
196 int pos=pos_;
230 int pos=pos_;
242 pos_=pos;
275 int pos=pos_;
287 pos_=pos;
321 pos=pos_; // branchNex
691 private int pos_; field in class:BytesTrie.Iterator
1073 private int pos_; field in class:BytesTrie
[all...]
H A DCharsTrie.java50 pos_=root_=offset;
71 pos_=root_;
103 state.pos=pos_;
120 pos_=state.pos;
135 int pos=pos_;
180 int pos=pos_;
189 pos_=pos;
237 int pos=pos_;
249 pos_=pos;
283 pos=pos_; // branchNex
627 private int pos_; field in class:CharsTrie.Iterator
1021 private int pos_; field in class:CharsTrie
[all...]
/external/v8/src/wasm/
H A Dwasm-module-builder.h26 pos_ = buffer_;
32 *(pos_++) = x;
37 WriteLittleEndianValue<uint16_t>(pos_, x);
38 pos_ += 2;
43 WriteLittleEndianValue<uint32_t>(pos_, x);
44 pos_ += 4;
49 LEBHelper::write_u32v(&pos_, val);
54 LEBHelper::write_i32v(&pos_, val);
60 LEBHelper::write_u32v(&pos_, static_cast<uint32_t>(val));
65 memcpy(pos_, dat
113 byte* pos_; member in class:v8::internal::wasm::ZoneBuffer
[all...]
/external/v8/src/crankshaft/
H A Dlithium-allocator.h172 LifetimePosition pos() const { return pos_; }
180 LifetimePosition const pos_; member in class:v8::internal::UsePosition
/external/googletest/googlemock/test/
H A Dgmock-matchers_test.cc4517 : s_(s), pos_(pos) {}
4519 const value_type& operator*() const { return *pos_; }
4520 const value_type* operator->() const { return &*pos_; }
4522 s_->remainder_.erase(pos_++);
4542 return a.s_ == b.s_ && a.pos_ == b.pos_;
4550 typename std::list<value_type>::iterator pos_; member in class:testing::gmock_matchers_test::Streamlike::ConstIter

Completed in 460 milliseconds

12