Searched defs:ROUND (Results 1 – 6 of 6) sorted by relevance
/openbsd/sys/crypto/ |
H A D | blake2s.c | 132 #define ROUND(r) do { \ in blake2s_compress() macro
|
/openbsd/usr.sbin/config/ |
H A D | hash.c | 78 #define ROUND(x, y) (((x) + (y) - 1) & ~((y) - 1)) macro
|
/openbsd/lib/libskey/ |
H A D | skeylogin.c | 390 #define ROUND(x) (((x)[0] << 24) + (((x)[1]) << 16) + (((x)[2]) << 8) + \ macro
|
/openbsd/lib/libcrypto/sm3/ |
H A D | sm3.c | 43 #define ROUND(A, B, C, D, E, F, G, H, TJ, Wi, Wj, FF, GG) do { \ macro
|
/openbsd/gnu/usr.bin/gcc/gcc/config/m68k/ |
H A D | lb1sf68.asm | 164 ROUND = __rounding_mode - SYM (_fpCCR) define
|
/openbsd/gnu/gcc/gcc/config/m68k/ |
H A D | lb1sf68.asm | 234 ROUND = __rounding_mode - SYM (_fpCCR) define
|