Searched refs:w_mask (Results 1 - 8 of 8) sorted by relevance

/external/zlib/contrib/masmx86/
H A Dgvmat32c.c54 if (s->w_mask != 0x7fff)
57 /* now ((s->w_mask == 0x7fff) && (iIsPPro==0)) */
H A Dgvmat32.asm18 ; first Pentium. Assume s->w_mask == 0x7fff
29 ; if you have an old cpu (386,486 or first Pentium) and s->w_mask==0x7fff,
33 ; on old cpu with s->w_mask!=0x7fff, longest_match_686 will be used,
703 ;;; uInt wmask = s->w_mask;
/external/qemu/distrib/zlib-1.2.3/
H A Ddeflate.h111 uInt w_mask; /* w_size - 1 */ member in struct:internal_state
H A Ddeflate.c191 match_head = s->prev[(str) & s->w_mask] = s->head[s->ins_h], \
280 s->w_mask = s->w_size - 1;
1043 uInt wmask = s->w_mask;
/external/zlib/
H A Ddeflate.h111 uInt w_mask; /* w_size - 1 */ member in struct:internal_state
H A Ddeflate.c191 match_head = s->prev[(str) & s->w_mask] = s->head[s->ins_h], \
280 s->w_mask = s->w_size - 1;
1043 uInt wmask = s->w_mask;
/external/zlib/contrib/masm686/
H A Dmatch.asm152 ; uInt wmask = s->w_mask;
/external/zlib/contrib/masmx64/
H A Dgvmat64.asm192 ;;; uInt wmask = s->w_mask;

Completed in 54 milliseconds