HomeSort by relevance Sort by last modified time
    Searched refs:w_mask (Results 1 - 9 of 9) sorted by null

  /external/zlib/contrib/masmx86/
gvmat32c.c 54 if (s->w_mask != 0x7fff)
57 /* now ((s->w_mask == 0x7fff) && (iIsPPro==0)) */
gvmat32.asm 18 ; 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;
match686.asm 216 ;;; uInt wmask = s->w_mask;
  /external/qemu/distrib/zlib-1.2.3/
deflate.h 111 uInt w_mask; /* w_size - 1 */ member in struct:internal_state
deflate.c 191 match_head = s->prev[(str) & s->w_mask] = s->head[s->ins_h], \
280 s->w_mask = s->w_size - 1;
    [all...]
  /external/zlib/
deflate.h 111 uInt w_mask; /* w_size - 1 */ member in struct:internal_state
deflate.c 185 match_head = s->prev[(str) & s->w_mask] = s->head[s->ins_h], \
274 s->w_mask = s->w_size - 1;
    [all...]
  /external/zlib/contrib/masm686/
match.asm 152 ; uInt wmask = s->w_mask;
  /external/zlib/contrib/masmx64/
gvmat64.asm 231 ;;; uInt wmask = s->w_mask;

Completed in 137 milliseconds