Home
last modified time | relevance | path

Searched refs:w_mask (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/third_party/zlib/
Ddeflate.h114 uInt w_mask; /* w_size - 1 */ member
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/qemu/distrib/zlib-1.2.8/
Ddeflate.h114 uInt w_mask; /* w_size - 1 */ member
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/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
Ddeflate.h114 uInt w_mask; /* w_size - 1 */ member
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; in deflateInit2_()
369 s->prev[str & s->w_mask] = s->head[s->ins_h]; in deflateSetDictionary()
1163 uInt wmask = s->w_mask; in longest_match()
1480 s->prev[str & s->w_mask] = s->head[s->ins_h]; in fill_window()
/external/zlib/src/
Ddeflate.h114 uInt w_mask; /* w_size - 1 */ member
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/llvm/test/CodeGen/X86/
Dzlib-longest-match.ll51 %w_mask = getelementptr inbounds %struct.internal_state* %s, i64 0, i32 13
52 %7 = load i32* %w_mask, align 4