/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 | 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/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/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 | 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 | 173 off_t last_offset; member 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;
|
/external/fio/engines/ |
D | sync.c | 30 unsigned long long last_offset; member 227 if (io_u->offset == sd->last_offset && io_u->file == sd->last_file && in fio_vsyncio_append() 240 sd->last_offset = io_u->offset + io_u->xfer_buflen; in fio_vsyncio_set_iov() 363 sd->last_offset = -1ULL; in fio_vsyncio_init()
|
/external/sfntly/cpp/src/sample/chromium/ |
D | subsetter_impl.cc | 248 int32_t last_offset = 0; in SetupGlyfBuilders() local 270 loca_list[j] = last_offset; in SetupGlyfBuilders() 272 last_offset += length; in SetupGlyfBuilders() 273 loca_list[*i + 1] = last_offset; in SetupGlyfBuilders() 277 loca_list[j] = last_offset; in SetupGlyfBuilders()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_vec4.cpp | 380 int last_reg = -1, last_offset = -1; in opt_vector_float() local 421 last_offset != inst->dst.offset || in opt_vector_float() 465 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);
|