Searched refs:first_pos (Results 1 - 10 of 10) sorted by relevance

/external/chromium/net/disk_cache/
H A Dmem_entry_impl.cc603 int first_pos = std::max(current_child_offset, child_first_pos); local
607 if (first_pos < current_child->GetDataSize(kSparseData)) {
611 scanned_len += first_pos - current_child_offset;
/external/chromium_org/net/disk_cache/
H A Dmem_entry_impl.cc610 int first_pos = std::max(current_child_offset, child_first_pos); local
614 if (first_pos < current_child->GetDataSize(kSparseData)) {
618 scanned_len += first_pos - current_child_offset;
/external/chromium_org/v8/src/
H A Dlithium-allocator.cc180 if (use_pos == NULL) use_pos = first_pos();
201 UsePosition* pos = first_pos();
377 UsePosition* pos = first_pos();
379 UsePosition* other_pos = other->first_pos();
484 UsePosition* use_pos = first_pos();
1376 PrintF("First use is at %d\n", range->first_pos()->pos().Value());
H A Dlithium-allocator.h283 UsePosition* first_pos() const { return first_pos_; } function in class:v8::internal::LiveRange
H A Dhydrogen.cc10725 UsePosition* current_pos = range->first_pos();
/external/v8/src/
H A Dlithium-allocator.h283 UsePosition* first_pos() const { return first_pos_; } function in class:v8::internal::LiveRange
H A Dlithium-allocator.cc180 if (use_pos == NULL) use_pos = first_pos();
371 UsePosition* other_pos = other->first_pos();
471 UsePosition* use_pos = first_pos();
1330 PrintF("First use is at %d\n", range->first_pos()->pos().Value());
H A Dhydrogen.cc8068 UsePosition* current_pos = range->first_pos();
/external/harfbuzz/src/
H A Dharfbuzz-gpos.c1496 HB_UInt first_pos,
1523 POSITION( first_pos ) );
1538 HB_UInt first_pos,
1549 error = _HB_OPEN_Get_Class( &ppf2->ClassDef1, IN_GLYPH( first_pos ),
1563 error = Get_ValueRecord( gpi, &c2r->Value1, format1, POSITION( first_pos ) );
1579 HB_UInt first_pos; local
1600 first_pos = buffer->in_pos;
1611 buffer->in_pos = first_pos;
1622 first_pos, index,
1627 error = Lookup_PairPos2( gpi, &pp->ppf.ppf2, buffer, first_pos,
1493 Lookup_PairPos1( GPOS_Instance* gpi, HB_PairPosFormat1* ppf1, HB_Buffer buffer, HB_UInt first_pos, HB_UShort index, HB_UShort format1, HB_UShort format2 ) argument
1535 Lookup_PairPos2( GPOS_Instance* gpi, HB_PairPosFormat2* ppf2, HB_Buffer buffer, HB_UInt first_pos, HB_UShort format1, HB_UShort format2 ) argument
[all...]
/external/harfbuzz_ng/src/hb-old/
H A Dharfbuzz-gpos.c1496 HB_UInt first_pos,
1523 POSITION( first_pos ) );
1538 HB_UInt first_pos,
1549 error = _HB_OPEN_Get_Class( &ppf2->ClassDef1, IN_GLYPH( first_pos ),
1563 error = Get_ValueRecord( gpi, &c2r->Value1, format1, POSITION( first_pos ) );
1579 HB_UInt first_pos; local
1600 first_pos = buffer->in_pos;
1611 buffer->in_pos = first_pos;
1622 first_pos, index,
1627 error = Lookup_PairPos2( gpi, &pp->ppf.ppf2, buffer, first_pos,
1493 Lookup_PairPos1( GPOS_Instance* gpi, HB_PairPosFormat1* ppf1, HB_Buffer buffer, HB_UInt first_pos, HB_UShort index, HB_UShort format1, HB_UShort format2 ) argument
1535 Lookup_PairPos2( GPOS_Instance* gpi, HB_PairPosFormat2* ppf2, HB_Buffer buffer, HB_UInt first_pos, HB_UShort format1, HB_UShort format2 ) argument
[all...]

Completed in 255 milliseconds