Home
last modified time | relevance | path

Searched refs:shift (Results 1 – 2 of 2) sorted by relevance

/hostap-latest/src/common/
Dhw_features_common.c850 unsigned int shift, in ieee80211ac_cap_check_max() argument
859 name, conf_val >> shift, hw_max >> shift); in ieee80211ac_cap_check_max()
/hostap-latest/src/tls/
Dlibtommath.c1059 register mp_digit *tmpc, mask, shift; in mp_div_2d() local
1065 shift = DIGIT_BIT - D; in mp_div_2d()
1077 *tmpc = (*tmpc >> D) | (r << shift); in mp_div_2d()
1404 register mp_digit *tmpc, shift, mask, r, rr; in mp_mul_2d() local
1411 shift = DIGIT_BIT - d; in mp_mul_2d()
1420 rr = (*tmpc >> shift) & mask; in mp_mul_2d()