Home
last modified time | relevance | path

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

/freebsd/crypto/krb5/src/lib/crypto/builtin/des/
H A Df_parity.c23 #define pstep(x,step) (((x)&smask(step))^(((x)>>step)&smask(step))) macro
24 #define parity_char(x) pstep(pstep(pstep((x),4),2),1)
H A Ddestest.c194 #define pstep(x,step) (((x)&smask(step))^(((x)>>step)&smask(step))) macro
195 #define parity_char(x) pstep(pstep(pstep((x),4),2),1)
/freebsd/contrib/lua/src/
H A Dlvm.c215 TValue *pstep = s2v(ra + 2); in forprep() local
216 if (ttisinteger(pinit) && ttisinteger(pstep)) { /* integer loop? */ in forprep()
218 lua_Integer step = ivalue(pstep); in forprep()
246 if (l_unlikely(!tonumber(pstep, &step))) in forprep()
247 luaG_forerror(L, pstep, "step"); in forprep()
258 setfltvalue(pstep, step); in forprep()
/freebsd/sys/contrib/openzfs/module/lua/
H A Dlvm.c845 const TValue *pstep = ra+2; in luaV_execute()
850 else if (!tonumber(pstep, ra+2)) in luaV_execute()
852 setnvalue(ra, luai_numsub(L, nvalue(ra), nvalue(pstep))); in luaV_execute()
/freebsd/sys/contrib/dev/rtw89/
H A Dcoex.c10589 struct rtw89_btc_fbtc_steps_v2 *pstep = NULL; in _show_fbtc_step_v2() local
10601 pstep = &pfwinfo->rpt_fbtc_step.finfo.v2; in _show_fbtc_step_v2()
10602 pos_old = le16_to_cpu(pstep->pos_old); in _show_fbtc_step_v2()
10603 pos_new = le16_to_cpu(pstep->pos_new); in _show_fbtc_step_v2()
10605 if (pcinfo->req_fver != pstep->fver) in _show_fbtc_step_v2()
10627 type = pstep->step[i].type; in _show_fbtc_step_v2()
10628 val = pstep->step[i].val; in _show_fbtc_step_v2()
10629 diff_t = le16_to_cpu(pstep->step[i].difft); in _show_fbtc_step_v2()
10669 struct rtw89_btc_fbtc_steps_v3 *pstep; in _show_fbtc_step_v3() local
10683 pstep = &pfwinfo->rpt_fbtc_step.finfo.v3; in _show_fbtc_step_v3()
[all …]