HomeSort by relevance Sort by last modified time
    Searched refs:file_offset (Results 1 - 25 of 76) sorted by null

1 2 3 4

  /external/jpeg/
jmemansi.c 99 long file_offset, long byte_count)
101 if (fseek(info->temp_file, file_offset, SEEK_SET))
112 long file_offset, long byte_count)
114 if (fseek(info->temp_file, file_offset, SEEK_SET))
jmem-android.c 101 long file_offset, long byte_count)
103 if (fseek(info->temp_file, file_offset, SEEK_SET))
114 long file_offset, long byte_count)
116 if (fseek(info->temp_file, file_offset, SEEK_SET))
jmem-ashmem.c 98 long file_offset, long byte_count)
100 memmove(buffer_address, info->addr + file_offset, byte_count);
107 long file_offset, long byte_count)
109 memmove(info->addr + file_offset, buffer_address, byte_count);
jmemdos.c 245 long file_offset, long byte_count)
247 if (jdos_seek(info->handle.file_handle, file_offset))
261 long file_offset, long byte_count)
263 if (jdos_seek(info->handle.file_handle, file_offset))
335 long file_offset, long byte_count)
347 spec.src.offset = file_offset;
359 file_offset + byte_count - 1L, 2L);
368 long file_offset, long byte_count)
382 spec.dst.offset = file_offset;
392 file_offset + byte_count - 1L, 2L)
    [all...]
jmemmac.c 156 long file_offset, long byte_count)
161 if ( SetFPos ( info->temp_file, fsFromStart, file_offset ) != noErr )
174 long file_offset, long byte_count)
179 if ( SetFPos ( info->temp_file, fsFromStart, file_offset ) != noErr )
jmemname.c 206 long file_offset, long byte_count)
208 if (fseek(info->temp_file, file_offset, SEEK_SET))
219 long file_offset, long byte_count)
221 if (fseek(info->temp_file, file_offset, SEEK_SET))
jmemsys.h 144 long file_offset, long byte_count));
148 long file_offset, long byte_count));
  /external/qemu/distrib/jpeg-6b/
jmemansi.c 99 long file_offset, long byte_count)
101 if (fseek(info->temp_file, file_offset, SEEK_SET))
112 long file_offset, long byte_count)
114 if (fseek(info->temp_file, file_offset, SEEK_SET))
jmem-android.c 101 long file_offset, long byte_count)
103 if (fseek(info->temp_file, file_offset, SEEK_SET))
114 long file_offset, long byte_count)
116 if (fseek(info->temp_file, file_offset, SEEK_SET))
jmem-ashmem.c 97 long file_offset, long byte_count)
99 memmove(buffer_address, info->addr + file_offset, byte_count);
106 long file_offset, long byte_count)
108 memmove(info->addr + file_offset, buffer_address, byte_count);
jmemdos.c 245 long file_offset, long byte_count)
247 if (jdos_seek(info->handle.file_handle, file_offset))
261 long file_offset, long byte_count)
263 if (jdos_seek(info->handle.file_handle, file_offset))
335 long file_offset, long byte_count)
347 spec.src.offset = file_offset;
359 file_offset + byte_count - 1L, 2L);
368 long file_offset, long byte_count)
382 spec.dst.offset = file_offset;
392 file_offset + byte_count - 1L, 2L)
    [all...]
jmemmac.c 156 long file_offset, long byte_count)
161 if ( SetFPos ( info->temp_file, fsFromStart, file_offset ) != noErr )
174 long file_offset, long byte_count)
179 if ( SetFPos ( info->temp_file, fsFromStart, file_offset ) != noErr )
jmemname.c 206 long file_offset, long byte_count)
208 if (fseek(info->temp_file, file_offset, SEEK_SET))
219 long file_offset, long byte_count)
221 if (fseek(info->temp_file, file_offset, SEEK_SET))
jmemsys.h 144 long file_offset, long byte_count));
148 long file_offset, long byte_count));
  /external/chromium_org/courgette/
