Searched refs:w_mask (Results 26 - 31 of 31) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/contrib/masmx86/
H A Dmatch686.asm217 ;;; uInt wmask = s->w_mask;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/contrib/masmx64/
H A Dgvmat64.asm231 ;;; uInt wmask = s->w_mask;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/contrib/masmx86/
H A Dmatch686.asm217 ;;; uInt wmask = s->w_mask;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/common/
H A Dzlib.c357 uInt w_mask; /* w_size - 1 */ member in struct:deflate_state
710 s->prev[(str) & s->w_mask] = match_head = s->head[s->ins_h], \
788 s->w_mask = s->w_size - 1;
1285 uInt wmask = s->w_mask;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/common/
H A Dzlib.c357 uInt w_mask; /* w_size - 1 */ member in struct:deflate_state
710 s->prev[(str) & s->w_mask] = match_head = s->head[s->ins_h], \
788 s->w_mask = s->w_size - 1;
1285 uInt wmask = s->w_mask;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/smbd/
H A Dposix_acls.c624 static mode_t unix_perms_to_acl_perms(mode_t mode, int r_mask, int w_mask, int x_mask) argument
630 if (mode & w_mask)

Completed in 203 milliseconds

12