Home
last modified time | relevance | path

Searched refs:file_offset (Results 1 – 11 of 11) sorted by relevance

/external/jpeg/
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
263 if (jdos_seek(info->handle.file_handle, file_offset)) in write_file_store()
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()
[all …]
Djmemansi.c99 long file_offset, long byte_count) in read_backing_store() argument
101 if (fseek(info->temp_file, file_offset, SEEK_SET)) in read_backing_store()
112 long file_offset, long byte_count) in write_backing_store() argument
114 if (fseek(info->temp_file, file_offset, SEEK_SET)) in write_backing_store()
Djmem-android.c101 long file_offset, long byte_count) in read_backing_store() argument
103 if (fseek(info->temp_file, file_offset, SEEK_SET)) in read_backing_store()
114 long file_offset, long byte_count) in write_backing_store() argument
116 if (fseek(info->temp_file, file_offset, SEEK_SET)) in write_backing_store()
Djmemname.c206 long file_offset, long byte_count) in read_backing_store() argument
208 if (fseek(info->temp_file, file_offset, SEEK_SET)) in read_backing_store()
219 long file_offset, long byte_count) in write_backing_store() argument
221 if (fseek(info->temp_file, file_offset, SEEK_SET)) in write_backing_store()
Djmemmac.c156 long file_offset, long byte_count) in read_backing_store() argument
161 if ( SetFPos ( info->temp_file, fsFromStart, file_offset ) != noErr ) in read_backing_store()
174 long file_offset, long byte_count) in write_backing_store() argument
179 if ( SetFPos ( info->temp_file, fsFromStart, file_offset ) != noErr ) in write_backing_store()
Djmemmgr.c693 long bytesperrow, file_offset, byte_count, rows, thisrow, i; in do_sarray_io() local
696 file_offset = ptr->cur_start_row * bytesperrow; in do_sarray_io()
712 file_offset, byte_count); in do_sarray_io()
716 file_offset, byte_count); in do_sarray_io()
717 file_offset += byte_count; in do_sarray_io()
726 long bytesperrow, file_offset, byte_count, rows, thisrow, i; in do_barray_io() local
729 file_offset = ptr->cur_start_row * bytesperrow; in do_barray_io()
745 file_offset, byte_count); in do_barray_io()
749 file_offset, byte_count); in do_barray_io()
750 file_offset += byte_count; in do_barray_io()
Djmemsys.h144 long file_offset, long byte_count));
148 long file_offset, long byte_count));
/external/e2fsprogs/ext2ed/
Dfile_com.c37 file_info.file_offset=0; in init_file_info()
86 file_info.file_offset=file_info.block_num*file_system_info.block_size; in type_file___nextblock()
187 file_info.file_offset=file_info.block_num*file_system_info.block_size; in type_file___prevblock()
218 file_info.file_offset=file_info.block_num*file_system_info.block_size; in type_file___block()
266 if (file_info.file_offset+offset>file_info.file_length-1) break; in file_show_hex()
270 if (file_info.file_offset+offset+i>file_info.file_length-1) { in file_show_hex()
290 if (file_info.file_offset+offset+i>file_info.file_length-1) break; in file_show_hex()
331 if (file_info.file_offset+last_offset > file_info.file_length-1) in file_show_text()
332 last_offset=file_info.file_length-1-file_info.file_offset; in file_show_text()
387 wprintw (show_win,"File Offset %ld of %ld.",file_info.file_offset,file_info.file_length-1); in show_status()
Ddir_com.c63 info_ptr->file_offset=0; in init_dir_info()
108 while (info.file_offset < info.file_length) { /* While we haven't reached the end */ in search_dir_entries()
124 info.file_offset += next; in search_dir_entries()
126 if (info.file_offset >= info.file_length) break; in search_dir_entries()
133 info.file_offset=info.block_num*file_system_info.block_size; in search_dir_entries()
529 wprintw (show_win,"Directory Offset %ld of %ld. ",file_info.file_offset,file_info.file_length-1); in show_dir_status()
Dext2ed.h140 long file_offset,file_length; member
/external/freetype/src/truetype/
Dttobjs.h208 FT_Long file_offset; member