/external/u-boot/arch/x86/lib/ |
D | relocate.c | 53 Elf64_Addr *offset_ptr_rom, *last_offset = NULL; in do_elf_reloc_fixups64() local 62 offset_ptr_rom > last_offset) { in do_elf_reloc_fixups64() 82 last_offset); in do_elf_reloc_fixups64() 84 last_offset = offset_ptr_rom; in do_elf_reloc_fixups64() 92 Elf32_Addr *offset_ptr_rom, *last_offset = NULL; in do_elf_reloc_fixups32() local 101 offset_ptr_rom > last_offset) { in do_elf_reloc_fixups32() 120 re_src->r_offset, last_offset); in do_elf_reloc_fixups32() 122 last_offset = offset_ptr_rom; in do_elf_reloc_fixups32()
|
/external/sfntly/cpp/src/sample/subtly/ |
D | font_assembler.cc | 93 int32_t last_offset = 0; in AssembleCMapTable() local 116 Segment(character, -1, 0, last_offset); in AssembleCMapTable() 119 last_offset += DataSize::kSHORT; in AssembleCMapTable() 177 int32_t last_offset = 0; in AssembleGlyphAndLocaTables() local 217 loca_list[i] = last_offset; in AssembleGlyphAndLocaTables() 218 last_offset += length; in AssembleGlyphAndLocaTables() 219 loca_list[resolved_glyph_id + 1] = last_offset; in AssembleGlyphAndLocaTables() 225 loca_list[i] = last_offset; in AssembleGlyphAndLocaTables()
|
/external/elfutils/libelf/ |
D | elf32_updatefile.c | 639 off_t last_offset; in __elfw2() local 641 last_offset = elf_typesize (LIBELFBITS, ELF_T_EHDR, 1); in __elfw2() 643 last_offset = (ehdr->e_phoff + sizeof (ElfW2(LIBELFBITS,Phdr)) * phnum); in __elfw2() 708 if (scn_start + dl->data.d.d_off > last_offset in __elfw2() 713 if (unlikely (fill (elf->fildes, last_offset, in __elfw2() 715 - last_offset, fillbuf, in __elfw2() 725 last_offset = scn_start + dl->data.d.d_off; in __elfw2() 759 last_offset); in __elfw2() 775 last_offset += dl->data.d.d_size; in __elfw2() 786 if (scn_start > last_offset && previous_scn_changed) in __elfw2() [all …]
|
/external/elfutils/tests/ |
D | elfstrmerge.c | 261 GElf_Off last_offset = 0; in main() local 263 last_offset = (ehdr.e_phoff in main() 288 if (last_offset < off) in main() 289 last_offset = off; in main() 609 last_offset = (last_offset + addralign - 1) & ~(addralign - 1); in main() 610 newshdr.sh_offset = last_offset; in main() 612 last_offset += newshdr.sh_size; in main() 635 newehdr.e_shoff = ((last_offset + offsize - 1) in main()
|
/external/elfutils/libdw/ |
D | fde.c | 281 Dwarf_Off last_offset = cache->next_offset; in __libdw_find_fde() local 285 last_offset, &cache->next_offset, in __libdw_find_fde() 291 if (cache->next_offset == last_offset) in __libdw_find_fde() 302 __libdw_intern_cie (cache, last_offset, &entry.cie); in __libdw_find_fde()
|
D | ChangeLog | 1669 start_addr and rename last_offset to last_addr. Now both void *. 1672 (dwarf_getfuncs): Use last_addr instead of last_offset.
|
/external/tensorflow/tensorflow/core/framework/ |
D | tensor_util.cc | 197 int64 last_offset = num_bytes - 1; in CompressTensorContent() local 198 int64 prev_offset = last_offset - sizeof(T); in CompressTensorContent() 204 tensor->tensor_content()[last_offset]) { in CompressTensorContent() 207 --last_offset; in CompressTensorContent() 211 const int64 new_num_values = last_offset / sizeof(T) + 1; in CompressTensorContent()
|
/external/elfutils/src/ |
D | elfcompress.c | 418 GElf_Off last_offset = 0; in process_file() local 420 last_offset = (ehdr.e_phoff in process_file() 547 if (last_offset < off) in process_file() 548 last_offset = off; in process_file() 1134 last_offset = (last_offset + addralign - 1) & ~(addralign - 1); in process_file() 1135 shdr->sh_offset = last_offset; in process_file() 1137 last_offset += shdr->sh_size; in process_file() 1251 newehdr.e_shoff = ((last_offset + offsize - 1) in process_file()
|
D | strip.c | 814 GElf_Off *last_offset, GElf_Xword *last_size) in handle_debug_relocs() argument 913 *last_offset = shdr.sh_offset; in handle_debug_relocs()
|
D | elflint.c | 4283 size_t last_offset = 0; in check_note_data() local 4291 last_offset = offset; in check_note_data() 4385 return last_offset; in check_note_data()
|
/external/libese/tools/ese_replay/ |
D | buffer.c | 65 int last_offset = offset; in buffer_read_hex() local 69 offset += last_offset; in buffer_read_hex()
|
/external/e2fsprogs/ext2ed/ |
D | file_com.c | 321 long offset=0,last_offset,l=0,cols=0; in file_show_text() local 330 last_offset=file_system_info.block_size-1; in file_show_text() 332 if (file_info.file_offset+last_offset > file_info.file_length-1) in file_show_text() 333 last_offset=file_info.file_length-1-file_info.file_offset; in file_show_text() 335 while ( (offset <= last_offset) && l<SHOW_PAD_LINES) { in file_show_text()
|
/external/autotest/client/tests/aiostress/ |
D | aio-stress.c | 175 off_t last_offset; member 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;
|
/external/ltp/testcases/kernel/io/ltp-aiodio/ |
D | aio-stress.c | 177 off_t last_offset; member 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;
|
/external/python/cpython3/Python/ |
D | peephole.c | 231 unsigned int cum_orig_offset, last_offset; in PyCode_Optimize() local 432 last_offset = 0; in PyCode_Optimize() 439 offset_delta = new_offset - last_offset; in PyCode_Optimize() 442 last_offset = new_offset; in PyCode_Optimize()
|
/external/sfntly/cpp/src/sample/chromium/ |
D | subsetter_impl.cc | 285 int32_t last_offset = 0; in SetupGlyfBuilders() local 307 loca_list[j] = last_offset; in SetupGlyfBuilders() 309 last_offset += length; in SetupGlyfBuilders() 310 loca_list[*i + 1] = last_offset; in SetupGlyfBuilders() 314 loca_list[j] = last_offset; in SetupGlyfBuilders()
|
/external/harfbuzz_ng/src/ |
D | hb-ot-cff1-table.hh | 623 : NumInterpEnv(), prev_offset(0), last_offset(0) {} in CFF1TopDictInterpEnv() 626 unsigned int last_offset; member 728 val.last_arg_offset = (env.last_offset-1) - dictval.opStart; /* offset to the last argument */ in process_op() 797 env.last_offset = env.substr.offset; in process_op()
|
/external/flac/libFLAC/ |
D | metadata_iterators.c | 897 FLAC__off_t first_offset, last_offset; member 1256 chain->last_offset = (FLAC__off_t)pos; in chain_read_cb_() 1347 …chain->last_offset = 0; /*@@@ wrong; will need to be set correctly to implement metadata writing f… in chain_read_ogg_cb_() 1442 if(0 != fseeko(f, chain->last_offset, SEEK_SET)) { in chain_rewrite_file_() 1494 if(0 != seek_cb(handle, chain->last_offset, SEEK_SET)) { in chain_rewrite_file_cb_() 1744 chain->last_offset = chain->first_offset; in FLAC__metadata_chain_write() 1746 chain->last_offset += (FLAC__STREAM_METADATA_HEADER_LENGTH + node->data->length); in FLAC__metadata_chain_write() 1844 chain->last_offset = chain->first_offset; in FLAC__metadata_chain_write_with_callbacks_and_tempfile() 1846 chain->last_offset += (FLAC__STREAM_METADATA_HEADER_LENGTH + node->data->length); in FLAC__metadata_chain_write_with_callbacks_and_tempfile()
|
/external/mesa3d/src/intel/compiler/ |
D | brw_vec4.cpp | 384 int last_reg = -1, last_offset = -1; in opt_vector_float() local 425 last_offset != inst->dst.offset || in opt_vector_float() 469 last_offset = inst->dst.offset; in opt_vector_float()
|
/external/protobuf/src/google/protobuf/ |
D | repeated_field.h | 1960 size_type last_offset = std::distance(cbegin(), last); 1961 DeleteSubrange(pos_offset, last_offset - pos_offset);
|
/external/v8/src/ |
D | code-stub-assembler.cc | 9062 TNode<IntPtrT> last_offset = in IsOffsetInBounds() local 9064 return IntPtrLessThanOrEqual(offset, last_offset); in IsOffsetInBounds()
|
/external/scapy/test/ |
D | regression.uts | 7334 assert(p.data[0].last_offset == 0.0)
|