Searched refs:HALF_ROUND32 (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/mpl/bind/dist/lib/isc/
H A Dsiphash.c58 #define HALF_ROUND32(a, b, c, d, s, t) \ macro
66 HALF_ROUND32(v0, v1, v2, v3, 5, 8); \
67 HALF_ROUND32(v2, v1, v0, v3, 13, 7);
/netbsd-current/external/mpl/dhcp/bind/dist/lib/isc/
H A Dsiphash.c58 #define HALF_ROUND32(a, b, c, d, s, t) \ macro
66 HALF_ROUND32(v0, v1, v2, v3, 5, 8); \
67 HALF_ROUND32(v2, v1, v0, v3, 13, 7);

Completed in 173 milliseconds