Home
last modified time | relevance | path

Searched refs:iRead (Results 1 - 6 of 6) sorted by relevance

/third_party/backends/backend/
H A Dsm3600-gray.c206 int iRead; /* read position in raw line */ in ReadNextGrayLine() local
235 for (nInterpolator=50, iWrite=0, iRead=0; in ReadNextGrayLine()
236 iRead<this->state.cxMax; in ReadNextGrayLine()
237 iRead++) in ReadNextGrayLine()
246 this->state.ppchLines[0][iRead]>>4; in ReadNextGrayLine()
251 chBit=(this->state.ppchLines[0][iRead]<LINE_THRESHOLD); in ReadNextGrayLine()
254 short nError=this->state.ppchLines[0][iRead]; in ReadNextGrayLine()
270 this->state.ppchLines[0][iRead+1]+=(nError>>2); /* 8/16 */ in ReadNextGrayLine()
271 this->state.ppchLines[1][iRead+1]+=(nError>>1); in ReadNextGrayLine()
272 this->state.ppchLines[1][iRead] in ReadNextGrayLine()
[all...]
H A Dsm3600-color.c64 int iRead; /* read position in raw line */ in ReadNextColorLine() local
102 for (nInterpolator=100, iWrite=0, iRead=0; in ReadNextColorLine()
103 iRead<3*this->state.cxMax && iWrite<this->state.cchLineOut; in ReadNextColorLine()
104 iRead++) in ReadNextColorLine()
114 this->state.ppchLines[2*this->state.ySensorSkew][iRead+iOffsetR]; in ReadNextColorLine()
116 this->state.ppchLines[1*this->state.ySensorSkew][iRead+iOffsetG]; in ReadNextColorLine()
118 this->state.ppchLines[0*this->state.ySensorSkew][iRead+iOffsetB]; in ReadNextColorLine()
/third_party/node/deps/v8/third_party/zlib/contrib/minizip/
H A Dunzip.c1684 uInt iRead = 0; in unzReadCurrentFile() local
1762 return (iRead==0) ? UNZ_EOF : iRead; in unzReadCurrentFile()
1785 iRead += uDoCopy; in unzReadCurrentFile()
1815 iRead += (uInt)(uTotalOutAfter - uTotalOutBefore); in unzReadCurrentFile()
1825 return (iRead==0) ? UNZ_EOF : iRead; in unzReadCurrentFile()
1863 iRead += (uInt)(uTotalOutAfter - uTotalOutBefore); in unzReadCurrentFile()
1866 return (iRead==0) ? UNZ_EOF : iRead; in unzReadCurrentFile()
[all...]
/third_party/skia/third_party/externals/zlib/contrib/minizip/
H A Dunzip.c1684 uInt iRead = 0; in unzReadCurrentFile() local
1762 return (iRead==0) ? UNZ_EOF : iRead; in unzReadCurrentFile()
1785 iRead += uDoCopy; in unzReadCurrentFile()
1815 iRead += (uInt)(uTotalOutAfter - uTotalOutBefore); in unzReadCurrentFile()
1825 return (iRead==0) ? UNZ_EOF : iRead; in unzReadCurrentFile()
1863 iRead += (uInt)(uTotalOutAfter - uTotalOutBefore); in unzReadCurrentFile()
1866 return (iRead==0) ? UNZ_EOF : iRead; in unzReadCurrentFile()
[all...]
/third_party/zlib/contrib/minizip/
H A Dunzip.c1882 uInt iRead = 0; in unzReadCurrentFile() local
1965 return (iRead==0) ? UNZ_EOF : (int)iRead; in unzReadCurrentFile()
1988 iRead += uDoCopy; in unzReadCurrentFile()
2018 iRead += (uInt)(uTotalOutAfter - uTotalOutBefore); in unzReadCurrentFile()
2028 return (iRead==0) ? UNZ_EOF : iRead; in unzReadCurrentFile()
2069 iRead += (uInt)(uTotalOutAfter - uTotalOutBefore); in unzReadCurrentFile()
2072 return (iRead==0) ? UNZ_EOF : (int)iRead; in unzReadCurrentFile()
[all...]
/third_party/sqlite/src/
H A Dsqlite3.c56324 u32 iRead = 0; global() local
66509 u32 iRead = 0; /* If !=0, WAL frame to return data from */ global() local
66608 sqlite3WalReadFrame( Wal *pWal, u32 iRead, int nOut, u8 *pOut ) global() argument
66937 u32 iRead; /* Next frame to read from wal file */ global() local
140002 int iRead; global() local
196818 sqlite3_int64 iRead; global() local
197190 int iRead; /* Used to iterate through columns */ global() local
233034 int iRead; global() member
[all...]

Completed in 138 milliseconds