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

  /external/chromium_org/third_party/ots/src/
loca.cc 29 unsigned last_offset = 0; local
42 if (offset < last_offset) {
45 last_offset = offset;
54 if (offset < last_offset) {
57 last_offset = offset;
  /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/chromium/chrome/browser/autocomplete/
autocomplete_match.cc 177 size_t last_offset = classifications[0].offset;
180 DCHECK(i->offset > last_offset) << "Classification unsorted";
182 last_offset = i->offset;
  /external/chromium_org/components/autofill/core/browser/webdata/
autofill_entry_unittest.cc 45 int last_offset = (kMaxAutofillTimeStamps * 2 - 1) * offset; local
47 base::Time::FromInternalValue(last_offset + internal_value));
  /external/elfutils/libelf/
elf32_updatefile.c 585 off_t last_offset; local
587 last_offset = elf_typesize (LIBELFBITS, ELF_T_EHDR, 1);
589 last_offset = (ehdr->e_phoff
634 if (scn_start + dl->data.d.d_off > last_offset)
636 if (unlikely (fill (elf->fildes, last_offset,
638 - last_offset, fillbuf,
648 last_offset = scn_start + dl->data.d.d_off;
677 last_offset);
691 last_offset += dl->data.d.d_size;
699 last_offset = scn_start + shdr->sh_size
    [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/qemu/
arch_init.c 112 static ram_addr_t last_offset; variable
117 ram_addr_t offset = last_offset;
170 } while (current_addr != last_block->offset + last_offset);
173 last_offset = offset;
273 last_offset = 0;
  /external/chromium_org/chrome/browser/autocomplete/
autocomplete_match.cc 479 size_t last_offset = classifications[0].offset;
483 DCHECK_GT(i->offset, last_offset)
485 << " is unsorted in relation to last offset of " << last_offset
491 last_offset = i->offset;
  /external/chromium/net/disk_cache/
bitmap.cc 176 int last_offset = (end - 1) & (kIntBits - 1); local
203 const uint32 mask = ((2 << (last_offset - offset)) - 1) << offset;
  /external/chromium_org/net/disk_cache/
bitmap.cc 176 int last_offset = (end - 1) & (kIntBits - 1); local
203 const uint32 mask = ((2 << (last_offset - offset)) - 1) << offset;
  /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 173 uint32_t last_offset = 0; local
185 if (last_offset >= item->offset_ && i != 0) {
186 LOG(ERROR) << StringPrintf("Out of order map item: %x then %x", last_offset, item->offset_);
217 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/chromium_org/cc/resources/
picture_layer_tiling.cc 436 gfx::Vector2dF last_offset(
456 last_scale) + last_offset;
  /external/elfutils/src/
elflint.c 3890 size_t last_offset = 0; local
    [all...]

Completed in 493 milliseconds