/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 215 loca_list[i] = last_offset; in AssembleGlyphAndLocaTables() 216 last_offset += length; in AssembleGlyphAndLocaTables() 217 loca_list[resolved_glyph_id + 1] = last_offset; in AssembleGlyphAndLocaTables() 223 loca_list[i] = last_offset; in AssembleGlyphAndLocaTables()
|
/external/chromium-trace/catapult/third_party/mapreduce/mapreduce/ |
D | records.py | 284 last_offset = self.tell() 293 "in a chunk at offset %d", last_offset) 299 "in a chunk at offset %d", last_offset) 305 "record at offset %d", last_offset) 312 "progress at offset %d", last_offset) 323 "the next block", last_offset, e)
|
/external/elfutils/libelf/ |
D | elf32_updatefile.c | 640 off_t last_offset; in __elfw2() local 642 last_offset = elf_typesize (LIBELFBITS, ELF_T_EHDR, 1); in __elfw2() 644 last_offset = (ehdr->e_phoff + sizeof (ElfW2(LIBELFBITS,Phdr)) * phnum); in __elfw2() 713 if (scn_start + dl->data.d.d_off > last_offset in __elfw2() 718 if (unlikely (fill (elf->fildes, last_offset, in __elfw2() 720 - last_offset, fillbuf, in __elfw2() 740 last_offset = scn_start + dl->data.d.d_off; in __elfw2() 769 last_offset); in __elfw2() 785 last_offset += dl->data.d.d_size; in __elfw2() 796 if (scn_start > last_offset && previous_scn_changed) in __elfw2() [all …]
|
/external/elfutils/tests/ |
D | elfstrmerge.c | 260 GElf_Off last_offset = 0; in main() local 262 last_offset = (ehdr.e_phoff in main() 287 if (last_offset < off) in main() 288 last_offset = off; in main() 607 last_offset = (last_offset + addralign - 1) & ~(addralign - 1); in main() 608 newshdr.sh_offset = last_offset; in main() 610 last_offset += newshdr.sh_size; in main() 633 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 | 775 start_addr and rename last_offset to last_addr. Now both void *. 778 (dwarf_getfuncs): Use last_addr instead of last_offset.
|
/external/elfutils/src/ |
D | elfcompress.c | 412 GElf_Off last_offset = 0; in process_file() local 414 last_offset = (ehdr.e_phoff in process_file() 519 if (last_offset < off) in process_file() 520 last_offset = off; in process_file() 1094 last_offset = (last_offset + addralign - 1) & ~(addralign - 1); in process_file() 1095 shdr->sh_offset = last_offset; in process_file() 1097 last_offset += shdr->sh_size; in process_file() 1211 newehdr.e_shoff = ((last_offset + offsize - 1) in process_file()
|
D | elflint.c | 4250 size_t last_offset = 0; in check_note_data() local 4258 last_offset = offset; in check_note_data() 4323 return last_offset; in check_note_data()
|
/external/e2fsprogs/ext2ed/ |
D | file_com.c | 320 long offset=0,last_offset,l=0,cols=0; in file_show_text() local 329 last_offset=file_system_info.block_size-1; in file_show_text() 331 if (file_info.file_offset+last_offset > file_info.file_length-1) in file_show_text() 332 last_offset=file_info.file_length-1-file_info.file_offset; in file_show_text() 334 while ( (offset <= last_offset) && l<SHOW_PAD_LINES) { in file_show_text()
|
/external/fio/engines/ |
D | sync.c | 29 unsigned long long last_offset; member 172 if (io_u->offset == sd->last_offset && io_u->file == sd->last_file && in fio_vsyncio_append() 185 sd->last_offset = io_u->offset + io_u->xfer_buflen; in fio_vsyncio_set_iov() 308 sd->last_offset = -1ULL; in fio_vsyncio_init()
|
/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/sfntly/cpp/src/sample/chromium/ |
D | subsetter_impl.cc | 246 int32_t last_offset = 0; in SetupGlyfBuilders() local 268 loca_list[j] = last_offset; in SetupGlyfBuilders() 270 last_offset += length; in SetupGlyfBuilders() 271 loca_list[*i + 1] = last_offset; in SetupGlyfBuilders() 275 loca_list[j] = last_offset; in SetupGlyfBuilders()
|