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

  /external/u-boot/arch/x86/lib/
relocate.c 53 Elf64_Addr *offset_ptr_rom, *last_offset = NULL; local
62 offset_ptr_rom > last_offset) {
82 last_offset);
84 last_offset = offset_ptr_rom;
92 Elf32_Addr *offset_ptr_rom, *last_offset = NULL; local
101 offset_ptr_rom > last_offset) {
120 re_src->r_offset, last_offset);
122 last_offset = offset_ptr_rom;
  /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 639 off_t last_offset; local
641 last_offset = elf_typesize (LIBELFBITS, ELF_T_EHDR, 1);
643 last_offset = (ehdr->e_phoff + sizeof (ElfW2(LIBELFBITS,Phdr)) * phnum);
708 if (scn_start + dl->data.d.d_off > last_offset
713 if (unlikely (fill (elf->fildes, last_offset,
715 - last_offset, fillbuf,
725 last_offset = scn_start + dl->data.d.d_off;
759 last_offset);
775 last_offset += dl->data.d.d_size;
786 if (scn_start > last_offset && previous_scn_changed
    [all...]
  /external/elfutils/tests/
elfstrmerge.c 261 GElf_Off last_offset = 0; local
263 last_offset = (ehdr.e_phoff
288 if (last_offset < off)
289 last_offset = off;
609 last_offset = (last_offset + addralign - 1) & ~(addralign - 1);
610 newshdr.sh_offset = last_offset;
612 last_offset += newshdr.sh_size;
635 newehdr.e_shoff = ((last_offset + offsize - 1)
  /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/tensorflow/tensorflow/core/framework/
tensor_util.cc 197 int64 last_offset = num_bytes - 1; local
198 int64 prev_offset = last_offset - sizeof(T);
204 tensor->tensor_content()[last_offset]) {
207 --last_offset;
211 const int64 new_num_values = last_offset / sizeof(T) + 1;
  /external/elfutils/src/
elfcompress.c 418 GElf_Off last_offset = 0; local
420 last_offset = (ehdr.e_phoff
547 if (last_offset < off)
548 last_offset = off;
1134 last_offset = (last_offset + addralign - 1) & ~(addralign - 1);
1135 shdr->sh_offset = last_offset;
1137 last_offset += shdr->sh_size;
    [all...]
strip.c 814 GElf_Off *last_offset, GElf_Xword *last_size)
913 *last_offset = shdr.sh_offset;
    [all...]
elflint.c 4283 size_t last_offset = 0; local
    [all...]
  /external/python/cpython3/Python/
peephole.c 231 unsigned int cum_orig_offset, last_offset; local
432 last_offset = 0;
439 offset_delta = new_offset - last_offset;
442 last_offset = new_offset;
  /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 177 off_t last_offset; member in struct:io_oper
634 oper->last_offset);
635 oper->last_offset += oper->reclen;
639 oper->last_offset);
640 oper->last_offset += oper->reclen;
644 oper->last_offset = rand_byte;
650 oper->last_offset = rand_byte;
698 oper->last_offset = oper->start;
824 oper->last_offset = oper->start;
    [all...]
  /external/sfntly/cpp/src/sample/chromium/
subsetter_impl.cc 285 int32_t last_offset = 0; local
307 loca_list[j] = last_offset;
309 last_offset += length;
310 loca_list[*i + 1] = last_offset;
314 loca_list[j] = last_offset;
  /bootable/recovery/applypatch/
imgdiff.cpp 1072 size_t last_offset = 0; local
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-cff1-table.hh 623 : NumInterpEnv(), prev_offset(0), last_offset(0) {}
626 unsigned int last_offset; member in struct:CFF::CFF1TopDictInterpEnv
728 val.last_arg_offset = (env.last_offset-1) - dictval.opStart; /* offset to the last argument */
797 env.last_offset = env.substr.offset;
    [all...]
  /build/make/tools/
fat16copy.py 722 last_offset = start_byte + len(data)
726 while current_offset < last_offset:
739 if last_offset > current_offset:
  /external/flac/libFLAC/
metadata_iterators.c 897 FLAC__off_t first_offset, last_offset; member in struct:FLAC__Metadata_Chain
    [all...]
  /art/libdexfile/dex/
dex_file_verifier.cc 397 uint32_t last_offset = 0; local
410 if (UNLIKELY(last_offset >= item->offset_ && i != 0)) {
412 last_offset,
450 last_offset = item->offset_;
    [all...]
  /external/mesa3d/src/intel/compiler/
brw_vec4.cpp 384 int last_reg = -1, last_offset = -1; local
425 last_offset != inst->dst.offset ||
469 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...]
  /external/v8/src/
code-stub-assembler.cc     [all...]

Completed in 978 milliseconds