Home
last modified time | relevance | path

Searched refs:BITS_PER_WORD (Results 1 – 4 of 4) sorted by relevance

/external/autotest/client/bin/input/
Dlinux_input.py1099 BITS_PER_WORD = 8 variable
1102 return ((x - 1) / BITS_PER_WORD) + 1
1105 return (x % BITS_PER_WORD)
1111 return (x / BITS_PER_WORD)
/external/libpcap/
Doptimize.c131 #define BITS_PER_WORD (8*sizeof(bpf_u_int32)) macro
136 ((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()
/external/bison/
DChangeLog-19981266 * src/machine.h (BITS_PER_WORD): 16 on MSDOS.
1404 (SETBIT, WORDSIZE): Change to use BITS_PER_WORD.
DChangeLog-201218609 * src/system.h (BITS_PER_WORD, WORDSIZE, SETBIT, RESETBIT, BITISSET):
19850 with BITS_PER_WORD.