HomeSort by relevance Sort by last modified time
    Searched refs:child_offset (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/net/disk_cache/memory/
mem_entry_impl.cc 370 int child_offset = ToChildOffset(offset + io_buf->BytesConsumed()); local
374 if (child_offset < child->child_first_pos_)
382 int ret = child->ReadData(kSparseData, child_offset, io_buf.get(),
423 int child_offset = ToChildOffset(offset + io_buf->BytesConsumed()); local
428 kMaxSparseEntrySize - child_offset);
444 int ret = child->WriteData(kSparseData, child_offset, io_buf.get(),
458 if (data_size != child_offset)
459 child->child_first_pos_ = child_offset;
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/psnames/
fxft_psmodule.c 200 int child_offset = ft_adobe_glyph_list[table_offset+i*2] * 256 + ft_adobe_glyph_list[table_offset+i*2+1]; local
201 if (xyq_search_node(glyph_name, name_offset, child_offset, unicode))
216 int child_offset = ft_adobe_glyph_list[i*2+2] * 256 + ft_adobe_glyph_list[i*2+3]; local
217 if (xyq_search_node(glyph_name, 0, child_offset, unicode))
  /external/lldb/source/Core/
Section.cpp 141 addr_t child_offset = child_section->GetOffset(); local
142 if (child_offset <= offset && offset - child_offset < child_section->GetByteSize())
143 return child_section->ResolveContainedAddress (offset - child_offset, so_addr);

Completed in 83 milliseconds