ULONG_WIDTH 156 lib/regex_internal.h #ifndef ULONG_WIDTH ULONG_WIDTH 170 lib/regex_internal.h # if ULONG_MAX / 2 + 1 != 1ul << (ULONG_WIDTH - 1) ULONG_WIDTH 198 lib/regex_internal.h #define BITSET_WORD_BITS ULONG_WIDTH ULONG_WIDTH 485 src/bignum.c if (GMP_NUMB_BITS <= ULONG_WIDTH) ULONG_WIDTH 489 src/bignum.c int shift = GMP_NUMB_BITS <= ULONG_WIDTH ? 0 : ULONG_WIDTH; ULONG_WIDTH 494 src/bignum.c for (int i = 0; i < GMP_NUMB_BITS; i += ULONG_WIDTH) ULONG_WIDTH 3523 src/data.c : EMACS_UINT_WIDTH <= ULONG_WIDTH ULONG_WIDTH 308 src/floatfns.c : EMACS_UINT_WIDTH == ULONG_WIDTH ? count_leading_zeros_l (x) ULONG_WIDTH 89 src/lisp.h enum { EMACS_INT_WIDTH = LONG_WIDTH, EMACS_UINT_WIDTH = ULONG_WIDTH }; ULONG_WIDTH 2218 src/sysdep.c for (int i = 0; i < (ULONG_WIDTH + RAND_BITS - 1) / RAND_BITS; i++) ULONG_WIDTH 2219 src/sysdep.c r = random () ^ (r << RAND_BITS) ^ (r >> (ULONG_WIDTH - RAND_BITS));