Home
last modified time | relevance | path

Searched refs:first_pos (Results 1 – 5 of 5) sorted by relevance

/external/chromium/net/disk_cache/
Dmem_entry_impl.cc603 int first_pos = std::max(current_child_offset, child_first_pos); in FindNextChild() local
607 if (first_pos < current_child->GetDataSize(kSparseData)) { in FindNextChild()
611 scanned_len += first_pos - current_child_offset; in FindNextChild()
/external/harfbuzz/src/
Dharfbuzz-gpos.c1496 HB_UInt first_pos, in Lookup_PairPos1() argument
1523 POSITION( first_pos ) ); in Lookup_PairPos1()
1538 HB_UInt first_pos, in Lookup_PairPos2() argument
1549 error = _HB_OPEN_Get_Class( &ppf2->ClassDef1, IN_GLYPH( first_pos ), in Lookup_PairPos2()
1563 error = Get_ValueRecord( gpi, &c2r->Value1, format1, POSITION( first_pos ) ); in Lookup_PairPos2()
1579 HB_UInt first_pos; in Lookup_PairPos() local
1600 first_pos = buffer->in_pos; in Lookup_PairPos()
1611 buffer->in_pos = first_pos; in Lookup_PairPos()
1622 first_pos, index, in Lookup_PairPos()
1627 error = Lookup_PairPos2( gpi, &pp->ppf.ppf2, buffer, first_pos, in Lookup_PairPos()
[all …]
/external/v8/src/
Dlithium-allocator.cc201 if (use_pos == NULL) use_pos = first_pos(); in NextUsePosition()
379 UsePosition* other_pos = other->first_pos(); in ShouldBeAllocatedBefore()
474 UsePosition* use_pos = first_pos(); in ConvertOperands()
1299 PrintF("First use is at %d\n", range->first_pos()->pos().Value()); in BuildLiveRanges()
Dlithium-allocator.h284 UsePosition* first_pos() const { return first_pos_; } in first_pos() function
Dhydrogen.cc5986 UsePosition* current_pos = range->first_pos(); in TraceLiveRange()