HomeSort by relevance Sort by last modified time
    Searched defs:pos_ (Results 26 - 50 of 50) sorted by null

12

  /art/runtime/quick/
inline_method_analyser.cc 68 pos_(0u),
75 size_t pos_; member in class:art::__anon127::Matcher
85 matcher->pos_ += 1u; // Advance to the next match function before marking.
86 matcher->mark_ = matcher->pos_;
95 matcher->pos_ += 1u;
104 matcher->pos_ += 1u;
107 matcher->pos_ = matcher->mark_;
132 while (matcher.pos_ != size) {
133 if (!pattern[matcher.pos_](&matcher)) {
  /external/gemmlowp/internal/
pack.h 55 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/opencv3/3rdparty/libjasper/jasper/
jas_stream.h 281 int_fast32_t pos_; member in struct:__anon20836
  /bionic/libc/bionic/
libc_logging.cpp 71 pos_ = buffer_;
72 pos_[0] = '\0';
86 int avail = end_ - pos_;
93 memcpy(pos_, data, avail);
94 pos_ += avail;
95 pos_[0] = '\0';
104 char* pos_; member in struct:BufferOutputStream
  /external/icu/android_icu4j/src/main/java/android/icu/util/
BytesTrie.java 45 pos_=root_=offset;
64 pos_=root_;
93 state.pos=pos_;
109 pos_=state.pos;
179 int pos=pos_;
211 int pos=pos_;
223 pos_=pos;
255 int pos=pos_;
267 pos_=pos;
301 pos=pos_; // branchNext() advanced pos and wrote it to pos_
650 private int pos_; local
1032 private int pos_; field in class:BytesTrie
    [all...]
CharsTrie.java 48 pos_=root_=offset;
67 pos_=root_;
96 state.pos=pos_;
112 pos_=state.pos;
126 int pos=pos_;
168 int pos=pos_;
177 pos_=pos;
223 int pos=pos_;
235 pos_=pos;
269 pos=pos_; // branchNext() advanced pos and wrote it to pos_
595 private int pos_; field in class:CharsTrie.Iterator
989 private int pos_; field in class:CharsTrie
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
BytesTrie.java 45 pos_=root_=offset;
66 pos_=root_;
98 state.pos=pos_;
115 pos_=state.pos;
194 int pos=pos_;
228 int pos=pos_;
240 pos_=pos;
273 int pos=pos_;
285 pos_=pos;
319 pos=pos_; // branchNext() advanced pos and wrote it to pos_
685 private int pos_; local
1067 private int pos_; field in class:BytesTrie
    [all...]
CharsTrie.java 48 pos_=root_=offset;
69 pos_=root_;
101 state.pos=pos_;
118 pos_=state.pos;
133 int pos=pos_;
178 int pos=pos_;
187 pos_=pos;
235 int pos=pos_;
247 pos_=pos;
281 pos=pos_; // branchNext() advanced pos and wrote it to pos_
621 private int pos_; field in class:CharsTrie.Iterator
1015 private int pos_; field in class:CharsTrie
    [all...]
  /external/v8/src/crankshaft/
lithium-allocator.h 170 LifetimePosition pos() const { return pos_; }
178 LifetimePosition const pos_; member in class:v8::internal::UsePosition
  /toolchain/binutils/binutils-2.25/gold/
reloc.h 843 : prelocs_(NULL), len_(0), pos_(0), reloc_size_(0)
878 { return this->pos_; }
883 { this->pos_ = checkpoint; }
891 section_size_type pos_; member in class:gold::Track_relocs
  /external/v8/src/parsing/
scanner.h 38 Utf16CharacterStream() : pos_(0) { }
46 pos_++;
53 pos_++;
60 inline size_t pos() const { return pos_; }
70 pos_ += code_unit_count;
89 // position pos_ of the input, if possible. If the position
97 size_t pos_; member in class:v8::internal::Utf16CharacterStream
parser.h 591 : cooked_(8, zone), raw_(8, zone), expressions_(8, zone), pos_(pos) {}
596 int position() const { return pos_; }
614 int pos_; member in class:v8::internal::ParserTraits::TemplateLiteral
    [all...]
  /external/v8/src/
assembler.h 274 INLINE(void Unuse()) { pos_ = 0; }
277 INLINE(bool is_bound() const) { return pos_ < 0; }
278 INLINE(bool is_unused() const) { return pos_ == 0 && near_link_pos_ == 0; }
279 INLINE(bool is_linked() const) { return pos_ > 0; }
288 // pos_ encodes both the binding state (via its sign)
291 // pos_ < 0 bound label, pos() returns the jump target position
292 // pos_ == 0 unused label
293 // pos_ > 0 linked label, pos() returns the last reference position
294 int pos_; member in class:v8::internal::Label
296 // Behaves like |pos_| in the "> 0" case, but for near jumps to this label
721 byte* pos_; member in class:v8::internal::BASE_EMBEDDED
789 byte* pos_; member in class:v8::internal::RelocIterator
    [all...]
gdb-jit.cc 921 : pc_(pc), pos_(pos), is_statement_(is_statement) {}
924 int pos_; member in struct:v8::internal::LineInfo::PCInfo
    [all...]
  /external/v8/src/compiler/
register-allocator.h 261 LifetimePosition pos() const { return pos_; }
291 LifetimePosition const pos_; member in class:v8::internal::compiler::final
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libwebm/
mkvparser.cpp 1217 long long pos_; local
1220 status = Cluster::HasBlockEntries(this, cluster_off, pos_, len_);
1224 pos = pos_;
3000 long long pos_ = -m_timecode; local
3381 long long pos_; local
3821 long long pos_; local
5799 long long pos_ = start; local
    [all...]
  /art/runtime/verifier/
method_verifier.cc 4047 size_t pos_; member in class:art::MethodParamListDescriptorIterator
    [all...]
  /external/gmock/test/
gmock-matchers_test.cc 4371 typename std::list<value_type>::iterator pos_; member in class:testing::gmock_matchers_test::Streamlike::ConstIter
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
mkvparser.cpp 1247 long long pos_; local
1250 status = Cluster::HasBlockEntries(this, cluster_off, pos_, len_);
1254 pos = pos_;
3029 long long pos_ = -m_timecode; local
3402 long long pos_; local
3839 long long pos_; local
6680 long long pos_ = start; local
    [all...]
  /art/runtime/
dex_file.h 1313 uint32_t pos_; member in class:art::DexFileParameterIterator
1529 size_t pos_; \/\/ integral number of items passed member in class:art::ClassDataItemIterator
1596 size_t pos_; \/\/ Current position. member in class:art::EncodedStaticFieldValueIterator
    [all...]
  /external/libvpx/libvpx/third_party/libwebm/
mkvparser.cpp 1178 long long pos_; local
1181 status = Cluster::HasBlockEntries(this, cluster_off, pos_, len_);
1184 pos = pos_;
2280 long long pos_ = -m_timecode; local
2618 long long pos_; local
3018 long long pos_; local
5461 long long pos_ = start; local
    [all...]
  /external/libvpx/libwebm/mkvparser/
mkvparser.cc 1177 long long pos_; local
1180 status = Cluster::HasBlockEntries(this, cluster_off, pos_, len_);
1183 pos = pos_;
2279 long long pos_ = -m_timecode; local
2617 long long pos_; local
3017 long long pos_; local
5681 long long pos_ = start; local
    [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 388 milliseconds

12