Searched refs:LONG_BIT (Results 1 – 13 of 13) sorted by relevance
10 #ifndef LONG_BIT11 #define LONG_BIT (CHAR_BIT*sizeof(long)) macro16 bitmap[bit / LONG_BIT] |= 1UL << (bit % LONG_BIT); in set_bit()21 return (int)(bitmap[bit / LONG_BIT] >> (bit % LONG_BIT)) & 1; in test_bit()26 unsigned long matchmap[((1 << CHAR_BIT) + LONG_BIT - 1) / LONG_BIT]; in strxspn()
17 #ifndef LONG_BIT18 #define LONG_BIT (CHAR_BIT*sizeof(long)) macro72 unsigned long matchmap[((1 << CHAR_BIT) + (LONG_BIT - 1)) / LONG_BIT]; in vsscanf()
352 LONG_BIT = 32 variable353 LONG_BIT = 64 variable354 LONG_BIT = 32 variable355 LONG_BIT = 64 variable356 LONG_BIT = 64 variable357 LONG_BIT = 32 variable
21 #if LONG_BIT >= 12823 #elif LONG_BIT >= 6425 #elif LONG_BIT >= 32
8 #define LONG_BIT 32 macro
8 #define LONG_BIT 64 macro
39 NUM_NODES=$(( (MEM_AVAIL * 1024 / (2 * NR_CPUS)) / $((`getconf LONG_BIT` / 8)) ))
885 #ifndef LONG_BIT886 #define LONG_BIT (8 * SIZEOF_LONG) macro889 #if LONG_BIT != 8 * SIZEOF_LONG
75 #define LONG_BIT 32 macro
860 if (b >= LONG_BIT) { in int_lshift()904 if (b >= LONG_BIT) { in int_rshift()
208 #if LONG_BIT >= 128210 #elif LONG_BIT >= 64212 #elif LONG_BIT >= 32
8500 - If the platform has a bogus definition for LONG_BIT (the number of