HomeSort by relevance Sort by last modified time
    Searched defs:startpos (Results 1 - 3 of 3) sorted by null

  /external/grub/stage2/
fsys_jfs.c 233 int toread, startpos, endpos; local
235 startpos = filepos;
269 return filepos - startpos;
fsys_xfs.c 492 int toread, startpos, endpos; local
500 startpos = filepos;
533 return filepos - startpos;
  /external/llvm/lib/Archive/
ArchiveWriter.cpp 318 unsigned startpos = ARFile.tellp(); local
340 assert(endpos - startpos == symTabSize && "Invalid symTabSize computation");

Completed in 505 milliseconds