HomeSort by relevance Sort by last modified time
    Searched full:file_offset (Results 1 - 25 of 86) sorted by null

1 2 3 4

  /external/jpeg/
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);
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))
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...]
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))
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))
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 )
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:__anon2303::DataPackEntry
90 if (entry->file_offset + entry->length > mmap_->length()) {
120 data->set(mmap_->data() + target->file_offset, target->length);
  /device/samsung/crespo/alsa-utils/seq/aplaymidi/
aplaymidi.c 69 static int file_offset; /* current offset in input file */ variable
207 ++file_offset;
301 while (file_offset < track_end) {
323 file_offset--;
405 skip(track_end - file_offset);
442 errormsg("%s: invalid MIDI data (offset %#x)", file_name, file_offset);
547 if (!read_track(&tracks[i], file_offset + len))
782 file_offset = 0;
  /sdk/emulator/qtools/
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...]
read_trace.cpp 94 manager->regions[ii]->file_offset,
  /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))
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/
libbfd.a     [all...]
  /external/chromium/net/third_party/nss/ssl/
sslsock.c     [all...]
  /external/e2fsprogs/ext2ed/doc/
user-guide.sgml     [all...]
ext2ed-design.sgml     [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/arm-eabi/bin/
ar 
nm 
ranlib 
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/
arm-eabi-addr2line 

Completed in 2710 milliseconds

1 2 3 4