Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching full:mask

1003     register mp_digit *tmpc, mask, shift;
1005 /* mask */
1006 mask = (((mp_digit)1) << D) - 1;
1018 rr = *tmpc & mask;
1344 register mp_digit *tmpc, shift, mask, r, rr;
1348 mask = (((mp_digit)1) << d) - 1;
1360 rr = (*tmpc >> shift) & mask;