Searched refs:BITS_PER_WORD (Results 1 – 1 of 1) sorted by relevance
175 #define BITS_PER_WORD (8*sizeof(bpf_u_int32)) macro180 ((p)[(unsigned)(a) / BITS_PER_WORD] & (1 << ((unsigned)(a) % BITS_PER_WORD)))186 (p)[(unsigned)(a) / BITS_PER_WORD] |= (1 << ((unsigned)(a) % BITS_PER_WORD))192 (p)[(unsigned)(a) / BITS_PER_WORD] &= ~(1 << ((unsigned)(a) % BITS_PER_WORD))1463 k += i * BITS_PER_WORD;