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

1 2

  /system/core/toolbox/
cmp.c 18 int filepos = 0; local
71 printf("%s %s differ byte %d", argv[optind], argv[optind+1], filepos + i);
89 filepos += res;
hd.c 19 int filepos = 0; local
62 filepos = base;
68 if(count > 0 && base + count - filepos < read_len)
69 read_len = base + count - filepos;
75 printf("%08x: ", filepos + i);
86 printf("Read error on %s, offset %d len %d, %s\n", argv[optind], filepos, read_len, strerror(errno));
89 filepos += res;
90 if(filepos == base + count)
  /external/quake/quake/src/QW/client/
wad.h 56 int filepos; member in struct:__anon14236
common.c 1285 int filepos, filelen; member in struct:__anon14120
1302 int filepos, filelen; member in struct:__anon14121
1506 fseek (*file, pak->files[i].filepos, SEEK_SET);
1689 newfiles[i].filepos = LittleLong(info[i].filepos);
    [all...]
  /external/quake/quake/src/WinQuake/
wad.h 56 int filepos; member in struct:__anon14694
common.cpp 1244 int filepos, filelen; member in struct:__anon14405
1261 int filepos, filelen; member in struct:__anon14406
1436 Sys_FileSeek (pak->handle, pak->files[i].filepos);
1442 fseek (*file, pak->files[i].filepos, SEEK_SET);
1699 newfiles[i].filepos = LittleLong(info[i].filepos);
    [all...]
  /external/llvm/lib/Archive/
ArchiveWriter.cpp 211 unsigned filepos = ARFile.tellp(); local
212 filepos -= 8;
246 symTab.insert(std::make_pair(*SI,filepos));
251 numVbrBytes(filepos);
  /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
  /frameworks/av/libvideoeditor/osal/src/
LVOSA_FileReader_optim.c 75 M4OSA_FilePosition filepos; /**< position in the file where the buffer starts */ member in struct:__anon18768
163 apContext->buffer[i].filepos = 0;
199 if( (pos < apContext->buffer[i].filepos)
200 || (pos > (apContext->buffer[i].filepos + apContext->buffer[i].size - 1)) )
205 offset = pos - apContext->buffer[i].filepos;
239 apContext->readFilePos, apContext->buffer[i].filepos);
280 apContext->buffer[i].filepos = apContext->readFilePos;
361 if( (pos >= apContext->buffer[i].filepos)
362 && (pos < (apContext->buffer[i].filepos + apContext->buffer[i].size)) )
    [all...]
  /external/grub/stage2/
disk_io.c 127 int filepos; variable
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.core_2.0.2.R36x_v20100804.jar 
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/include/
bfd.h 1459 file_ptr filepos; member in struct:bfd_section
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/include/
bfd.h 1459 file_ptr filepos; member in struct:bfd_section
    [all...]
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.6/include/
bfd.h 1459 file_ptr filepos; member in struct:bfd_section
    [all...]
  /prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.6/include/
bfd.h 1459 file_ptr filepos; member in struct:bfd_section
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/include/
bfd.h 1459 file_ptr filepos; member in struct:bfd_section
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/include/
bfd.h 1459 file_ptr filepos; member in struct:bfd_section
    [all...]
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.6/include/
bfd.h 1459 file_ptr filepos; member in struct:bfd_section
    [all...]
  /prebuilts/gcc/linux-x86/x86/i686-linux-android-4.6/include/
bfd.h 1459 file_ptr filepos; member in struct:bfd_section
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.7/include/
bfd.h 1478 file_ptr filepos; member in struct:bfd_section
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.7/include/
bfd.h 1478 file_ptr filepos; member in struct:bfd_section
    [all...]
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.7/include/
bfd.h 1478 file_ptr filepos; member in struct:bfd_section
    [all...]
  /prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.7/include/
bfd.h 1478 file_ptr filepos; member in struct:bfd_section
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.7/include/
bfd.h 1478 file_ptr filepos; member in struct:bfd_section
    [all...]

Completed in 812 milliseconds

1 2