Home
last modified time | relevance | path

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

/freebsd/contrib/bearssl/src/ec/
H A Dec_c25519_m31.c83 #define ARSH(x, n) (((uint32_t)(x) >> (n)) \ macro
86 #define ARSH(x, n) ((*(int32_t *)&(x)) >> (n)) macro
H A Dec_c25519_m15.c83 #define ARSH(x, n) (((uint32_t)(x) >> (n)) \ macro
86 #define ARSH(x, n) ((*(int32_t *)&(x)) >> (n)) macro
H A Dec_p256_m15.c38 #define ARSH(x, n) (((uint32_t)(x) >> (n)) \ macro
41 #define ARSH(x, n) ((*(int32_t *)&(x)) >> (n)) macro
H A Dec_p256_m31.c38 #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 Dinner.h1030 #define ARSH(x, n) (((uint32_t)(x) >> (n)) \ macro
1033 #define ARSH(x, n) ((*(int32_t *)&(x)) >> (n)) macro