Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/unused/
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 …]
A 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()
A Djmem-android.c102 long file_offset, long byte_count) in read_backing_store() argument
104 if (fseek(info->temp_file, file_offset, SEEK_SET)) in read_backing_store()
115 long file_offset, long byte_count) in write_backing_store() argument
117 if (fseek(info->temp_file, file_offset, SEEK_SET)) in write_backing_store()
A 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()
A 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()
/AliOS-Things-master/components/linkkit/http2/
A Dhttp2_upload_api.c49 uint32_t file_offset; member
73 uint32_t file_offset; member
242 (info->send_len + ext_info->file_offset)); /* offset used */ in _http2_fs_part_send_sync()
340 send_ext_info.file_offset = rsp_data.fs_offset; in _http2_fs_node_handle()
354 ((upload_len - send_ext_info.file_offset) < part_len) in _http2_fs_node_handle()
355 ? (upload_len - send_ext_info.file_offset) in _http2_fs_node_handle()
364 send_ext_info.file_offset += send_ext_info.part_len; in _http2_fs_node_handle()
365 h2_info("file offset = %d now", send_ext_info.file_offset); in _http2_fs_node_handle()
366 } while (send_ext_info.file_offset < upload_len); in _http2_fs_node_handle()
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/
A Djmemsys.h144 long file_offset, long byte_count));
148 long file_offset, long byte_count));
A Djmemmgr.c694 long bytesperrow, file_offset, byte_count, rows, thisrow, i; in do_sarray_io() local
697 file_offset = ptr->cur_start_row * bytesperrow; in do_sarray_io()
713 file_offset, byte_count); in do_sarray_io()
717 file_offset, byte_count); in do_sarray_io()
718 file_offset += byte_count; in do_sarray_io()
727 long bytesperrow, file_offset, byte_count, rows, thisrow, i; in do_barray_io() local
730 file_offset = ptr->cur_start_row * bytesperrow; in do_barray_io()
746 file_offset, byte_count); in do_barray_io()
750 file_offset, byte_count); in do_barray_io()
751 file_offset += byte_count; in do_barray_io()
/AliOS-Things-master/components/SDL2/src/image/external/
A Djpeg-9b.patch787 + long file_offset, long byte_count)
789 + if (fseek(info->temp_file, file_offset, SEEK_SET))
800 + long file_offset, long byte_count)
802 + if (fseek(info->temp_file, file_offset, SEEK_SET))

Completed in 27 milliseconds