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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
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];
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/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;

Completed in 42 milliseconds