Searched refs:wmask (Results 1 - 5 of 5) sorted by relevance

/external/freetype/src/pshinter/
H A Dpshrec.c338 FT_Int wmask = 0x80; local
344 val = write[0] & ~wmask;
347 val |= wmask;
358 wmask >>= 1;
359 if ( wmask == 0 )
362 wmask = 0x80;
/external/zlib/src/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)
/external/zlib/src/contrib/masmx64/
H A Dgvmat64.asm71 ; low word: s->wmask
231 ;;; uInt wmask = s->w_mask;
248 ;;; It is then shifted into the high word, to make room for the wmask
367 ;;; } while ((cur_match = prev[cur_match & wmask]) > limit
377 ;;; edx = chainlenwmask - i.e., ((chainlen << 16) | wmask)
/external/qemu/distrib/zlib-1.2.3/
H A Ddeflate.c1043 uInt wmask = s->w_mask; local
1163 } while ((cur_match = prev[cur_match & wmask]) > limit
/external/zlib/src/
H A Ddeflate.c1162 uInt wmask = s->w_mask; local
1282 } while ((cur_match = prev[cur_match & wmask]) > limit

Completed in 170 milliseconds