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

/freebsd-13-stable/contrib/bearssl/src/ec/
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_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_p256_m31.c38 #define ARSH(x, n) (((uint32_t)(x) >> (n)) \ macro
43 #define ARSH(x, n) ((*(int32_t *)&(x)) >> (n)) macro
[all...]
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
[all...]
/freebsd-13-stable/contrib/bearssl/src/
H A Dinner.h1010 #define ARSH(x, n) (((uint32_t)(x) >> (n)) \ macro
1013 #define ARSH(x, n) ((*(int32_t *)&(x)) >> (n)) macro

Completed in 98 milliseconds