Searched refs:file_offset (Results 1 - 25 of 53) sorted by relevance

123

/external/jpeg/
H A Djmemansi.c99 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))
97 read_backing_store(j_common_ptr cinfo, backing_store_ptr info, void FAR * buffer_address, long file_offset, long byte_count) argument
110 write_backing_store(j_common_ptr cinfo, backing_store_ptr info, void FAR * buffer_address, long file_offset, long byte_count) argument
H A Djmem-android.c101 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))
99 read_backing_store(j_common_ptr cinfo, backing_store_ptr info, void FAR * buffer_address, long file_offset, long byte_count) argument
112 write_backing_store(j_common_ptr cinfo, backing_store_ptr info, void FAR * buffer_address, long file_offset, long byte_count) argument
H A Djmem-ashmem.c98 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);
96 read_backing_store(j_common_ptr cinfo, backing_store_ptr info, void FAR * buffer_address, long file_offset, long byte_count) argument
105 write_backing_store(j_common_ptr cinfo, backing_store_ptr info, void FAR * buffer_address, long file_offset, long byte_count) argument
H A Djmemdos.c245 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
243 read_file_store(j_common_ptr cinfo, backing_store_ptr info, void FAR * buffer_address, long file_offset, long byte_count) argument
259 write_file_store(j_common_ptr cinfo, backing_store_ptr info, void FAR * buffer_address, long file_offset, long byte_count) argument
333 read_xms_store(j_common_ptr cinfo, backing_store_ptr info, void FAR * buffer_address, long file_offset, long byte_count) argument
366 write_xms_store(j_common_ptr cinfo, backing_store_ptr info, void FAR * buffer_address, long file_offset, long byte_count) argument
491 read_ems_store(j_common_ptr cinfo, backing_store_ptr info, void FAR * buffer_address, long file_offset, long byte_count) argument
516 write_ems_store(j_common_ptr cinfo, backing_store_ptr info, void FAR * buffer_address, long file_offset, long byte_count) argument
[all...]
H A Djmemmac.c156 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 )
154 read_backing_store(j_common_ptr cinfo, backing_store_ptr info, void FAR * buffer_address, long file_offset, long byte_count) argument
172 write_backing_store(j_common_ptr cinfo, backing_store_ptr info, void FAR * buffer_address, long file_offset, long byte_count) argument
H A Djmemname.c206 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))
204 read_backing_store(j_common_ptr cinfo, backing_store_ptr info, void FAR * buffer_address, long file_offset, long byte_count) argument
217 write_backing_store(j_common_ptr cinfo, backing_store_ptr info, void FAR * buffer_address, long file_offset, long byte_count) argument
H A Djmemsys.h144 long file_offset, long byte_count));
148 long file_offset, long byte_count));
/external/qemu/distrib/jpeg-6b/
H A Djmemansi.c99 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))
97 read_backing_store(j_common_ptr cinfo, backing_store_ptr info, void FAR * buffer_address, long file_offset, long byte_count) argument
110 write_backing_store(j_common_ptr cinfo, backing_store_ptr info, void FAR * buffer_address, long file_offset, long byte_count) argument
H A Djmem-android.c101 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))
99 read_backing_store(j_common_ptr cinfo, backing_store_ptr info, void FAR * buffer_address, long file_offset, long byte_count) argument
112 write_backing_store(j_common_ptr cinfo, backing_store_ptr info, void FAR * buffer_address, long file_offset, long byte_count) argument
H A Djmem-ashmem.c97 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);
95 read_backing_store(j_common_ptr cinfo, backing_store_ptr info, void FAR * buffer_address, long file_offset, long byte_count) argument
104 write_backing_store(j_common_ptr cinfo, backing_store_ptr info, void FAR * buffer_address, long file_offset, long byte_count) argument
H A Djmemdos.c245 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
243 read_file_store(j_common_ptr cinfo, backing_store_ptr info, void FAR * buffer_address, long file_offset, long byte_count) argument
259 write_file_store(j_common_ptr cinfo, backing_store_ptr info, void FAR * buffer_address, long file_offset, long byte_count) argument
333 read_xms_store(j_common_ptr cinfo, backing_store_ptr info, void FAR * buffer_address, long file_offset, long byte_count) argument
366 write_xms_store(j_common_ptr cinfo, backing_store_ptr info, void FAR * buffer_address, long file_offset, long byte_count) argument
491 read_ems_store(j_common_ptr cinfo, backing_store_ptr info, void FAR * buffer_address, long file_offset, long byte_count) argument
516 write_ems_store(j_common_ptr cinfo, backing_store_ptr info, void FAR * buffer_address, long file_offset, long byte_count) argument
[all...]
H A Djmemmac.c156 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 )
154 read_backing_store(j_common_ptr cinfo, backing_store_ptr info, void FAR * buffer_address, long file_offset, long byte_count) argument
172 write_backing_store(j_common_ptr cinfo, backing_store_ptr info, void FAR * buffer_address, long file_offset, long byte_count) argument
H A Djmemname.c206 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))
204 read_backing_store(j_common_ptr cinfo, backing_store_ptr info, void FAR * buffer_address, long file_offset, long byte_count) argument
217 write_backing_store(j_common_ptr cinfo, backing_store_ptr info, void FAR * buffer_address, long file_offset, long byte_count) argument
H A Djmemsys.h144 long file_offset, long byte_count));
148 long file_offset, long byte_count));
/external/chromium_org/courgette/
H A Ddisassembler_elf_32.cc243 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_re
[all...]
H A Ddisassembler_win32_x86.cc322 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
390 uint32 file_offset = 0; local
[all...]
H A Ddisassembler_elf_32_x86.cc85 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);
H A Ddisassembler_elf_32_arm.cc320 size_t file_offset = section_header->sh_offset; local
339 if (!ParseSimpleRegion(file_offset, file_offset + sizeof(Elf32_Rel),
343 file_offset += sizeof(Elf32_Rel);
354 file_offset += sizeof(Elf32_Rel);
364 return ParseSimpleRegion(file_offset, section_end, program);
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_procmaps.h76 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;
/external/e2fsprogs/ext2ed/
H A Dfile_com.c37 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_inf
[all...]
H A Ddir_com.c63 info_ptr->file_offset=0;
108 while (info.file_offset < info.file_length) { /* While we haven't reached the end */
124 info.file_offset += next;
126 if (info.file_offset >= info.file_length) break;
133 info.file_offset=info.block_num*file_system_info.block_size;
529 wprintw (show_win,"Directory Offset %ld of %ld. ",file_info.file_offset,file_info.file_length-1);
/external/chromium_org/ui/base/resource/
H A Ddata_pack.cc28 uint32 file_offset; member in struct:__anon14242::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/
H A Dsession.c472 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)
630 perf_session_queue_event(struct perf_session *s, union perf_event *event, struct perf_sample *sample, u64 file_offset) argument
699 dump_event(struct perf_session *session, union perf_event *event, u64 file_offset, struct perf_sample *sample) argument
731 perf_session_deliver_event(struct perf_session *session, union perf_event *event, struct perf_sample *sample, struct perf_event_ops *ops, u64 file_offset) argument
788 perf_session__process_user_event(struct perf_session *session, union perf_event *event, struct perf_event_ops *ops, u64 file_offset) argument
812 perf_session__process_event(struct perf_session *session, union perf_event *event, struct perf_event_ops *ops, u64 file_offset) argument
1013 u64 head, page_offset, file_offset, file_pos, progress_next; local
[all...]
/external/chromium_org/net/disk_cache/simple/
H A Dsimple_synchronous_entry.cc275 int64 file_offset = local
278 file_offset,
317 const int64 file_offset = GetFileOffsetFromKeyAndDataOffset(key_, offset); local
320 files_[index], file_offset, in_buf->data(), buf_len) != buf_len) {
331 if (!TruncatePlatformFile(files_[index], file_offset + buf_len)) {
352 int64 file_offset = GetFileOffsetFromKeyAndDataOffset(key_, data_size); local
354 file_offset,
397 int64 file_offset = GetFileOffsetFromKeyAndDataOffset( local
400 file_offset,
408 const int64 file_size = file_offset
[all...]
/external/chromium_org/tools/symsrc/
H A Dpefile.py671 def __init__(self, format, name=None, file_offset=None):
680 self.__file_offset__ = file_offset
1302 def __unpack_data__(self, format, data, file_offset):
1308 structure = Structure(format, file_offset=file_offset)
1317 format[0], file_offset, str(err)) )
1343 self.__data__, file_offset=0)
1359 file_offset = nt_headers_offset)
1374 file_offset = nt_headers_offset+4)
1392 file_offset
[all...]

Completed in 1557 milliseconds

123