Searched refs:ROUND (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/contrib/wpa/src/crypto/
H A Daes-internal-enc.c39 #define ROUND(i,d,s) \ macro
47 ROUND(1,t,s);
48 ROUND(2,s,t);
49 ROUND(3,t,s);
50 ROUND(4,s,t);
51 ROUND(5,t,s);
52 ROUND(6,s,t);
53 ROUND(7,t,s);
54 ROUND(8,s,t);
55 ROUND(
81 #undef ROUND macro
[all...]
H A Daes-internal-dec.c92 #define ROUND(i,d,s) \ macro
100 ROUND(1,t,s);
101 ROUND(2,s,t);
102 ROUND(3,t,s);
103 ROUND(4,s,t);
104 ROUND(5,t,s);
105 ROUND(6,s,t);
106 ROUND(7,t,s);
107 ROUND(8,s,t);
108 ROUND(
134 #undef ROUND macro
[all...]
/freebsd-10.0-release/crypto/openssh/openbsd-compat/
H A Dbsd-snprintf.c622 static LLONG ROUND(LDOUBLE value) function
732 fracpart = ROUND((POW10(max)) * (ufvalue - intpart));

Completed in 62 milliseconds