Searched refs:filepos (Results 1 – 6 of 6) sorted by relevance
/external/u-boot/fs/reiserfs/ |
D | reiserfs.c | 36 static unsigned int filepos, filemax; variable 595 filepos, len, (__u64) IH_KEY_OFFSET (INFO->current_ih) - 1); in reiserfs_read() 599 || IH_KEY_OFFSET (INFO->current_ih) > filepos + 1) in reiserfs_read() 611 offset = filepos - IH_KEY_OFFSET (INFO->current_ih) + 1; in reiserfs_read() 616 filepos, len, offset, blocksize); in reiserfs_read() 659 filepos += to_read; in reiserfs_read() 750 filepos = 0; in reiserfs_dir() 792 filepos = 0; in reiserfs_dir()
|
/external/swiftshader/third_party/LLVM/lib/Archive/ |
D | ArchiveWriter.cpp | 211 unsigned filepos = ARFile.tellp(); in writeMember() local 212 filepos -= 8; in writeMember() 246 symTab.insert(std::make_pair(*SI,filepos)); in writeMember() 251 numVbrBytes(filepos); in writeMember()
|
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/dump/ |
D | DumpArchiveInputStream.java | 62 private long filepos; field in DumpArchiveInputStream 255 filepos = raw.getBytesRead(); in getNextEntry() 273 filepos = raw.getBytesRead(); in getNextEntry() 316 entry.setOffset(filepos); in getNextEntry()
|
/external/ImageMagick/coders/ |
D | mat.c | 359 MagickOffsetType filepos; in CalcMinMax() local 377 …filepos = TellBlob(image); /* Please note that file seeking occurs only in the case of doubles… in CalcMinMax() 415 (void) SeekBlob(image, filepos, SEEK_SET); in CalcMinMax() 883 MagickOffsetType filepos=0x80; in ReadMATImage() local 962 filepos = TellBlob(image); in ReadMATImage() 966 if (filepos != (unsigned int) filepos) in ReadMATImage() 968 if(SeekBlob(image,filepos,SEEK_SET) != filepos) break; in ReadMATImage() 975 if((MagickSizeType) (MATLAB_HDR.ObjectSize+filepos) > GetBlobSize(image)) in ReadMATImage() 977 filepos += (MagickOffsetType) MATLAB_HDR.ObjectSize + 4 + 4; in ReadMATImage() 1401 if(!EOFBlob(image) && TellBlob(image)<filepos) in ReadMATImage()
|
/external/pcre/dist2/src/ |
D | pcre2grep.c | 2363 int filepos = 0; in pcre2grep() local 2628 (int)(filepos + ptr + offsets[0] - ptr), in pcre2grep() 2695 filepos += (int)(linelength + endlinelength); in pcre2grep() 2859 filepos += (int)(linelength + endlinelength); in pcre2grep() 2942 filepos += (int)(linelength + endlinelength); in pcre2grep()
|
/external/python/cpython3/Lib/ |
D | zipfile.py | 1067 filepos = self._orig_file_size - self._left - len(self._readbuffer) + self._offset 1068 return filepos
|