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

1 2 3 4 5

  /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))
  /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))
  /external/lldb/source/Plugins/ObjectContainer/BSD-Archive/
ObjectContainerBSDArchive.cpp 110 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)
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_t) length)
    [all...]
ObjectContainerBSDArchive.h 53 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/
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_x64.cc 318 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 = section_start_offset
386 uint32 file_offset = 0; local
    [all...]
disassembler_win32_x86.cc 318 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 = section_start_offset
386 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/lldb/include/lldb/Symbol/
ObjectContainer.h 52 lldb::offset_t file_offset,
58 m_offset (file_offset),
  /external/qemu/distrib/libsparse/include/sparse/
sparse.h 98 * @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);
  /system/core/libsparse/include/sparse/
sparse.h 98 * @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/
ObjectFile.cpp 33 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,
    [all...]
  /ndk/sources/android/crazy_linker/src/
crazy_linker_library_list.h 70 off_t file_offset,
  /external/chromium_org/third_party/android_crazy_linker/src/src/
crazy_linker_elf_loader.cpp 46 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=%p file_length=%p start_address=%p end_address=%p\n"
    [all...]
  /external/chromium_org/third_party/libjpeg_turbo/
jmemsys.h 144 long file_offset, long byte_count));
148 long file_offset, long byte_count));

Completed in 307 milliseconds

1 2 3 4 5