Searched defs:ARSH (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/bearssl/src/ec/ |
H A D | ec_c25519_m31.c | 83 #define ARSH(x, n) (((uint32_t)(x) >> (n)) \ macro 86 #define ARSH(x, n) ((*(int32_t *)&(x)) >> (n)) macro
|
H A D | ec_c25519_m15.c | 83 #define ARSH(x, n) (((uint32_t)(x) >> (n)) \ macro 86 #define ARSH(x, n) ((*(int32_t *)&(x)) >> (n)) macro
|
H A D | ec_p256_m15.c | 38 #define ARSH(x, n) (((uint32_t)(x) >> (n)) \ macro 41 #define ARSH(x, n) ((*(int32_t *)&(x)) >> (n)) macro
|
H A D | ec_p256_m31.c | 38 #define ARSH(x, n) (((uint32_t)(x) >> (n)) \ macro 43 #define ARSH(x, n) ((*(int32_t *)&(x)) >> (n)) macro
|
/freebsd/contrib/bearssl/src/ |
H A D | inner.h | 1030 #define ARSH(x, n) (((uint32_t)(x) >> (n)) \ macro 1033 #define ARSH(x, n) ((*(int32_t *)&(x)) >> (n)) macro
|