Searched refs:nWINDOWLEN (Results 1 – 2 of 2) sorted by relevance
564 int nPos2 = nPos % nWINDOWLEN; in DecompressVBA()599 c = aHistory[(nPos-nDistance-1) % nWINDOWLEN]; in DecompressVBA()600 aHistory[nPos % nWINDOWLEN] = c; in DecompressVBA()612 if ((nPos != 0) && ((nPos % nWINDOWLEN) == 0) && (nClean)) in DecompressVBA()616 Output(nWINDOWLEN, aHistory); in DecompressVBA()622 if (xVBAStream->Read(&aHistory[nPos % nWINDOWLEN],1)) in DecompressVBA()630 if (nPos % nWINDOWLEN) in DecompressVBA()631 Output(nPos % nWINDOWLEN,aHistory); in DecompressVBA()
101 enum Limits {nWINDOWLEN = 4096}; enumerator102 sal_uInt8 aHistory[nWINDOWLEN];
Completed in 15 milliseconds