Home | History | Annotate | Download | only in jpeg-6b

Lines Matching refs:file_offset

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);
395 file_offset + byte_count - 1L, 2L);
493 long file_offset, long byte_count)
501 SRC_PAGE(spec) = (unsigned short) (file_offset / EMSPAGESIZE);
502 SRC_OFFSET(spec) = (unsigned short) (file_offset % EMSPAGESIZE);
518 long file_offset, long byte_count)
529 DST_PAGE(spec) = (unsigned short) (file_offset / EMSPAGESIZE);
530 DST_OFFSET(spec) = (unsigned short) (file_offset % EMSPAGESIZE);