Home
last modified time | relevance | path

Searched defs:upr (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/contrib/openzfs/module/icp/asm-x86_64/aes/
H A Daesopt.h549 #define upr(x, n) (((uint32_t)(x) << (8 * (n))) | \ macro
559 #define upr(x, n) (((uint32_t)(x) >> (8 * (n))) | \ macro
/freebsd/crypto/krb5/src/lib/crypto/builtin/aes/
H A Daesopt.h588 # define upr(x,n) (((uint32_t)(x) << (8 * (n))) | ((uint32_t)(x) >> (32 - 8 * (n)))) macro
596 # define upr(x,n) (((uint32_t)(x) >> (8 * (n))) | ((uint32_t)(x) << (32 - 8 * (n)))) macro
/freebsd/contrib/dialog/
H A Dutil.c100 #define COLOR_DATA(upr) , \ argument
107 #define COLOR_DATA(upr) , \ argument
113 #define COLOR_DATA(upr) /*nothing */ argument
122 #define DATA(atr,upr,lwr,cmt) { atr COLOR_DATA(upr) RC_DATA(lwr,cmt) } argument
/freebsd/bin/ps/
H A Dprint.c292 upr(KINFO *k, VARENT *ve __unused) in upr() function
/freebsd/contrib/sqlite3/
H A Dsqlite3.c77359 int lwr, upr, idx, c; local
77603 int lwr, upr, idx, c; local