Home
last modified time | relevance | path

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

/external/chromium/base/third_party/nspr/
Dprcpucfg_mac.h170 #define BITS_PER_WORD PR_BITS_PER_WORD macro
Dprcpucfg_nacl.h220 #define BITS_PER_WORD PR_BITS_PER_WORD macro
Dprcpucfg_win.h230 #define BITS_PER_WORD PR_BITS_PER_WORD macro
Dprcpucfg_openbsd.h311 #define BITS_PER_WORD PR_BITS_PER_WORD macro
Dprcpucfg_freebsd.h311 #define BITS_PER_WORD PR_BITS_PER_WORD macro
Dprcpucfg_linux.h681 #define BITS_PER_WORD PR_BITS_PER_WORD macro
/external/libpcap/
Doptimize.c159 #define BITS_PER_WORD (8*sizeof(bpf_u_int32)) macro
164 ((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;
/external/bison/
DOChangeLog1266 * src/machine.h (BITS_PER_WORD): 16 on MSDOS.
1404 (SETBIT, WORDSIZE): Change to use BITS_PER_WORD.
DChangeLog10348 * src/system.h (BITS_PER_WORD, WORDSIZE, SETBIT, RESETBIT, BITISSET):
11589 with BITS_PER_WORD.