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

/external/chromium_org/third_party/zlib/
H A Ddeflate.h114 uInt w_mask; /* w_size - 1 */ member in struct:internal_state
H A Ddeflate.c186 match_head = s->prev[(str) & s->w_mask] = s->head[s->ins_h], \
275 s->w_mask = s->w_size - 1;
1155 uInt wmask = s->w_mask;
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
H A Ddeflate.h114 uInt w_mask; /* w_size - 1 */ member in struct:internal_state
H A Dfx_zlib_deflate.c188 match_head = s->prev[(str) & s->w_mask] = s->head[s->ins_h], \
285 s->w_mask = s->w_size - 1;
369 s->prev[str & s->w_mask] = s->head[s->ins_h];
1163 uInt wmask = s->w_mask;
1480 s->prev[str & s->w_mask] = s->head[s->ins_h];
/external/qemu/distrib/zlib-1.2.8/
H A Ddeflate.h114 uInt w_mask; /* w_size - 1 */ member in struct:internal_state
H A Ddeflate.c188 match_head = s->prev[(str) & s->w_mask] = s->head[s->ins_h], \
286 s->w_mask = s->w_size - 1;
370 s->prev[str & s->w_mask] = s->head[s->ins_h];
1164 uInt wmask = s->w_mask;
1481 s->prev[str & s->w_mask] = s->head[s->ins_h];
/external/zlib/src/
H A Ddeflate.h114 uInt w_mask; /* w_size - 1 */ member in struct:internal_state
H A Ddeflate.c188 match_head = s->prev[(str) & s->w_mask] = s->head[s->ins_h], \
286 s->w_mask = s->w_size - 1;
370 s->prev[str & s->w_mask] = s->head[s->ins_h];
1164 uInt wmask = s->w_mask;
1481 s->prev[str & s->w_mask] = s->head[s->ins_h];
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/tests/
H A Dopt-gvmat64.asm193 ;;; uInt wmask = s->w_mask;
/external/zlib/src/contrib/masmx64/
H A Dgvmat64.asm231 ;;; uInt wmask = s->w_mask;
/external/zlib/src/contrib/masmx86/
H A Dmatch686.asm217 ;;; uInt wmask = s->w_mask;

Completed in 76 milliseconds