Home
last modified time | relevance | path

Searched refs:filepos (Results 1 – 6 of 6) sorted by relevance

/external/u-boot/fs/reiserfs/
Dreiserfs.c36 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/ImageMagick/coders/
Dmat.c359 MagickOffsetType filepos; in CalcMinMax() local
377filepos = 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()
884 MagickOffsetType filepos=0x80; in ReadMATImage() local
963 filepos = TellBlob(image); in ReadMATImage()
964 while(filepos < GetBlobSize(image) && !EOFBlob(image)) /* object parser loop */ in ReadMATImage()
967 if(filepos > GetBlobSize(image) || filepos < 0) in ReadMATImage()
969 if(SeekBlob(image,filepos,SEEK_SET) != filepos) break; in ReadMATImage()
976 if((MagickSizeType) (MATLAB_HDR.ObjectSize+filepos) >= GetBlobSize(image)) in ReadMATImage()
978 filepos += (MagickOffsetType) MATLAB_HDR.ObjectSize + 4 + 4; in ReadMATImage()
[all …]
/external/swiftshader/third_party/LLVM/lib/Archive/
DArchiveWriter.cpp211 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/
DDumpArchiveInputStream.java62 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/pcre/dist2/src/
Dpcre2grep.c2363 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/
Dzipfile.py1067 filepos = self._orig_file_size - self._left - len(self._readbuffer) + self._offset
1068 return filepos