Byte 359 maint/gnulib/lib/hash.c # define HASH_ONE_CHAR(Value, Byte) \ Byte 360 maint/gnulib/lib/hash.c ((Byte) + rotl_sz (Value, 7)) Byte 139 maint/gnulib/lib/nstrftime.c # define memset_byte(P, Len, Byte) \ Byte 140 maint/gnulib/lib/nstrftime.c do { size_t _i; for (_i = 0; _i < Len; _i++) fputc (Byte, P); } while (0)