nlz_long          161 bignum.c       static int nlz(BDIGIT x) { return nlz_long((unsigned long)x) - (SIZEOF_LONG-SIZEOF_BDIGIT) * CHAR_BIT; }
nlz_long          410 internal.h          sizeof(x) <= SIZEOF_LONG ? SIZEOF_LONG * CHAR_BIT - nlz_long((unsigned long)(x)) : \
nlz_long          416 internal.h          sizeof(x) <= SIZEOF_LONG ? SIZEOF_LONG * CHAR_BIT - nlz_long((unsigned long)(x)) : \
nlz_long          421 internal.h          SIZEOF_LONG * CHAR_BIT - nlz_long((unsigned long)(x)))
nlz_long          991 random.c       	const int w = sizeof(limit) * CHAR_BIT - nlz_long(limit);