u64or             139 maint/gnulib/lib/sha512.c               SWAP (u64or (u64shl (ctx->total[1], 3),
u64or             315 maint/gnulib/lib/sha512.c #define F2(A, B, C) u64or (u64and (A, B), u64and (C, u64or (A, B)))
u64or              31 maint/gnulib/lib/u64.h #define u64rol(x, n) u64or (u64shl (x, n), u64shr (x, 64 - n))