Searched defs:last_offset (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/third_party/ots/src/
H A Dloca.cc29 unsigned last_offset = 0; local
42 if (offset < last_offset) {
45 last_offset = offset;
54 if (offset < last_offset) {
57 last_offset = offset;
/external/chromium_org/third_party/brotli/src/woff2/
H A Dfont.cc72 uint32_t last_offset = 12UL + 16UL * font->num_tables; local
74 if (i.first < last_offset || i.first + i.second < i.first) {
77 last_offset = i.first + i.second;
/external/chromium_org/third_party/sfntly/cpp/src/sample/subtly/
H A Dfont_assembler.cc93 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
215 loca_list[i] = last_offset;
216 last_offset += length;
217 loca_list[resolved_glyph_id + 1] = last_offset;
223 loca_list[i] = last_offset;
/external/elfutils/0.153/libdw/
H A Dfde.c268 Dwarf_Off last_offset = cache->next_offset; local
272 last_offset, &cache->next_offset,
278 if (cache->next_offset == last_offset)
289 __libdw_intern_cie (cache, last_offset, &entry.cie);
/external/sfntly/cpp/src/sample/subtly/
H A Dfont_assembler.cc93 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
215 loca_list[i] = last_offset;
216 last_offset += length;
217 loca_list[resolved_glyph_id + 1] = last_offset;
223 loca_list[i] = last_offset;
/external/chromium_org/net/disk_cache/blockfile/
H A Dbitmap.cc176 int last_offset = (end - 1) & (kIntBits - 1); local
203 const uint32 mask = ((2 << (last_offset - offset)) - 1) << offset;
/external/e2fsprogs/ext2ed/
H A Dfile_com.c320 long offset=0,last_offset,l=0,cols=0; local
329 last_offset=file_system_info.block_size-1;
331 if (file_info.file_offset+last_offset > file_info.file_length-1)
332 last_offset=file_info.file_length-1-file_info.file_offset;
334 while ( (offset <= last_offset) && l<SHOW_PAD_LINES) {
/external/elfutils/0.153/libelf/
H A Delf32_updatefile.c639 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);
692 if (scn_start + dl->data.d.d_off > last_offset
697 if (unlikely (fill (elf->fildes, last_offset,
699 - last_offset, fillbuf,
714 last_offset = scn_start + dl->data.d.d_off;
743 last_offset);
759 last_offset += dl->data.d.d_size;
770 if (scn_start > last_offset
[all...]
/external/fio/engines/
H A Dsync.c29 unsigned long long last_offset; member in struct:syncio_data
170 if (io_u->offset == sd->last_offset && io_u->file == sd->last_file &&
183 sd->last_offset = io_u->offset + io_u->xfer_buflen;
306 sd->last_offset = -1ULL;
/external/lldb/source/Target/
H A DMemory.cpp244 uint32_t last_offset = 0; local
249 if (pos->first > last_offset)
251 const uint32_t bytes_available = pos->first - last_offset;
255 m_offset_to_chunk_size[last_offset] = needed_chunks;
257 log->Printf ("[2] AllocatedBlock::ReserveBlock (size = %u (0x%x)) => offset = 0x%x, %u %u bit chunks", size, size, last_offset, needed_chunks, m_chunk_size);
258 addr = m_addr + last_offset;
263 last_offset = pos->first + pos->second * m_chunk_size;
268 const uint32_t chunks_left = CalculateChunksNeededForSize (m_byte_size - last_offset);
271 m_offset_to_chunk_size[last_offset] = needed_chunks;
273 log->Printf ("[3] AllocatedBlock::ReserveBlock (size = %u (0x%x)) => offset = 0x%x, %u %u bit chunks", size, size, last_offset, needed_chunk
[all...]
/external/qemu/
H A Darch_init.c113 static ram_addr_t last_offset; variable
118 ram_addr_t offset = last_offset;
171 } while (current_addr != last_block->offset + last_offset);
174 last_offset = offset;
274 last_offset = 0;
/external/chromium_org/third_party/sfntly/cpp/src/sample/chromium/
H A Dsubsetter_impl.cc246 int32_t last_offset = 0; local
268 loca_list[j] = last_offset;
270 last_offset += length;
271 loca_list[*i + 1] = last_offset;
275 loca_list[j] = last_offset;
/external/sfntly/cpp/src/sample/chromium/
H A Dsubsetter_impl.cc246 int32_t last_offset = 0; local
268 loca_list[j] = last_offset;
270 last_offset += length;
271 loca_list[*i + 1] = last_offset;
275 loca_list[j] = last_offset;
/external/flac/libFLAC/
H A Dmetadata_iterators.c907 off_t first_offset, last_offset; member in struct:FLAC__Metadata_Chain
1250 chain->last_offset = (off_t)pos;
1341 chain->last_offset = 0; /*@@@ wrong; will need to be set correctly to implement metadata writing for Ogg FLAC */
1371 /*FLAC__ASSERT(fflush(), ftello() == chain->last_offset);*/
1435 /*FLAC__ASSERT(fflush(), ftello() == chain->last_offset);*/
1438 if(0 != fseeko(f, chain->last_offset, SEEK_SET)) {
1484 /*FLAC__ASSERT(fflush(), ftello() == chain->last_offset);*/
1487 if(0 != seek_cb(handle, chain->last_offset, SEEK_SET)) {
1687 chain->last_offset = chain->first_offset;
1689 chain->last_offset
[all...]
/external/elfutils/0.153/src/
H A Delflint.c3932 size_t last_offset = 0; local
3940 last_offset = offset;
4005 return last_offset;

Completed in 1301 milliseconds