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

1 2

  /system/core/toolbox/
hd.c 18 int filepos = 0; local
61 filepos = base;
67 if(count > 0 && base + count - filepos < read_len)
68 read_len = base + count - filepos;
74 printf("%08x: ", filepos + i);
85 printf("Read error on %s, offset %d len %d, %s\n", argv[optind], filepos, read_len, strerror(errno));
88 filepos += res;
89 if(filepos == base + count)
cmp.c 18 int filepos = 0; local
71 printf("%s %s differ byte %d", argv[optind], argv[optind+1], filepos + i);
89 filepos += res;
  /external/oprofile/libutil++/
op_bfd.cpp 60 section_filepos(a->section->filepos),
91 return filepos() < rhs.filepos();
96 return bfd_symbol->section->filepos + bfd_symbol->section->size;
169 filepos_map[sect->name] = sect->filepos;
235 // need to use filepos of original file's section for
239 u32 filepos = filepos_map[dbfd.syms[i]->section->name]; local
240 if (filepos != 0)
241 dbfd.syms[i]->section->filepos = filepos;
    [all...]
op_bfd.h 52 unsigned long filepos() const { return symb_value + section_filepos; } function in class:op_bfd_symbol
63 /// compare two symbols by their filepos()
73 /// the section filepos for this symbol
170 * Otherwise, return the filepos of a section with a matching
292 // mapping of section names to filepos in the original binary
op_spu_bfd.cpp 165 filepos_map[sect->name] = sect->filepos;
bfd_support.cpp 637 pc = (sym.value() + offset) - sym.filepos();
  /build/tools/releasetools/
sparse_img.py 137 chunk_start, chunk_len, filepos, fill_data = self.offset_map[idx]
142 if filepos is not None:
143 p = filepos + ((s - chunk_start) * self.blocksize)
153 chunk_start, chunk_len, filepos, fill_data = self.offset_map[idx]
155 if filepos is not None:
156 f.seek(filepos, os.SEEK_SET)
189 chunk_start, chunk_len, filepos, fill_data = self.offset_map[idx]
190 if filepos is not None:
191 filepos += (b-chunk_start) * self.blocksize
192 f.seek(filepos, os.SEEK_SET
    [all...]
  /external/oprofile/libpp/
callgraph_container.cpp 97 // sorted by filepos so this will find the nearest
110 u32 const end_offset = it->size() + it->filepos();
173 << b.syms[i].name() << " filepos " << start
189 callee_end = bfdsym->size() + bfdsym->filepos() - boffset;
195 finish_sym(i, bfdsym->filepos());
199 << bfdsym->name() << " filepos "
200 << bfdsym->filepos() << "-"
201 << (bfdsym->filepos() + bfdsym->size())
  /external/chromium_org/native_client_sdk/src/examples/demo/nacl_io_demo/
example.js 152 postCall('fseek', filehandle, offset, whence, function(filehandle, filepos) {
154 common.logMessage('Seeked to location ' + filepos + ' in file ' + filename +
161 postCall('fflush', filehandle, function(filehandle, filepos) {
  /hardware/broadcom/wlan/bcmdhd/dhdutil/
dhdu.c     [all...]
  /external/pcre/dist/
pcregrep.c 1508 int filepos = 0; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.core_2.0.2.R36x_v20100804.jar 
org.eclipse.pde.api.tools_1.0.202.v20100820_r361.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.core_2.3.0.v20130327-2119.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.core_2.3.0.v20130327-2119.jar 
  /prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.8/include/
bfd.h 1504 file_ptr filepos; member in struct:bfd_section
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/include/
bfd.h 1504 file_ptr filepos; member in struct:bfd_section
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.8/include/
bfd.h 1504 file_ptr filepos; member in struct:bfd_section
    [all...]
  /prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.8/include/
bfd.h 1504 file_ptr filepos; member in struct:bfd_section
    [all...]
  /prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.8/include/
bfd.h 1504 file_ptr filepos; member in struct:bfd_section
    [all...]
  /prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/x86_64-linux-gnu/aarch64-linux-android/include/
bfd.h 1528 file_ptr filepos; member in struct:bfd_section
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/include/
bfd.h 1504 file_ptr filepos; member in struct:bfd_section
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.8/include/
bfd.h 1504 file_ptr filepos; member in struct:bfd_section
    [all...]
  /prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.8/include/
bfd.h 1504 file_ptr filepos; member in struct:bfd_section
    [all...]
  /frameworks/base/services/backup/java/com/android/server/backup/
BackupManagerService.java 2782 final long filepos = mBackupDataName.length(); local
    [all...]

Completed in 823 milliseconds

1 2