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

  /external/sfntly/cpp/src/sample/subtly/
font_assembler.cc 93 int32_t last_offset = 0; local
113 // id_range_offset = last_offset (offset into the glyph_id_array)
116 Segment(character, -1, 0, last_offset);
119 last_offset += DataSize::kSHORT;
177 int32_t last_offset = 0; local
215 loca_list[i] = last_offset;
216 last_offset += length;
217 loca_list[resolved_glyph_id + 1] = last_offset;
223 loca_list[i] = last_offset;
  /external/lldb/source/Target/
Memory.cpp 244 uint32_t last_offset = 0; local
249 if (pos->first > last_offset)
251 const uint32_t bytes_available = pos->first - last_offset;
255 m_offset_to_chunk_size[last_offset] = needed_chunks;
257 log->Printf ("[2] AllocatedBlock::ReserveBlock (size = %u (0x%x)) => offset = 0x%x, %u %u bit chunks", size, size, last_offset, needed_chunks, m_chunk_size);
258 addr = m_addr + last_offset;
263 last_offset = pos->first + pos->second * m_chunk_size;
268 const uint32_t chunks_left = CalculateChunksNeededForSize (m_byte_size - last_offset);
271 m_offset_to_chunk_size[last_offset] = needed_chunks;
273 log->Printf ("[3] AllocatedBlock::ReserveBlock (size = %u (0x%x)) => offset = 0x%x, %u %u bit chunks", size, size, last_offset, needed_chunks, m_chunk_size)
    [all...]
  /external/elfutils/src/libdw/
fde.c 254 Dwarf_Off last_offset = cache->next_offset; local
258 last_offset, &cache->next_offset,
264 if (cache->next_offset == last_offset)
275 __libdw_intern_cie (cache, last_offset, &entry.cie);
  /external/elfutils/src/libelf/
elf32_updatefile.c 621 off_t last_offset; local
623 last_offset = elf_typesize (LIBELFBITS, ELF_T_EHDR, 1);
625 last_offset = (ehdr->e_phoff + sizeof (ElfW2(LIBELFBITS,Phdr)) * phnum);
679 if (scn_start + dl->data.d.d_off > last_offset
684 if (unlikely (fill (elf->fildes, last_offset,
686 - last_offset, fillbuf,
701 last_offset = scn_start + dl->data.d.d_off;
730 last_offset);
746 last_offset += dl->data.d.d_size;
757 if (scn_start > last_offset && previous_scn_changed
    [all...]
  /external/e2fsprogs/ext2ed/
file_com.c 320 long offset=0,last_offset,l=0,cols=0; local
329 last_offset=file_system_info.block_size-1;
331 if (file_info.file_offset+last_offset > file_info.file_length-1)
332 last_offset=file_info.file_length-1-file_info.file_offset;
334 while ( (offset <= last_offset) && l<SHOW_PAD_LINES) {
  /external/fio/engines/
sync.c 29 unsigned long long last_offset; member in struct:syncio_data
172 if (io_u->offset == sd->last_offset && io_u->file == sd->last_file &&
185 sd->last_offset = io_u->offset + io_u->xfer_buflen;
308 sd->last_offset = -1ULL;
  /external/sfntly/cpp/src/sample/chromium/
subsetter_impl.cc 246 int32_t last_offset = 0; local
268 loca_list[j] = last_offset;
270 last_offset += length;
271 loca_list[*i + 1] = last_offset;
275 loca_list[j] = last_offset;
  /art/runtime/
dex_file_verifier.cc 298 uint32_t last_offset = 0; local
310 if (UNLIKELY(last_offset >= item->offset_ && i != 0)) {
311 ErrorStringPrintf("Out of order map item: %x then %x", last_offset, item->offset_);
343 last_offset = item->offset_;
    [all...]
  /external/flac/libFLAC/
metadata_iterators.c 907 off_t first_offset, last_offset; member in struct:FLAC__Metadata_Chain
    [all...]
  /external/elfutils/src/src/
elflint.c 3990 size_t last_offset = 0; local
    [all...]

Completed in 733 milliseconds