Searched defs:wmask (Results 1 - 2 of 2) sorted by relevance

/vbox/src/libs/zlib-1.2.6/contrib/masmx86/
H A Dmatch686.asm57 wmask equ dword ptr [esp+NbStack-52] define
121 ; low word: s->wmask
217 ;;; uInt wmask = s->w_mask;
234 ;;; It is then shifted into the high word, to make room for the wmask
309 ;;; } while ((cur_match = prev[cur_match & wmask]) > limit
319 ;;; edx = chainlenwmask - i.e., ((chainlen << 16) | wmask)
/vbox/src/libs/zlib-1.2.6/
H A Ddeflate.c1162 uInt wmask = s->w_mask; local
1282 } while ((cur_match = prev[cur_match & wmask]) > limit

Completed in 1666 milliseconds