OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BITS_PER_WORD
(Results
26 - 50
of
59
) sorted by null
1
2
3
/external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
_nec.cfg
111
#define
BITS_PER_WORD
PR_BITS_PER_WORD
_nto.cfg
121
#define
BITS_PER_WORD
PR_BITS_PER_WORD
_openvms.cfg
117
#define
BITS_PER_WORD
PR_BITS_PER_WORD
_os2.cfg
122
#define
BITS_PER_WORD
PR_BITS_PER_WORD
_osf1.cfg
117
#define
BITS_PER_WORD
PR_BITS_PER_WORD
_reliantunix.cfg
116
#define
BITS_PER_WORD
PR_BITS_PER_WORD
_rhapsody.cfg
118
#define
BITS_PER_WORD
PR_BITS_PER_WORD
_scoos.cfg
111
#define
BITS_PER_WORD
PR_BITS_PER_WORD
_solaris32.cfg
121
#define
BITS_PER_WORD
PR_BITS_PER_WORD
_solaris64.cfg
122
#define
BITS_PER_WORD
PR_BITS_PER_WORD
_sony.cfg
111
#define
BITS_PER_WORD
PR_BITS_PER_WORD
_sunos4.cfg
109
#define
BITS_PER_WORD
PR_BITS_PER_WORD
_unixware.cfg
111
#define
BITS_PER_WORD
PR_BITS_PER_WORD
_unixware7.cfg
113
#define
BITS_PER_WORD
PR_BITS_PER_WORD
_win16.cfg
127
#define
BITS_PER_WORD
PR_BITS_PER_WORD
_bsdi.cfg
169
#define
BITS_PER_WORD
PR_BITS_PER_WORD
_win95.cfg
171
#define
BITS_PER_WORD
PR_BITS_PER_WORD
_winnt.cfg
171
#define
BITS_PER_WORD
PR_BITS_PER_WORD
_freebsd.cfg
213
#define
BITS_PER_WORD
PR_BITS_PER_WORD
_nextstep.cfg
226
#define
BITS_PER_WORD
PR_BITS_PER_WORD
/external/chromium/base/third_party/nspr/
prcpucfg_freebsd.h
311
#define
BITS_PER_WORD
PR_BITS_PER_WORD
prcpucfg_openbsd.h
311
#define
BITS_PER_WORD
PR_BITS_PER_WORD
/external/chromium_org/base/third_party/nspr/
prcpucfg_freebsd.h
311
#define
BITS_PER_WORD
PR_BITS_PER_WORD
prcpucfg_openbsd.h
311
#define
BITS_PER_WORD
PR_BITS_PER_WORD
/external/libpcap/
optimize.c
159
#define
BITS_PER_WORD
(8*sizeof(bpf_u_int32))
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
;
[
all
...]
Completed in 711 milliseconds
1
2
3