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

1 2

  /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/qemu/distrib/jpeg-6b/
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 97 long file_offset, long byte_count)
99 memmove(buffer_address, info->addr + file_offset, byte_count);
106 long file_offset, long byte_count)
108 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/compiler-rt/lib/sanitizer_common/
sanitizer_procmaps.h 74 uptr start, end, file_offset;
75 for (int i = 0; Next(&start, &end, &file_offset, filename, filename_size,
90 *offset = (addr - (i ? start : 0)) + file_offset;
  /system/core/libsparse/include/sparse/
sparse.h 94 * @file_offset - offset into the copied file
110 const char *filename, int64_t file_offset, unsigned int len,
118 * @file_offset - offset into the copied file
137 int fd, int64_t file_offset, unsigned int len, unsigned int block);
  /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);
  /external/linux-tools-perf/util/
session.c 472 u64 file_offset; member in struct:sample_queue
494 u64 file_offset);
519 iter->file_offset);
631 struct perf_sample *sample, u64 file_offset)
663 new->file_offset = file_offset;
700 u64 file_offset, struct perf_sample *sample)
706 file_offset, event->header.size, event->header.type);
713 printf("%#" PRIx64 " [%#x]: PERF_RECORD_%s", file_offset,
735 u64 file_offset)
1013 u64 head, page_offset, file_offset, file_pos, progress_next; local
    [all...]
  /system/core/libsparse/
sparse.c 67 const char *filename, int64_t file_offset, unsigned int len,
70 return backed_block_add_file(s->backed_block_list, filename, file_offset,
75 int fd, int64_t file_offset, unsigned int len, unsigned int block)
77 return backed_block_add_fd(s->backed_block_list, fd, file_offset,
  /external/llvm/bindings/python/llvm/tests/
test_object.py 42 assert isinstance(symbol.file_offset, long)
  /frameworks/compile/mclinker/lib/LD/
GNUArchiveReader.cpp 355 uint32_t file_offset = pFileOffset; local
363 file_offset,
370 file_offset = nested_offset;
402 file_offset = nested_offset;
  /sdk/emulator/qtools/
read_trace.cpp 94 manager->regions[ii]->file_offset,

Completed in 794 milliseconds

1 2