Home
last modified time | relevance | path

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

/openbmc/linux/arch/alpha/kernel/
H A Dcore_cia.c574 unsigned int w_mask; member
599 saved_config.window[i].w_mask = *(vip)CIA_IOC_PCI_Wn_MASK(i); in cia_save_srm_settings()
612 *(vip)CIA_IOC_PCI_Wn_MASK(i) = saved_config.window[i].w_mask; in cia_restore_srm_settings()
/openbmc/u-boot/lib/zlib/
H A Ddeflate.h111 uInt w_mask; /* w_size - 1 */ member
H A Ddeflate.c185 match_head = s->prev[(str) & s->w_mask] = s->head[s->ins_h], \
274 s->w_mask = s->w_size - 1;
1077 uInt wmask = s->w_mask;
/openbmc/linux/lib/zlib_deflate/
H A Ddeflate.c176 s->prev[(str) & s->w_mask] = match_head = s->head[s->ins_h], \
254 s->w_mask = s->w_size - 1; in zlib_deflateInit2()
582 uInt wmask = s->w_mask; in longest_match()
H A Ddefutil.h89 uInt w_mask; /* w_size - 1 */ member