Searched defs:BITS_PER_WORD (Results 1 - 7 of 7) sorted by relevance

/external/chromium/base/third_party/nspr/
H A Dprcpucfg_freebsd.h311 #define BITS_PER_WORD PR_BITS_PER_WORD macro
H A Dprcpucfg_linux.h681 #define BITS_PER_WORD PR_BITS_PER_WORD macro
H A Dprcpucfg_mac.h170 #define BITS_PER_WORD PR_BITS_PER_WORD macro
H A Dprcpucfg_nacl.h220 #define BITS_PER_WORD PR_BITS_PER_WORD macro
H A Dprcpucfg_openbsd.h311 #define BITS_PER_WORD PR_BITS_PER_WORD macro
H A Dprcpucfg_win.h230 #define BITS_PER_WORD PR_BITS_PER_WORD macro
/external/libpcap/
H A 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;

Completed in 117 milliseconds