Searched refs:upr (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/sys/contrib/openzfs/module/icp/asm-x86_64/aes/
H A Daesopt.h536 * upr(x, n): rotates bytes within words by n positions, moving bytes to
548 #define upr(x, n) (((uint32_t)(x) << (8 * (n))) | \ macro
558 #define upr(x, n) (((uint32_t)(x) >> (8 * (n))) | \ macro
729 #define fwd_mcol(x) one_table(x, upr, t_use(f, m), vf1, rf1, 0)
732 #define fwd_mcol(x) (g2 = gf_mulx(x), g2 ^ upr((x) ^ g2, 3) ^ \
733 upr((x), 2) ^ upr((x), 1))
739 #define inv_mcol(x) one_table(x, upr, t_use(i, m), vf1, rf1, 0)
744 (x) ^ g2 ^ g4 ^ upr(g2 ^ g9, 3) ^ \
745 upr(g
[all...]
/freebsd-13-stable/bin/ps/
H A Dextern.h90 char *upr(KINFO *, VARENT *);
H A Dkeyword.c222 {"upr", "UPR", NULL, "user-priority", 0, upr, 0, CHAR, NULL, 0},
228 {"usrpri", "", "upr", NULL, 0, NULL, 0, CHAR, NULL, 0},
H A Dprint.c304 upr(KINFO *k, VARENT *ve __unused) function
/freebsd-13-stable/contrib/dialog/
H A Dutil.c82 #define COLOR_DATA(upr) , \
83 concat(DLGC_FG_,upr), \
84 concat(DLGC_BG_,upr), \
85 concat(DLGC_HL_,upr)
87 #define COLOR_DATA(upr) /*nothing */
90 #define DATA(atr,upr,lwr,cmt) { atr COLOR_DATA(upr) RC_DATA(lwr,cmt) }
/freebsd-13-stable/contrib/sqlite3/
H A Dsqlite3.c70490 int lwr, upr, idx, c; local
127830 int upr, lwr, mid = 0, rc; local
[all...]

Completed in 440 milliseconds