Searched defs:upr (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/contrib/openzfs/module/icp/asm-x86_64/aes/ |
H A D | aesopt.h | 549 #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 D | aesopt.h | 588 # 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 D | util.c | 100 #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 D | print.c | 292 upr(KINFO *k, VARENT *ve __unused) in upr() function
|
/freebsd/contrib/sqlite3/ |
H A D | sqlite3.c | 77359 int lwr, upr, idx, c; local 77603 int lwr, upr, idx, c; local
|