HomeSort by relevance Sort by last modified time
    Searched refs:last_offset (Results 1 - 22 of 22) 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
217 loca_list[i] = last_offset;
218 last_offset += length;
219 loca_list[resolved_glyph_id + 1] = last_offset;
225 loca_list[i] = last_offset;
  /external/libese/tools/ese_replay/
buffer.c 65 int last_offset = offset; local
69 offset += last_offset;
  /external/elfutils/libdw/
fde.c 281 Dwarf_Off last_offset = cache->next_offset; local
285 last_offset, &cache->next_offset,
291 if (cache->next_offset == last_offset)
302 __libdw_intern_cie (cache, last_offset, &entry.cie);
  /external/elfutils/libelf/
elf32_updatefile.c 640 off_t last_offset; local
642 last_offset = elf_typesize (LIBELFBITS, ELF_T_EHDR, 1);
644 last_offset = (ehdr->e_phoff + sizeof (ElfW2(LIBELFBITS,Phdr)) * phnum);
713 if (scn_start + dl->data.d.d_off > last_offset
718 if (unlikely (fill (elf->fildes, last_offset,
720 - last_offset, fillbuf,
740 last_offset = scn_start + dl->data.d.d_off;
769 last_offset);
785 last_offset += dl->data.d.d_size;
796 if (scn_start > last_offset && previous_scn_changed
    [all...]
  /external/elfutils/tests/
elfstrmerge.c 260 GElf_Off last_offset = 0; local
262 last_offset = (ehdr.e_phoff
287 if (last_offset < off)
288 last_offset = off;
607 last_offset = (last_offset + addralign - 1) & ~(addralign - 1);
608 newshdr.sh_offset = last_offset;
610 last_offset += newshdr.sh_size;
633 newehdr.e_shoff = ((last_offset + offsize - 1)
  /kernel/tests/net/test/
cstruct.py 140 last_offset = 0 variable in class:Struct.CStruct
143 if offset > last_offset:
144 last_offset = offset variable in class:Struct.CStruct
  /external/e2fsprogs/ext2ed/
file_com.c 321 long offset=0,last_offset,l=0,cols=0; local
330 last_offset=file_system_info.block_size-1;
332 if (file_info.file_offset+last_offset > file_info.file_length-1)
333 last_offset=file_info.file_length-1-file_info.file_offset;
335 while ( (offset <= last_offset) && l<SHOW_PAD_LINES) {
  /external/fio/engines/
sync.c 30 unsigned long long last_offset; member in struct:syncio_data
227 if (io_u->offset == sd->last_offset && io_u->file == sd->last_file &&
240 sd->last_offset = io_u->offset + io_u->xfer_buflen;
363 sd->last_offset = -1ULL;
  /external/elfutils/src/
elfcompress.c 412 GElf_Off last_offset = 0; local
414 last_offset = (ehdr.e_phoff
519 if (last_offset < off)
520 last_offset = off;
1094 last_offset = (last_offset + addralign - 1) & ~(addralign - 1);
1095 shdr->sh_offset = last_offset;
1097 last_offset += shdr->sh_size;
    [all...]
elflint.c 4250 size_t last_offset = 0; local
    [all...]
  /external/autotest/client/tests/aiostress/
aio-stress.c 175 off_t last_offset; member in struct:io_oper
617 oper->last_offset);
618 oper->last_offset += oper->reclen;
622 oper->last_offset);
623 oper->last_offset += oper->reclen;
627 oper->last_offset = rand_byte;
633 oper->last_offset = rand_byte;
682 oper->last_offset = oper->start;
805 oper->last_offset = oper->start;
    [all...]
  /external/ltp/testcases/kernel/io/ltp-aiodio/
aio-stress.c 173 off_t last_offset; member in struct:io_oper
630 oper->last_offset);
631 oper->last_offset += oper->reclen;
635 oper->last_offset);
636 oper->last_offset += oper->reclen;
640 oper->last_offset = rand_byte;
646 oper->last_offset = rand_byte;
694 oper->last_offset = oper->start;
820 oper->last_offset = oper->start;
    [all...]
  /toolchain/binutils/binutils-2.25/gold/
stringpool.cc 414 section_offset_type last_offset = -1; local
428 this_offset = (last_offset
437 last_offset = this_offset;
fileread.cc 647 off_t last_offset = first_offset; local
653 if (i_entry.file_offset > last_offset)
655 size_t skip = i_entry.file_offset - last_offset;
671 last_offset = i_entry.file_offset + i_entry.size;
  /external/sfntly/cpp/src/sample/chromium/
subsetter_impl.cc 248 int32_t last_offset = 0; local
270 loca_list[j] = last_offset;
272 last_offset += length;
273 loca_list[*i + 1] = last_offset;
277 loca_list[j] = last_offset;
  /build/make/tools/
fat16copy.py 722 last_offset = start_byte + len(data)
726 while current_offset < last_offset:
739 if last_offset > current_offset:
  /art/runtime/
dex_file_verifier.cc 448 uint32_t last_offset = 0; local
460 if (UNLIKELY(last_offset >= item->offset_ && i != 0)) {
461 ErrorStringPrintf("Out of order map item: %x then %x", last_offset, item->offset_);
494 last_offset = item->offset_;
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_vec4.cpp 380 int last_reg = -1, last_offset = -1; local
421 last_offset != inst->dst.offset ||
465 last_offset = inst->dst.offset;
    [all...]
  /external/protobuf/src/google/protobuf/
repeated_field.h 1960 size_type last_offset = std::distance(cbegin(), last); local
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
repeated_field.h 1960 size_type last_offset = std::distance(cbegin(), last); local
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
dwarf.c 4842 unsigned long last_offset = 0; local
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
elflink.c 9735 bfd_vma last_offset; local
    [all...]

Completed in 1160 milliseconds