Home
last modified time | relevance | path

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

/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()
819 MagickOffsetType filepos=0x80; in ReadMATImage() local
889 filepos = TellBlob(image); in ReadMATImage()
893 (void) SeekBlob(image,filepos,SEEK_SET); in ReadMATImage()
900 filepos += MATLAB_HDR.ObjectSize + 4 + 4; in ReadMATImage()
/external/pcre/dist/
Dpcregrep.c1508 int filepos = 0; in pcregrep() local
1762 (int)(filepos + matchptr + offsets[0] - ptr), in pcregrep()
2013 filepos += (int)(linelength + endlinelength); in pcregrep()