Searched refs:file_offset (Results 1 - 25 of 52) 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 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/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/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
H A DObjectFile.h92 lldb::offset_t file_offset,
139 /// @param[in] file_offset
153 lldb::offset_t file_offset,
184 lldb::offset_t file_offset,
192 lldb::offset_t file_offset,
H A DDWARFCallFrameInfo.h114 GetFDEEntryByFileAddress (lldb::addr_t file_offset, FDEEntryMap::Entry& fde_entry);
/external/pdfium/core/src/fxcodec/libjpeg/
H A Djmemsys.h122 long file_offset, long byte_count));
126 long file_offset, long byte_count));
/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/lldb/source/Plugins/ObjectContainer/Universal-Mach-O/
H A DObjectContainerUniversalMachO.cpp61 lldb::offset_t file_offset,
73 std::unique_ptr<ObjectContainerUniversalMachO> container_ap(new ObjectContainerUniversalMachO (module_sp, data_sp, data_offset, file, file_offset, length));
97 lldb::offset_t file_offset,
100 ObjectContainer (module_sp, file, file_offset, length, data_sp, data_offset),
280 lldb::offset_t file_offset,
297 const lldb::offset_t slice_file_offset = fat_arch.offset + file_offset;
55 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
91 ObjectContainerUniversalMachO( 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
277 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
H A DObjectContainerUniversalMachO.h49 lldb::offset_t 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/lldb/include/lldb/
H A Dlldb-private-interfaces.h23 typedef size_t (*ObjectFileGetModuleSpecifications) (const FileSpec &file, lldb::DataBufferSP& data_sp, lldb::offset_t data_offset, lldb::offset_t file_offset, lldb::offset_t length, ModuleSpecList &module_specs);
24 typedef ObjectFile* (*ObjectFileCreateInstance) (const lldb::ModuleSP &module_sp, lldb::DataBufferSP& data_sp, lldb::offset_t data_offset, const FileSpec* file, lldb::offset_t file_offset, lldb::offset_t length);
/external/lldb/source/Host/macosx/
H A DSymbols.cpp59 off_t file_offset,
104 DataBufferSP data_buffer_sp (file_spec.ReadFileContents (file_offset, sizeof(struct mach_header_64) + sizeofcmds));
112 DataBufferSP data_buffer_sp (file_spec.ReadFileContents (file_offset, sizeof(struct mach_header) + sizeofcmds));
140 off_t file_offset,
156 DataBufferSP data_buffer_sp (file_spec.ReadFileContents (file_offset, fat_header_and_arch_size));
178 DataBufferSP data_buffer_sp (file_spec.ReadFileContents (file_offset + arch_offset, 0x1000));
189 if (SkinnyMachOFileContainsArchAndUUID (file_spec, arch, uuid, file_offset + arch_offset, arch_data, arch_data_offset, arch_magic))
206 off_t file_offset = 0; local
207 DataBufferSP data_buffer_sp (file_spec.ReadFileContents (file_offset, 0x1000));
223 return SkinnyMachOFileContainsArchAndUUID (file_spec, arch, uuid, file_offset, dat
54 SkinnyMachOFileContainsArchAndUUID( const FileSpec &file_spec, const ArchSpec *arch, const lldb_private::UUID *uuid, off_t file_offset, DataExtractor& data, lldb::offset_t data_offset, const uint32_t magic ) argument
135 UniversalMachOFileContainsArchAndUUID( const FileSpec &file_spec, const ArchSpec *arch, const lldb_private::UUID *uuid, off_t file_offset, DataExtractor& data, lldb::offset_t data_offset, const uint32_t magic ) argument
[all...]
/external/lldb/include/lldb/Core/
H A DSection.h120 lldb::offset_t file_offset,
133 lldb::offset_t file_offset,
176 SetFileOffset (lldb::offset_t file_offset) argument
178 m_file_offset = file_offset;
/external/google-breakpad/src/common/mac/
H A Dmacho_reader.cc341 size_t file_offset, file_size; local
345 .Read(word_size, false, &file_offset)
355 if (file_offset > buffer_.Size() ||
356 file_size > buffer_.Size() - file_offset) {
364 if (file_offset == 0 && file_size == 0) {
367 segment.contents.start = buffer_.start + file_offset;
/external/linux-tools-perf/src/tools/perf/util/
H A Dsession.c495 u64 file_offset; member in struct:sample_queue
517 u64 file_offset);
547 iter->file_offset);
673 struct perf_sample *sample, u64 file_offset)
705 new->file_offset = file_offset;
814 u64 file_offset, struct perf_sample *sample)
820 file_offset, event->header.size, event->header.type);
827 printf("%#" PRIx64 " [%#x]: PERF_RECORD_%s", file_offset,
969 u64 file_offset)
672 perf_session_queue_event(struct perf_session *s, union perf_event *event, struct perf_sample *sample, u64 file_offset) argument
813 dump_event(struct perf_session *session, union perf_event *event, u64 file_offset, struct perf_sample *sample) argument
965 perf_session_deliver_event(struct perf_session *session, union perf_event *event, struct perf_sample *sample, struct perf_tool *tool, u64 file_offset) argument
1036 perf_session__process_user_event(struct perf_session *session, union perf_event *event, struct perf_tool *tool, u64 file_offset) argument
1072 perf_session__process_event(struct perf_session *session, union perf_event *event, struct perf_tool *tool, u64 file_offset) argument
1307 u64 head, page_offset, file_offset, file_pos, progress_next; local
[all...]
/external/lldb/scripts/Python/interface/
H A DSBSection.i118 __swig_getmethods__["file_offset"] = GetFileOffset
119 if _newclass: file_offset = property(GetFileOffset, None, doc='''A read only property that returns the file offset in bytes of this section as an integer.''')
/external/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.h49 lldb::offset_t file_offset,
62 lldb::offset_t file_offset,
/external/fio/
H A Dfilesetup.c225 if (lseek(f->fd, f->file_offset, SEEK_SET) < 0) {
369 if (f->file_offset > f->real_file_size) {
371 (unsigned long long) f->file_offset,
393 off = f->file_offset;
833 f->file_offset = get_start_offset(td, f);
850 f->io_size = f->real_file_size - f->file_offset;
853 if (f->file_offset > o->file_size_low)
860 f->io_size = o->file_size_low - f->file_offset;
863 - f->file_offset;
866 f->io_size = f->real_file_size - f->file_offset;
[all...]
/external/google-breakpad/src/client/linux/handler/
H A Dexception_handler.h215 size_t file_offset);

Completed in 396 milliseconds

123