HomeSort by relevance Sort by last modified time
    Searched refs:file_offset (Results 1 - 18 of 18) sorted by null

  /external/jpeg/
jmemansi.c 99 long file_offset, long byte_count)
101 if (fseek(info->temp_file, file_offset, SEEK_SET))
112 long file_offset, long byte_count)
114 if (fseek(info->temp_file, file_offset, SEEK_SET))
jmem-android.c 101 long file_offset, long byte_count)
103 if (fseek(info->temp_file, file_offset, SEEK_SET))
114 long file_offset, long byte_count)
116 if (fseek(info->temp_file, file_offset, SEEK_SET))
jmem-ashmem.c 98 long file_offset, long byte_count)
100 memmove(buffer_address, info->addr + file_offset, byte_count);
107 long file_offset, long byte_count)
109 memmove(info->addr + file_offset, buffer_address, byte_count);
jmemdos.c 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)
    [all...]
jmemmac.c 156 long file_offset, long byte_count)
161 if ( SetFPos ( info->temp_file, fsFromStart, file_offset ) != noErr )
174 long file_offset, long byte_count)
179 if ( SetFPos ( info->temp_file, fsFromStart, file_offset ) != noErr )
jmemname.c 206 long file_offset, long byte_count)
208 if (fseek(info->temp_file, file_offset, SEEK_SET))
219 long file_offset, long byte_count)
221 if (fseek(info->temp_file, file_offset, SEEK_SET))
jmemsys.h 144 long file_offset, long byte_count));
148 long file_offset, long byte_count));
jmemmgr.c 693 long bytesperrow, file_offset, byte_count, rows, thisrow, i; local
696 file_offset = ptr->cur_start_row * bytesperrow;
712 file_offset, byte_count); local
716 file_offset, byte_count); local
717 file_offset += byte_count;
726 long bytesperrow, file_offset, byte_count, rows, thisrow, i; local
729 file_offset = ptr->cur_start_row * bytesperrow;
745 file_offset, byte_count); local
749 file_offset, byte_count); local
750 file_offset += byte_count
    [all...]
  /external/e2fsprogs/ext2ed/
file_com.c 37 file_info.file_offset=0;
86 file_info.file_offset=file_info.block_num*file_system_info.block_size;
187 file_info.file_offset=file_info.block_num*file_system_info.block_size;
218 file_info.file_offset=file_info.block_num*file_system_info.block_size;
266 if (file_info.file_offset+offset>file_info.file_length-1) break;
270 if (file_info.file_offset+offset+i>file_info.file_length-1) {
290 if (file_info.file_offset+offset+i>file_info.file_length-1) break;
331 if (file_info.file_offset+last_offset > file_info.file_length-1)
332 last_offset=file_info.file_length-1-file_info.file_offset;
387 wprintw (show_win,"File Offset %ld of %ld.",file_info.file_offset,file_info.file_length-1)
    [all...]
dir_com.c 63 info_ptr->file_offset=0;
108 while (info.file_offset < info.file_length) { /* While we haven't reached the end */
124 info.file_offset += next;
126 if (info.file_offset >= info.file_length) break;
133 info.file_offset=info.block_num*file_system_info.block_size;
529 wprintw (show_win,"Directory Offset %ld of %ld. ",file_info.file_offset,file_info.file_length-1);
ext2ed.h 140 long file_offset,file_length; member in struct:struct_file_info
  /external/chromium/base/
data_pack.cc 28 uint32 file_offset; member in struct:__anon2136::DataPackEntry
90 if (entry->file_offset + entry->length > mmap_->length()) {
120 data->set(mmap_->data() + target->file_offset, target->length);
  /sdk/emulator/qtools/
read_trace.cpp 94 manager->regions[ii]->file_offset,
trace_reader.h 54 file_offset(0), flags(0), nsymbols(0), symbols(NULL) {}
71 dest->file_offset = file_offset;
83 uint32_t file_offset; member in struct:TraceReader::region_entry
    [all...]
  /external/chromium/net/disk_cache/
entry_impl.cc 228 size_t file_offset = offset;
230 file_offset += address.start_block() * address.BlockSize() +
238 if (!file->Read(buf->data(), buf_len, file_offset, io_callback, &completed)) {
320 size_t file_offset = offset;
322 file_offset += address.start_block() * address.BlockSize() +
337 if (!file->Write(buf->data(), buf_len, file_offset, io_callback,
sparse_control.cc 108 size_t file_offset = address.start_block() * address.BlockSize() +
113 if (!file->Read(buffer_.get(), len, file_offset, this, &completed))
  /external/chromium/net/third_party/nss/ssl/
sslsock.c     [all...]
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/include/
bfd.h 303 file_ptr file_offset; /* Look here to find the file. */
301 file_ptr file_offset; \/* Look here to find the file. *\/ member in struct:carsym
    [all...]

Completed in 404 milliseconds