Searched refs:BITS_PER_WORD (Results 1 – 4 of 4) sorted by relevance
1099 BITS_PER_WORD = 8 variable1102 return ((x - 1) / BITS_PER_WORD) + 11105 return (x % BITS_PER_WORD)1111 return (x / BITS_PER_WORD)
131 #define BITS_PER_WORD (8*sizeof(bpf_u_int32)) macro136 ((p)[(unsigned)(a) / BITS_PER_WORD] & (1 << ((unsigned)(a) % BITS_PER_WORD)))142 (p)[(unsigned)(a) / BITS_PER_WORD] |= (1 << ((unsigned)(a) % BITS_PER_WORD))148 (p)[(unsigned)(a) / BITS_PER_WORD] &= ~(1 << ((unsigned)(a) % BITS_PER_WORD))1361 k += i * BITS_PER_WORD; in opt_j()
1266 * src/machine.h (BITS_PER_WORD): 16 on MSDOS.1404 (SETBIT, WORDSIZE): Change to use BITS_PER_WORD.
18609 * src/system.h (BITS_PER_WORD, WORDSIZE, SETBIT, RESETBIT, BITISSET):19850 with BITS_PER_WORD.