Searched refs:file_offset (Results 1 - 3 of 3) sorted by relevance

/device/linaro/bootloader/arm-trusted-firmware/drivers/io/
H A Dio_fip.c274 size_t file_offset; local
295 file_offset = fp->entry.offset_address + fp->file_pos;
296 result = io_seek(backend_handle, IO_SEEK_SET, file_offset);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
H A Dzipimport.c676 file_offset, # offset of file header from start of archive
683 data_size and file_offset are 0.
690 long compress, crc, data_size, file_size, file_offset, date, time; local
770 file_offset = PyMarshal_ReadLongFromFile(fp) + arc_offset;
787 file_size, file_offset, time, date, crc);
856 long compress, data_size, file_size, file_offset; local
860 &data_size, &file_size, &file_offset, &time,
873 if (fseek(fp, file_offset, 0) == -1) {
888 if (fseek(fp, file_offset + 26, 0) == -1) {
896 file_offset
[all...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
H A Dzipimport.c676 file_offset, # offset of file header from start of archive
683 data_size and file_offset are 0.
690 long compress, crc, data_size, file_size, file_offset, date, time; local
762 file_offset = PyMarshal_ReadLongFromFile(fp) + arc_offset;
779 file_size, file_offset, time, date, crc);
843 long compress, data_size, file_size, file_offset; local
847 &data_size, &file_size, &file_offset, &time,
860 fseek(fp, file_offset, 0);
870 fseek(fp, file_offset + 26, 0);
873 file_offset
[all...]

Completed in 10 milliseconds