disassembler_elf_32.cc 243 uint32 file_offset = 0; local
265 if (!ParseSimpleRegion(file_offset,
269 file_offset = section_header->sh_offset;
275 file_offset = section_header->sh_offset + section_header->sh_size;
283 file_offset = section_header->sh_offset + section_header->sh_size;
312 if (!ParseSimpleRegion(file_offset,
330 size_t file_offset = section_header->sh_offset; local
338 while (file_offset < section_end) {
341 file_offset > **current_abs_offset)
345 file_offset > (**current_rel)->get_offset())
    [all...]
disassembler_win32_x86.cc 322 int file_offset = RVAToFileOffset(rva); local
323 if (file_offset == kNoOffset)
326 return OffsetToPointer(file_offset);
340 uint32 file_offset = 0; local
341 while (file_offset < length()) {
342 const Section* section = FindNextSection(file_offset);
346 // ParseNonSectionFileRegion(file_offset, pe_info().length(), program);
349 if (file_offset < section->file_offset_of_raw_data) {
351 if(!ParseNonSectionFileRegion(file_offset, section_start_offset,
355 file_offset = section_start_offset
390 uint32 file_offset = 0; local
    [all...]
disassembler_elf_32_x86.cc 85 size_t file_offset = section_header->sh_offset; local
111 file_offset += sizeof(Elf32_Rel) * abs32_locations_.size();
114 return ParseSimpleRegion(file_offset, section_end, program);
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_procmaps.h 76 uptr start, end, file_offset;
77 for (int i = 0; Next(&start, &end, &file_offset, filename, filename_size,
92 *offset = (addr - (i ? start : 0)) + file_offset;
  /art/compiler/
oat_writer.h 106 bool WriteTables(OutputStream& out, const size_t file_offset);
107 size_t WriteCode(OutputStream& out, const size_t file_offset);
108 size_t WriteCodeDexFiles(OutputStream& out, const size_t file_offset, size_t relative_offset);
109 size_t WriteCodeDexFile(OutputStream& out, const size_t file_offset, size_t relative_offset,
111 size_t WriteCodeClassDef(OutputStream& out, const size_t file_offset, size_t relative_offset,
114 size_t WriteCodeMethod(OutputStream& out, const size_t file_offset, size_t relative_offset,
126 bool Write(OatWriter* oat_writer, OutputStream& out, const size_t file_offset) const;
150 bool Write(OatWriter* oat_writer, OutputStream& out, const size_t file_offset) const;
oat_writer.cc 425 DCHECK_EQ(static_cast<off_t>(file_offset + relative_offset), out.Seek(0, kSeekCurrent)) \
426 << "file_offset=" << file_offset << " relative_offset=" << relative_offset
429 DCHECK_EQ(static_cast<off_t>(file_offset + offset_), out.Seek(0, kSeekCurrent)) \
430 << "file_offset=" << file_offset << " offset_=" << offset_
433 const size_t file_offset = out.Seek(0, kSeekCurrent); local
447 if (!WriteTables(out, file_offset)) {
452 size_t relative_offset = WriteCode(out, file_offset);
458 relative_offset = WriteCodeDexFiles(out, file_offset, relative_offset)
    [all...]
  /system/core/libsparse/include/sparse/
sparse.h 94 * @file_offset - offset into the copied file
110 const char *filename, int64_t file_offset, unsigned int len,
118 * @file_offset - offset into the copied file
137 int fd, int64_t file_offset, unsigned int len, unsigned int block);
  /external/e2fsprogs/ext2ed/
file_com.c 37 file_info.file_offset=0;
86 file_info.file_offset=file_info.block_num*file_system_info.block_size;
187 file_info.file_offset=file_info.block_num*file_system_info.block_size;
218 file_info.file_offset=file_info.block_num*file_system_info.block_size;
266 if (file_info.file_offset+offset>file_info.file_length-1) break;
270 if (file_info.file_offset+offset+i>file_info.file_length-1) {
290 if (file_info.file_offset+offset+i>file_info.file_length-1) break;
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;
387 wprintw (show_win,"File Offset %ld of %ld.",file_info.file_offset,file_info.file_length-1)
    [all...]
  /external/chromium_org/ui/base/resource/
data_pack.cc 28 uint32 file_offset; member in struct:__anon16641::DataPackEntry
152 if (entry->file_offset > mmap_->length()) {
191 size_t length = next_entry->file_offset - target->file_offset;
193 data->set(mmap_->data() + target->file_offset, length);
  /external/linux-tools-perf/util/
session.c 472 u64 file_offset; member in struct:sample_queue
494 u64 file_offset);
519 iter->file_offset);
631 struct perf_sample *sample, u64 file_offset)
663 new->file_offset = file_offset;
700 u64 file_offset, struct perf_sample *sample)
706 file_offset, event->header.size, event->header.type);
713 printf("%#" PRIx64 " [%#x]: PERF_RECORD_%s", file_offset,
735 u64 file_offset)
1013 u64 head, page_offset, file_offset, file_pos, progress_next; local
    [all...]
  /system/core/libsparse/
sparse.c 67 const char *filename, int64_t file_offset, unsigned int len,
70 return backed_block_add_file(s->backed_block_list, filename, file_offset,
75 int fd, int64_t file_offset, unsigned int len, unsigned int block)
77 return backed_block_add_fd(s->backed_block_list, fd, file_offset,

Completed in 1545 milliseconds

1 2 3 4