Home
last modified time | relevance | path

Searched refs:file_offset (Results 101 – 125 of 3942) sorted by relevance

12345678910>>...158

/dports/lang/v8/v8-9.6.180.12/build/android/pylib/symbols/
H A Dapk_lib_dump.py49 for lib_path, file_offset, file_size in lib_map.GetDumpList():
52 (file_offset, file_offset + file_size, file_size, lib_path))
54 print('0x%08x 0x%08x 0x%08x %s' % (file_offset, file_offset + file_size,
H A Dapk_native_libs.py64 def file_offset(self): member in ApkZipInfo
74 self.filename, self.file_size, self.compress_size, self.file_offset)
100 file_offset = (local_header_offset + FILE_NAME_OFFSET +
102 return file_offset
215 (lib_path, entry.file_offset, entry.file_offset + entry.file_size))
239 def FindLibraryByOffset(self, file_offset): argument
250 if file_offset >= start_offset and file_offset < end_offset:
251 return (lib_path, file_offset - start_offset)
/dports/math/py-yt/yt-4.0.1/yt/frontends/athena/
H A Dio.py50 file_offset = (
51 grid.file_offset[2]
56 xread = slice(grid.file_offset[0], grid.file_offset[0] + grid_dims[0])
57 yread = slice(grid.file_offset[1], grid.file_offset[1] + grid_dims[1])
58 f.seek(read_table_offset + offset + file_offset)
64 f.seek(read_table_offset + offset + file_offset)
70 f.seek(read_table_offset + offset + 3 * file_offset)
/dports/www/chromium-legacy/chromium-88.0.4324.182/build/android/pylib/symbols/
H A Dapk_native_libs.py64 def file_offset(self): member in ApkZipInfo
74 self.filename, self.file_size, self.compress_size, self.file_offset)
100 file_offset = (local_header_offset + FILE_NAME_OFFSET +
102 return file_offset
215 (lib_path, entry.file_offset, entry.file_offset + entry.file_size))
239 def FindLibraryByOffset(self, file_offset): argument
250 if file_offset >= start_offset and file_offset < end_offset:
251 return (lib_path, file_offset - start_offset)
H A Dapk_lib_dump.py49 for lib_path, file_offset, file_size in lib_map.GetDumpList():
52 (file_offset, file_offset + file_size, file_size, lib_path))
54 print('0x%08x 0x%08x 0x%08x %s' % (file_offset, file_offset + file_size,
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/build/android/pylib/symbols/
H A Dapk_native_libs.py64 def file_offset(self): member in ApkZipInfo
74 self.filename, self.file_size, self.compress_size, self.file_offset)
100 file_offset = (local_header_offset + FILE_NAME_OFFSET +
102 return file_offset
215 (lib_path, entry.file_offset, entry.file_offset + entry.file_size))
239 def FindLibraryByOffset(self, file_offset): argument
250 if file_offset >= start_offset and file_offset < end_offset:
251 return (lib_path, file_offset - start_offset)
H A Dapk_lib_dump.py49 for lib_path, file_offset, file_size in lib_map.GetDumpList():
52 (file_offset, file_offset + file_size, file_size, lib_path))
54 print('0x%08x 0x%08x 0x%08x %s' % (file_offset, file_offset + file_size,
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/build/android/pylib/symbols/
H A Dapk_native_libs.py64 def file_offset(self): member in ApkZipInfo
74 self.filename, self.file_size, self.compress_size, self.file_offset)
100 file_offset = (local_header_offset + FILE_NAME_OFFSET +
102 return file_offset
215 (lib_path, entry.file_offset, entry.file_offset + entry.file_size))
239 def FindLibraryByOffset(self, file_offset): argument
250 if file_offset >= start_offset and file_offset < end_offset:
251 return (lib_path, file_offset - start_offset)
H A Dapk_lib_dump.py49 for lib_path, file_offset, file_size in lib_map.GetDumpList():
52 (file_offset, file_offset + file_size, file_size, lib_path))
54 print('0x%08x 0x%08x 0x%08x %s' % (file_offset, file_offset + file_size,
/dports/science/hdf/hdf-4.2.15/hdf/test/
H A Dtusejpegfuncs.c24 long *file_offset, /* end offset of previous data and indicating where in comp_using_jpeglib() argument
70 if (fseek(outfile, (off_t)*file_offset, SEEK_SET) == -1) in comp_using_jpeglib()
72 fprintf(stderr, "can't seek offset %d\n", (int)*file_offset); in comp_using_jpeglib()
120 *file_offset = ftell(outfile); in comp_using_jpeglib()
145 long file_offset, /* offset in the file to start reading */ in decomp_using_jpeglib() argument
169 if (fseek(infile, (off_t)file_offset, SEEK_SET) == -1) in decomp_using_jpeglib()
171 fprintf(stderr, "can't seek offset %d\n", (int)file_offset); in decomp_using_jpeglib()
/dports/emulators/mess/mame-mame0226/src/lib/formats/
H A Djvc_dsk.cpp191 int file_offset = header_size; in load() local
213 io_generic_read(io, sectors[interleave[i]].data, file_offset, sector_size); in load()
216 file_offset += sector_size; in load()
231 uint64_t file_offset = 0; in save() local
242 io_generic_write(io, header, file_offset, sizeof(header)); in save()
243 file_offset += sizeof(header); in save()
263 io_generic_write(io, sectors[1 + i].data, file_offset, sectors[1 + i].size); in save()
264 file_offset += sectors[1 + i].size; in save()
/dports/emulators/mame/mame-mame0226/src/lib/formats/
H A Djvc_dsk.cpp191 int file_offset = header_size; in load() local
213 io_generic_read(io, sectors[interleave[i]].data, file_offset, sector_size); in load()
216 file_offset += sector_size; in load()
231 uint64_t file_offset = 0; in save() local
242 io_generic_write(io, header, file_offset, sizeof(header)); in save()
243 file_offset += sizeof(header); in save()
263 io_generic_write(io, sectors[1 + i].data, file_offset, sectors[1 + i].size); in save()
264 file_offset += sectors[1 + i].size; in save()
/dports/devel/libfsext/libfsext-20210721/libfsext/
H A Dlibfsext_bitmap.c292 off64_t file_offset, in libfsext_bitmap_read_file_io_handle() argument
342 file_offset, in libfsext_bitmap_read_file_io_handle()
343 file_offset ); in libfsext_bitmap_read_file_io_handle()
350 file_offset, in libfsext_bitmap_read_file_io_handle()
361 file_offset, in libfsext_bitmap_read_file_io_handle()
362 file_offset ); in libfsext_bitmap_read_file_io_handle()
378 file_offset, in libfsext_bitmap_read_file_io_handle()
379 file_offset ); in libfsext_bitmap_read_file_io_handle()
/dports/graphics/freeimage/FreeImage/Source/LibJPEG/
H A Djmemdos.c245 long file_offset, long byte_count) in read_file_store() argument
261 long file_offset, long byte_count) in write_file_store() argument
335 long file_offset, long byte_count) in read_xms_store() argument
347 spec.src.offset = file_offset; in read_xms_store()
359 file_offset + byte_count - 1L, 2L); in read_xms_store()
368 long file_offset, long byte_count) in write_xms_store() argument
382 spec.dst.offset = file_offset; in write_xms_store()
392 file_offset + byte_count - 1L, 2L); in write_xms_store()
395 file_offset + byte_count - 1L, 2L); in write_xms_store()
493 long file_offset, long byte_count) in read_ems_store() argument
[all …]
/dports/multimedia/mpeg_encode/mpeg_encode/jpeg/
H A Djmemdos.c241 long file_offset, long byte_count) in read_file_store() argument
257 long file_offset, long byte_count) in write_file_store() argument
331 long file_offset, long byte_count) in read_xms_store() argument
343 spec.src.offset = file_offset; in read_xms_store()
355 file_offset + byte_count - 1L, 2L); in read_xms_store()
364 long file_offset, long byte_count) in write_xms_store() argument
378 spec.dst.offset = file_offset; in write_xms_store()
388 file_offset + byte_count - 1L, 2L); in write_xms_store()
391 file_offset + byte_count - 1L, 2L); in write_xms_store()
489 long file_offset, long byte_count) in read_ems_store() argument
[all …]
/dports/games/ioquake3/ioquake3-1.36/code/jpeg-6b/
H A Djmemdos.c245 long file_offset, long byte_count) in read_file_store() argument
261 long file_offset, long byte_count) in write_file_store() argument
335 long file_offset, long byte_count) in read_xms_store() argument
347 spec.src.offset = file_offset; in read_xms_store()
359 file_offset + byte_count - 1L, 2L); in read_xms_store()
368 long file_offset, long byte_count) in write_xms_store() argument
382 spec.dst.offset = file_offset; in write_xms_store()
392 file_offset + byte_count - 1L, 2L); in write_xms_store()
395 file_offset + byte_count - 1L, 2L); in write_xms_store()
493 long file_offset, long byte_count) in read_ems_store() argument
[all …]
/dports/games/ioquake3-server/ioquake3-1.36/code/jpeg-6b/
H A Djmemdos.c245 long file_offset, long byte_count) in read_file_store() argument
261 long file_offset, long byte_count) in write_file_store() argument
335 long file_offset, long byte_count) in read_xms_store() argument
347 spec.src.offset = file_offset; in read_xms_store()
359 file_offset + byte_count - 1L, 2L); in read_xms_store()
368 long file_offset, long byte_count) in write_xms_store() argument
382 spec.dst.offset = file_offset; in write_xms_store()
392 file_offset + byte_count - 1L, 2L); in write_xms_store()
395 file_offset + byte_count - 1L, 2L); in write_xms_store()
493 long file_offset, long byte_count) in read_ems_store() argument
[all …]
/dports/emulators/mess/mame-mame0226/3rdparty/libjpeg/
H A Djmemdos.c245 long file_offset, long byte_count) in read_file_store() argument
261 long file_offset, long byte_count) in write_file_store() argument
335 long file_offset, long byte_count) in read_xms_store() argument
347 spec.src.offset = file_offset; in read_xms_store()
359 file_offset + byte_count - 1L, 2L); in read_xms_store()
368 long file_offset, long byte_count) in write_xms_store() argument
382 spec.dst.offset = file_offset; in write_xms_store()
392 file_offset + byte_count - 1L, 2L); in write_xms_store()
395 file_offset + byte_count - 1L, 2L); in write_xms_store()
493 long file_offset, long byte_count) in read_ems_store() argument
[all …]
/dports/graphics/aseprite/aseprite-1.2.9/third_party/jpeg/
H A Djmemdos.c245 long file_offset, long byte_count) in read_file_store() argument
247 if (jdos_seek(info->handle.file_handle, file_offset)) in read_file_store()
261 long file_offset, long byte_count) in write_file_store() argument
335 long file_offset, long byte_count) in read_xms_store() argument
347 spec.src.offset = file_offset; in read_xms_store()
359 file_offset + byte_count - 1L, 2L); in read_xms_store()
368 long file_offset, long byte_count) in write_xms_store() argument
382 spec.dst.offset = file_offset; in write_xms_store()
392 file_offset + byte_count - 1L, 2L); in write_xms_store()
493 long file_offset, long byte_count) in read_ems_store() argument
[all …]
/dports/graphics/argyllcms/Argyll_V1.9.2/jpeg/
H A Djmemdos.c245 long file_offset, long byte_count) in read_file_store() argument
261 long file_offset, long byte_count) in write_file_store() argument
335 long file_offset, long byte_count) in read_xms_store() argument
347 spec.src.offset = file_offset; in read_xms_store()
359 file_offset + byte_count - 1L, 2L); in read_xms_store()
368 long file_offset, long byte_count) in write_xms_store() argument
382 spec.dst.offset = file_offset; in write_xms_store()
392 file_offset + byte_count - 1L, 2L); in write_xms_store()
395 file_offset + byte_count - 1L, 2L); in write_xms_store()
493 long file_offset, long byte_count) in read_ems_store() argument
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/libjpeg/
H A Djmemdos.c245 long file_offset, long byte_count) in read_file_store() argument
261 long file_offset, long byte_count) in write_file_store() argument
335 long file_offset, long byte_count) in read_xms_store() argument
347 spec.src.offset = file_offset; in read_xms_store()
359 file_offset + byte_count - 1L, 2L); in read_xms_store()
368 long file_offset, long byte_count) in write_xms_store() argument
382 spec.dst.offset = file_offset; in write_xms_store()
392 file_offset + byte_count - 1L, 2L); in write_xms_store()
395 file_offset + byte_count - 1L, 2L); in write_xms_store()
493 long file_offset, long byte_count) in read_ems_store() argument
[all …]
/dports/games/tremulous/tremulous/tremulous-1.1.0-src/src/jpeg-6/
H A Djmemdos.c241 long file_offset, long byte_count) in read_file_store() argument
257 long file_offset, long byte_count) in write_file_store() argument
331 long file_offset, long byte_count) in read_xms_store() argument
343 spec.src.offset = file_offset; in read_xms_store()
355 file_offset + byte_count - 1L, 2L); in read_xms_store()
364 long file_offset, long byte_count) in write_xms_store() argument
378 spec.dst.offset = file_offset; in write_xms_store()
388 file_offset + byte_count - 1L, 2L); in write_xms_store()
391 file_offset + byte_count - 1L, 2L); in write_xms_store()
489 long file_offset, long byte_count) in read_ems_store() argument
[all …]
/dports/cad/openctm/OpenCTM-1.0.3/tools/jpeg/
H A Djmemdos.c245 long file_offset, long byte_count) in read_file_store() argument
261 long file_offset, long byte_count) in write_file_store() argument
335 long file_offset, long byte_count) in read_xms_store() argument
347 spec.src.offset = file_offset; in read_xms_store()
359 file_offset + byte_count - 1L, 2L); in read_xms_store()
368 long file_offset, long byte_count) in write_xms_store() argument
382 spec.dst.offset = file_offset; in write_xms_store()
392 file_offset + byte_count - 1L, 2L); in write_xms_store()
395 file_offset + byte_count - 1L, 2L); in write_xms_store()
493 long file_offset, long byte_count) in read_ems_store() argument
[all …]
/dports/science/afni/afni-AFNI_21.3.16/src/jpeg-6b/
H A Djmemdos.c245 long file_offset, long byte_count) in read_file_store() argument
261 long file_offset, long byte_count) in write_file_store() argument
335 long file_offset, long byte_count) in read_xms_store() argument
347 spec.src.offset = file_offset; in read_xms_store()
359 file_offset + byte_count - 1L, 2L); in read_xms_store()
368 long file_offset, long byte_count) in write_xms_store() argument
382 spec.dst.offset = file_offset; in write_xms_store()
392 file_offset + byte_count - 1L, 2L); in write_xms_store()
395 file_offset + byte_count - 1L, 2L); in write_xms_store()
493 long file_offset, long byte_count) in read_ems_store() argument
[all …]
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/jpeg/
H A Djmemdos.c245 long file_offset, long byte_count) in read_file_store() argument
261 long file_offset, long byte_count) in write_file_store() argument
335 long file_offset, long byte_count) in read_xms_store() argument
347 spec.src.offset = file_offset; in read_xms_store()
359 file_offset + byte_count - 1L, 2L); in read_xms_store()
368 long file_offset, long byte_count) in write_xms_store() argument
382 spec.dst.offset = file_offset; in write_xms_store()
392 file_offset + byte_count - 1L, 2L); in write_xms_store()
395 file_offset + byte_count - 1L, 2L); in write_xms_store()
493 long file_offset, long byte_count) in read_ems_store() argument
[all …]

12345678910>>...158