Searched refs:PR_BITS_PER_LONG (Results 1 - 25 of 49) sorted by relevance

12

/external/chromium_org/third_party/npapi/npspy/extern/nspr/
H A Dprbit.h47 ((_map)[(_bit)>>PR_BITS_PER_LONG_LOG2] & (1L << ((_bit) & (PR_BITS_PER_LONG-1))))
49 ((_map)[(_bit)>>PR_BITS_PER_LONG_LOG2] |= (1L << ((_bit) & (PR_BITS_PER_LONG-1))))
51 ((_map)[(_bit)>>PR_BITS_PER_LONG_LOG2] &= ~(1L << ((_bit) & (PR_BITS_PER_LONG-1))))
H A Dprcpucfg.h71 #define PR_BITS_PER_LONG 32 macro
119 #define PR_BITS_PER_LONG 32 macro
168 #define BITS_PER_LONG PR_BITS_PER_LONG
/external/chromium_org/base/third_party/nspr/
H A Dprcpucfg_linux.h71 #define PR_BITS_PER_LONG 64 macro
116 #define PR_BITS_PER_LONG 32 macro
162 #define PR_BITS_PER_LONG 64 macro
208 #define PR_BITS_PER_LONG 64 macro
255 #define PR_BITS_PER_LONG 32 macro
301 #define PR_BITS_PER_LONG 64 macro
348 #define PR_BITS_PER_LONG 32 macro
393 #define PR_BITS_PER_LONG 32 macro
438 #define PR_BITS_PER_LONG 32 macro
490 #define PR_BITS_PER_LONG 3 macro
535 #define PR_BITS_PER_LONG macro
580 #define PR_BITS_PER_LONG macro
626 #define PR_BITS_PER_LONG macro
671 #define PR_BITS_PER_LONG macro
[all...]
H A Dprcpucfg_freebsd.h78 #define PR_BITS_PER_LONG 32 macro
124 #define PR_BITS_PER_LONG 64 macro
170 #define PR_BITS_PER_LONG 64 macro
216 #define PR_BITS_PER_LONG 64 macro
263 #define PR_BITS_PER_LONG 64 macro
308 #define BITS_PER_LONG PR_BITS_PER_LONG
H A Dprcpucfg_openbsd.h78 #define PR_BITS_PER_LONG 32 macro
124 #define PR_BITS_PER_LONG 64 macro
170 #define PR_BITS_PER_LONG 64 macro
216 #define PR_BITS_PER_LONG 64 macro
263 #define PR_BITS_PER_LONG 64 macro
308 #define BITS_PER_LONG PR_BITS_PER_LONG
H A Dprcpucfg_mac.h81 #define PR_BITS_PER_LONG 64 macro
125 #define PR_BITS_PER_LONG 32 macro
167 #define BITS_PER_LONG PR_BITS_PER_LONG
H A Dprcpucfg_nacl.h71 #define PR_BITS_PER_LONG 32 macro
116 #define PR_BITS_PER_LONG 32 macro
161 #define PR_BITS_PER_LONG 32 macro
217 #define BITS_PER_LONG PR_BITS_PER_LONG
H A Dprcpucfg_win.h74 #define PR_BITS_PER_LONG 32 macro
123 #define PR_BITS_PER_LONG 32 macro
172 #define PR_BITS_PER_LONG 32 macro
227 #define BITS_PER_LONG PR_BITS_PER_LONG
H A Dprcpucfg_solaris.h92 #define PR_BITS_PER_LONG 64 macro
130 #define PR_BITS_PER_LONG 32 macro
174 #define BITS_PER_LONG PR_BITS_PER_LONG
/external/chromium/base/third_party/nspr/
H A Dprcpucfg_linux.h71 #define PR_BITS_PER_LONG 64 macro
116 #define PR_BITS_PER_LONG 32 macro
162 #define PR_BITS_PER_LONG 64 macro
208 #define PR_BITS_PER_LONG 64 macro
254 #define PR_BITS_PER_LONG 64 macro
299 #define PR_BITS_PER_LONG 32 macro
344 #define PR_BITS_PER_LONG 32 macro
389 #define PR_BITS_PER_LONG 32 macro
441 #define PR_BITS_PER_LONG 32 macro
486 #define PR_BITS_PER_LONG 3 macro
531 #define PR_BITS_PER_LONG macro
577 #define PR_BITS_PER_LONG macro
622 #define PR_BITS_PER_LONG macro
[all...]
H A Dprcpucfg_freebsd.h78 #define PR_BITS_PER_LONG 32 macro
124 #define PR_BITS_PER_LONG 64 macro
170 #define PR_BITS_PER_LONG 64 macro
216 #define PR_BITS_PER_LONG 64 macro
263 #define PR_BITS_PER_LONG 64 macro
308 #define BITS_PER_LONG PR_BITS_PER_LONG
H A Dprcpucfg_openbsd.h78 #define PR_BITS_PER_LONG 32 macro
124 #define PR_BITS_PER_LONG 64 macro
170 #define PR_BITS_PER_LONG 64 macro
216 #define PR_BITS_PER_LONG 64 macro
263 #define PR_BITS_PER_LONG 64 macro
308 #define BITS_PER_LONG PR_BITS_PER_LONG
H A Dprcpucfg_mac.h81 #define PR_BITS_PER_LONG 64 macro
125 #define PR_BITS_PER_LONG 32 macro
167 #define BITS_PER_LONG PR_BITS_PER_LONG
H A Dprcpucfg_nacl.h71 #define PR_BITS_PER_LONG 32 macro
116 #define PR_BITS_PER_LONG 32 macro
161 #define PR_BITS_PER_LONG 32 macro
217 #define BITS_PER_LONG PR_BITS_PER_LONG
H A Dprcpucfg_win.h74 #define PR_BITS_PER_LONG 32 macro
123 #define PR_BITS_PER_LONG 32 macro
172 #define PR_BITS_PER_LONG 32 macro
227 #define BITS_PER_LONG PR_BITS_PER_LONG
/external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
H A D_openbsd.cfg72 #define PR_BITS_PER_LONG 32
114 #define PR_BITS_PER_LONG 64
167 #define PR_BITS_PER_LONG 64
216 #define PR_BITS_PER_LONG 32
260 #define PR_BITS_PER_LONG 64
307 #define PR_BITS_PER_LONG 32
355 #define BITS_PER_LONG PR_BITS_PER_LONG
H A D_linux.cfg67 #define PR_BITS_PER_LONG 32
113 #define PR_BITS_PER_LONG 64
159 #define PR_BITS_PER_LONG 64
205 #define PR_BITS_PER_LONG 64
250 #define PR_BITS_PER_LONG 32
295 #define PR_BITS_PER_LONG 32
340 #define PR_BITS_PER_LONG 32
392 #define PR_BITS_PER_LONG 32
437 #define PR_BITS_PER_LONG 32
482 #define PR_BITS_PER_LONG 3
[all...]
H A D_bsdi.cfg70 #define PR_BITS_PER_LONG 32
118 #define PR_BITS_PER_LONG 32
166 #define BITS_PER_LONG PR_BITS_PER_LONG
H A D_win95.cfg71 #define PR_BITS_PER_LONG 32
119 #define PR_BITS_PER_LONG 32
168 #define BITS_PER_LONG PR_BITS_PER_LONG
H A D_winnt.cfg71 #define PR_BITS_PER_LONG 32
119 #define PR_BITS_PER_LONG 32
168 #define BITS_PER_LONG PR_BITS_PER_LONG
H A D_freebsd.cfg72 #define PR_BITS_PER_LONG 32
119 #define PR_BITS_PER_LONG 64
166 #define PR_BITS_PER_LONG 64
210 #define BITS_PER_LONG PR_BITS_PER_LONG
H A D_nextstep.cfg76 #define PR_BITS_PER_LONG 32
130 #define PR_BITS_PER_LONG 32
178 #define PR_BITS_PER_LONG 32
223 #define BITS_PER_LONG PR_BITS_PER_LONG
H A D_qnx.cfg66 #define PR_BITS_PER_LONG 32
H A D_aix32.cfg66 #define PR_BITS_PER_LONG 32
110 #define BITS_PER_LONG PR_BITS_PER_LONG
H A D_aix64.cfg67 #define PR_BITS_PER_LONG 64
111 #define BITS_PER_LONG PR_BITS_PER_LONG

Completed in 426 milliseconds

12