Searched refs:BITS_PER_WORD (Results 1 – 9 of 9) sorted by relevance
170 #define BITS_PER_WORD PR_BITS_PER_WORD macro
220 #define BITS_PER_WORD PR_BITS_PER_WORD macro
230 #define BITS_PER_WORD PR_BITS_PER_WORD macro
311 #define BITS_PER_WORD PR_BITS_PER_WORD macro
681 #define BITS_PER_WORD PR_BITS_PER_WORD macro
159 #define BITS_PER_WORD (8*sizeof(bpf_u_int32)) macro164 ((p)[(unsigned)(a) / BITS_PER_WORD] & (1 << ((unsigned)(a) % BITS_PER_WORD)))170 (p)[(unsigned)(a) / BITS_PER_WORD] |= (1 << ((unsigned)(a) % BITS_PER_WORD))176 (p)[(unsigned)(a) / BITS_PER_WORD] &= ~(1 << ((unsigned)(a) % BITS_PER_WORD))1398 k += i * BITS_PER_WORD;
1266 * src/machine.h (BITS_PER_WORD): 16 on MSDOS.1404 (SETBIT, WORDSIZE): Change to use BITS_PER_WORD.
10348 * src/system.h (BITS_PER_WORD, WORDSIZE, SETBIT, RESETBIT, BITISSET):11589 with BITS_PER_WORD.