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

1234

/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
/external/lldb/source/Plugins/ObjectContainer/BSD-Archive/
H A DObjectContainerBSDArchive.cpp110 lldb::offset_t file_offset,
115 m_file_offset (file_offset),
183 ObjectContainerBSDArchive::Archive::FindCachedArchive (const FileSpec &file, const ArchSpec &arch, const TimeValue &time, lldb::offset_t file_offset) argument
196 else if (file_offset != LLDB_INVALID_OFFSET && pos->second->GetFileOffset() != file_offset)
230 lldb::offset_t file_offset,
234 shared_ptr archive_sp(new Archive (arch, time, file_offset, data));
303 lldb::offset_t file_offset,
319 "ObjectContainerBSDArchive::CreateInstance (module = %s, file = %p, file_offset = 0x%8.8" PRIx64 ", file_size = 0x%8.8" PRIx64 ")",
321 file, (uint64_t) file_offset, (uint64_
106 Archive( const lldb_private::ArchSpec &arch, const lldb_private::TimeValue &time, lldb::offset_t file_offset, lldb_private::DataExtractor &data ) argument
225 ParseAndCacheArchiveForFile( const FileSpec &file, const ArchSpec &arch, const TimeValue &time, lldb::offset_t file_offset, DataExtractor &data ) argument
297 CreateInstance( const lldb::ModuleSP &module_sp, DataBufferSP& data_sp, lldb::offset_t data_offset, const FileSpec *file, lldb::offset_t file_offset, lldb::offset_t length) argument
391 ObjectContainerBSDArchive( const lldb::ModuleSP &module_sp, DataBufferSP& data_sp, lldb::offset_t data_offset, const lldb_private::FileSpec *file, lldb::offset_t file_offset, lldb::offset_t size ) argument
509 GetModuleSpecifications(const lldb_private::FileSpec& file, lldb::DataBufferSP& data_sp, lldb::offset_t data_offset, lldb::offset_t file_offset, lldb::offset_t file_size, lldb_private::ModuleSpecList &specs) argument
[all...]
H A DObjectContainerBSDArchive.h53 lldb::offset_t file_offset,
140 lldb::offset_t file_offset);
146 lldb::offset_t file_offset,
151 lldb::offset_t file_offset,
/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_x64.cc318 int file_offset = RVAToFileOffset(rva); local
319 if (file_offset == kNoOffset)
322 return OffsetToPointer(file_offset);
336 uint32 file_offset = 0; local
337 while (file_offset < length()) {
338 const Section* section = FindNextSection(file_offset);
342 // ParseNonSectionFileRegion(file_offset, pe_info().length(), program);
345 if (file_offset < section->file_offset_of_raw_data) {
347 if(!ParseNonSectionFileRegion(file_offset, section_start_offset,
351 file_offset
386 uint32 file_offset = 0; local
[all...]
H A Ddisassembler_win32_x86.cc318 int file_offset = RVAToFileOffset(rva); local
319 if (file_offset == kNoOffset)
322 return OffsetToPointer(file_offset);
336 uint32 file_offset = 0; local
337 while (file_offset < length()) {
338 const Section* section = FindNextSection(file_offset);
342 // ParseNonSectionFileRegion(file_offset, pe_info().length(), program);
345 if (file_offset < section->file_offset_of_raw_data) {
347 if(!ParseNonSectionFileRegion(file_offset, section_start_offset,
351 file_offset
386 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);
/external/lldb/include/lldb/Symbol/
H A DObjectContainer.h52 lldb::offset_t file_offset,
58 m_offset (file_offset),
50 ObjectContainer(const lldb::ModuleSP &module_sp, const FileSpec *file, lldb::offset_t file_offset, lldb::offset_t length, lldb::DataBufferSP& data_sp, lldb::offset_t data_offset) argument
/external/qemu/distrib/libsparse/include/sparse/
H A Dsparse.h98 * @file_offset - offset into the copied file
114 const char *filename, int64_t file_offset, unsigned int len,
122 * @file_offset - offset into the copied file
141 int fd, int64_t file_offset, unsigned int len, unsigned int block);
/external/lldb/source/Symbol/
H A DObjectFile.cpp33 lldb::offset_t file_offset,
43 "ObjectFile::FindPlugin (module = %s, file = %p, file_offset = 0x%8.8" PRIx64 ", file_size = 0x%8.8" PRIx64 ")",
45 file, (uint64_t) file_offset, (uint64_t) file_size);
62 std::unique_ptr<ObjectContainer> object_container_ap(create_object_container_callback(module_sp, data_sp, data_offset, file, file_offset, file_size));
77 data_sp = file->ReadFileContents(file_offset, std::min<size_t>(512, file_size));
104 std::unique_ptr<ObjectContainer> object_container_ap(create_object_container_callback(module_sp, data_sp, data_offset, file, file_offset, file_size));
114 data_sp = archive_file.ReadFileContents(file_offset, 512);
126 object_file_sp.reset (create_object_file_callback(module_sp, data_sp, data_offset, file, file_offset, file_size));
136 std::unique_ptr<ObjectContainer> object_container_ap(create_object_container_callback(module_sp, data_sp, data_offset, file, file_offset, file_size));
188 lldb::offset_t file_offset,
31 FindPlugin(const lldb::ModuleSP &module_sp, const FileSpec* file, lldb::offset_t file_offset, lldb::offset_t file_size, DataBufferSP &data_sp, lldb::offset_t &data_offset) argument
187 GetModuleSpecifications(const FileSpec &file, lldb::offset_t file_offset, lldb::offset_t file_size, ModuleSpecList &specs) argument
212 GetModuleSpecifications(const lldb_private::FileSpec& file, lldb::DataBufferSP& data_sp, lldb::offset_t data_offset, lldb::offset_t file_offset, lldb::offset_t file_size, lldb_private::ModuleSpecList &specs) argument
238 ObjectFile(const lldb::ModuleSP &module_sp, const FileSpec *file_spec_ptr, lldb::offset_t file_offset, lldb::offset_t length, lldb::DataBufferSP& data_sp, lldb::offset_t data_offset ) argument
[all...]
/external/chromium_org/third_party/android_crazy_linker/src/src/
H A Dcrazy_linker_elf_loader.cpp46 off_t file_offset,
50 LOG("%s: lib_path='%s', file_offset=%p, load_address=%p\n",
53 file_offset,
66 if ((file_offset & static_cast<off_t>(PAGE_SIZE - 1)) != 0) {
67 error->Format("File offset is not page aligned (%08x)", file_offset);
70 file_offset_ = file_offset;
78 if (file_offset && fd_.SeekTo(file_offset) < 0) {
80 "Can't seek to file offset %08x: %s", file_offset, strerror(errno));
301 LOG("%s: file_offset
45 LoadAt(const char* lib_path, off_t file_offset, uintptr_t wanted_address, Error* error) argument
[all...]
/external/chromium_org/third_party/libjpeg_turbo/
H A Djmemsys.h144 long file_offset, long byte_count));
148 long file_offset, long byte_count));
/external/pdfium/core/src/fxcodec/libjpeg/
H A Djmemsys.h144 long file_offset, long byte_count));
148 long file_offset, long byte_count));

Completed in 573 milliseconds

1234