Searched refs:first_pos (Results 1 – 5 of 5) sorted by relevance
/external/chromium/net/disk_cache/ |
D | mem_entry_impl.cc | 603 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/ |
D | harfbuzz-gpos.c | 1496 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/ |
D | lithium-allocator.cc | 201 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()
|
D | lithium-allocator.h | 284 UsePosition* first_pos() const { return first_pos_; } in first_pos() function
|
D | hydrogen.cc | 5986 UsePosition* current_pos = range->first_pos(); in TraceLiveRange()
|