bitsizeof 82 git-compat-util.h (INTMAX_MAX >> (bitsizeof(intmax_t) - bitsizeof(a))) bitsizeof 85 git-compat-util.h (UINTMAX_MAX >> (bitsizeof(uintmax_t) - bitsizeof(a))) bitsizeof 105 git-compat-util.h #define MSB(x, bits) ((x) & TYPEOF(x)(~0ULL << (bitsizeof(x) - (bits)))) bitsizeof 1604 sha1_file.c if (len <= used || bitsizeof(long) <= shift) {