Home
last modified time | relevance | path

Searched refs:last_offset (Results 1 – 7 of 7) sorted by relevance

/external/elfutils/libelf/
Delf32_updatefile.c585 off_t last_offset; in __elfw2() local
587 last_offset = elf_typesize (LIBELFBITS, ELF_T_EHDR, 1); in __elfw2()
589 last_offset = (ehdr->e_phoff in __elfw2()
634 if (scn_start + dl->data.d.d_off > last_offset) in __elfw2()
636 if (unlikely (fill (elf->fildes, last_offset, in __elfw2()
638 - last_offset, fillbuf, in __elfw2()
648 last_offset = scn_start + dl->data.d.d_off; in __elfw2()
677 last_offset); in __elfw2()
691 last_offset += dl->data.d.d_size; in __elfw2()
699 last_offset = scn_start + shdr->sh_size; in __elfw2()
[all …]
/external/chromium/chrome/browser/autocomplete/
Dautocomplete_match.cc177 size_t last_offset = classifications[0].offset; in ValidateClassifications() local
180 DCHECK(i->offset > last_offset) << "Classification unsorted"; in ValidateClassifications()
182 last_offset = i->offset; in ValidateClassifications()
/external/qemu/
Darch_init.c112 static ram_addr_t last_offset; variable
117 ram_addr_t offset = last_offset; in ram_save_block()
170 } while (current_addr != last_block->offset + last_offset); in ram_save_block()
173 last_offset = offset; in ram_save_block()
273 last_offset = 0; in ram_save_live()
/external/e2fsprogs/ext2ed/
Dfile_com.c320 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/chromium/net/disk_cache/
Dbitmap.cc176 int last_offset = (end - 1) & (kIntBits - 1); in TestRange() local
203 const uint32 mask = ((2 << (last_offset - offset)) - 1) << offset; in TestRange()
/external/flac/libFLAC/
Dmetadata_iterators.c907 off_t first_offset, last_offset; member
1250 chain->last_offset = (off_t)pos; in chain_read_cb_()
1341 …chain->last_offset = 0; /*@@@ wrong; will need to be set correctly to implement metadata writing f… in chain_read_ogg_cb_()
1438 if(0 != fseeko(f, chain->last_offset, SEEK_SET)) { in chain_rewrite_file_()
1487 if(0 != seek_cb(handle, chain->last_offset, SEEK_SET)) { in chain_rewrite_file_cb_()
1687 chain->last_offset = chain->first_offset; in FLAC__metadata_chain_write()
1689 chain->last_offset += (FLAC__STREAM_METADATA_HEADER_LENGTH + node->data->length); in FLAC__metadata_chain_write()
1787 chain->last_offset = chain->first_offset; in FLAC__metadata_chain_write_with_callbacks_and_tempfile()
1789 chain->last_offset += (FLAC__STREAM_METADATA_HEADER_LENGTH + node->data->length); in FLAC__metadata_chain_write_with_callbacks_and_tempfile()
/external/elfutils/src/
Delflint.c3890 size_t last_offset = 0; in check_note_data() local
3898 last_offset = offset; in check_note_data()
3962 return last_offset; in check_note_data()