Home
last modified time | relevance | path

Searched refs:PR_BITS_PER_LONG_LOG2 (Results 1 – 25 of 49) sorted by relevance

12

/external/chromium_org/base/third_party/nspr/
Dprcpucfg_linux.h80 #define PR_BITS_PER_LONG_LOG2 6 macro
125 #define PR_BITS_PER_LONG_LOG2 5 macro
171 #define PR_BITS_PER_LONG_LOG2 6 macro
217 #define PR_BITS_PER_LONG_LOG2 6 macro
264 #define PR_BITS_PER_LONG_LOG2 5 macro
310 #define PR_BITS_PER_LONG_LOG2 6 macro
357 #define PR_BITS_PER_LONG_LOG2 5 macro
402 #define PR_BITS_PER_LONG_LOG2 5 macro
447 #define PR_BITS_PER_LONG_LOG2 5 macro
499 #define PR_BITS_PER_LONG_LOG2 5 macro
[all …]
Dprcpucfg_openbsd.h87 #define PR_BITS_PER_LONG_LOG2 5 macro
133 #define PR_BITS_PER_LONG_LOG2 6 macro
179 #define PR_BITS_PER_LONG_LOG2 6 macro
225 #define PR_BITS_PER_LONG_LOG2 6 macro
272 #define PR_BITS_PER_LONG_LOG2 6 macro
317 #define BITS_PER_LONG_LOG2 PR_BITS_PER_LONG_LOG2
Dprcpucfg_freebsd.h87 #define PR_BITS_PER_LONG_LOG2 5 macro
133 #define PR_BITS_PER_LONG_LOG2 6 macro
179 #define PR_BITS_PER_LONG_LOG2 6 macro
225 #define PR_BITS_PER_LONG_LOG2 6 macro
272 #define PR_BITS_PER_LONG_LOG2 6 macro
317 #define BITS_PER_LONG_LOG2 PR_BITS_PER_LONG_LOG2
Dprcpucfg_nacl.h80 #define PR_BITS_PER_LONG_LOG2 5 macro
125 #define PR_BITS_PER_LONG_LOG2 5 macro
170 #define PR_BITS_PER_LONG_LOG2 5 macro
226 #define BITS_PER_LONG_LOG2 PR_BITS_PER_LONG_LOG2
Dprcpucfg_win.h84 #define PR_BITS_PER_LONG_LOG2 5 macro
133 #define PR_BITS_PER_LONG_LOG2 5 macro
182 #define PR_BITS_PER_LONG_LOG2 5 macro
236 #define BITS_PER_LONG_LOG2 PR_BITS_PER_LONG_LOG2
Dprcpucfg_mac.h91 #define PR_BITS_PER_LONG_LOG2 6 macro
135 #define PR_BITS_PER_LONG_LOG2 5 macro
176 #define BITS_PER_LONG_LOG2 PR_BITS_PER_LONG_LOG2
Dprcpucfg_solaris.h101 #define PR_BITS_PER_LONG_LOG2 6 macro
139 #define PR_BITS_PER_LONG_LOG2 5 macro
183 #define BITS_PER_LONG_LOG2 PR_BITS_PER_LONG_LOG2
/external/chromium/base/third_party/nspr/
Dprcpucfg_linux.h80 #define PR_BITS_PER_LONG_LOG2 6 macro
125 #define PR_BITS_PER_LONG_LOG2 5 macro
171 #define PR_BITS_PER_LONG_LOG2 6 macro
217 #define PR_BITS_PER_LONG_LOG2 6 macro
263 #define PR_BITS_PER_LONG_LOG2 6 macro
308 #define PR_BITS_PER_LONG_LOG2 5 macro
353 #define PR_BITS_PER_LONG_LOG2 5 macro
398 #define PR_BITS_PER_LONG_LOG2 5 macro
450 #define PR_BITS_PER_LONG_LOG2 5 macro
495 #define PR_BITS_PER_LONG_LOG2 5 macro
[all …]
Dprcpucfg_freebsd.h87 #define PR_BITS_PER_LONG_LOG2 5 macro
133 #define PR_BITS_PER_LONG_LOG2 6 macro
179 #define PR_BITS_PER_LONG_LOG2 6 macro
225 #define PR_BITS_PER_LONG_LOG2 6 macro
272 #define PR_BITS_PER_LONG_LOG2 6 macro
317 #define BITS_PER_LONG_LOG2 PR_BITS_PER_LONG_LOG2
Dprcpucfg_openbsd.h87 #define PR_BITS_PER_LONG_LOG2 5 macro
133 #define PR_BITS_PER_LONG_LOG2 6 macro
179 #define PR_BITS_PER_LONG_LOG2 6 macro
225 #define PR_BITS_PER_LONG_LOG2 6 macro
272 #define PR_BITS_PER_LONG_LOG2 6 macro
317 #define BITS_PER_LONG_LOG2 PR_BITS_PER_LONG_LOG2
Dprcpucfg_nacl.h80 #define PR_BITS_PER_LONG_LOG2 5 macro
125 #define PR_BITS_PER_LONG_LOG2 5 macro
170 #define PR_BITS_PER_LONG_LOG2 5 macro
226 #define BITS_PER_LONG_LOG2 PR_BITS_PER_LONG_LOG2
Dprcpucfg_win.h84 #define PR_BITS_PER_LONG_LOG2 5 macro
133 #define PR_BITS_PER_LONG_LOG2 5 macro
182 #define PR_BITS_PER_LONG_LOG2 5 macro
236 #define BITS_PER_LONG_LOG2 PR_BITS_PER_LONG_LOG2
Dprcpucfg_mac.h91 #define PR_BITS_PER_LONG_LOG2 6 macro
135 #define PR_BITS_PER_LONG_LOG2 5 macro
176 #define BITS_PER_LONG_LOG2 PR_BITS_PER_LONG_LOG2
/external/chromium_org/third_party/npapi/npspy/extern/nspr/
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))))
Dprcpucfg.h81 #define PR_BITS_PER_LONG_LOG2 5 macro
128 #define PR_BITS_PER_LONG_LOG2 5 macro
177 #define BITS_PER_LONG_LOG2 PR_BITS_PER_LONG_LOG2
/external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
D_linux.cfg76 #define PR_BITS_PER_LONG_LOG2 5
122 #define PR_BITS_PER_LONG_LOG2 6
168 #define PR_BITS_PER_LONG_LOG2 6
214 #define PR_BITS_PER_LONG_LOG2 6
259 #define PR_BITS_PER_LONG_LOG2 5
304 #define PR_BITS_PER_LONG_LOG2 5
349 #define PR_BITS_PER_LONG_LOG2 5
401 #define PR_BITS_PER_LONG_LOG2 5
446 #define PR_BITS_PER_LONG_LOG2 5
491 #define PR_BITS_PER_LONG_LOG2 5
[all …]
D_openbsd.cfg81 #define PR_BITS_PER_LONG_LOG2 5
123 #define PR_BITS_PER_LONG_LOG2 6
176 #define PR_BITS_PER_LONG_LOG2 6
225 #define PR_BITS_PER_LONG_LOG2 5
269 #define PR_BITS_PER_LONG_LOG2 6
316 #define PR_BITS_PER_LONG_LOG2 5
364 #define BITS_PER_LONG_LOG2 PR_BITS_PER_LONG_LOG2
D_netbsd.cfg81 #define PR_BITS_PER_LONG_LOG2 5
127 #define PR_BITS_PER_LONG_LOG2 5
171 #define PR_BITS_PER_LONG_LOG2 6
218 #define PR_BITS_PER_LONG_LOG2 5
266 #define BITS_PER_LONG_LOG2 PR_BITS_PER_LONG_LOG2
D_nextstep.cfg87 #define PR_BITS_PER_LONG_LOG2 5
139 #define PR_BITS_PER_LONG_LOG2 5
187 #define PR_BITS_PER_LONG_LOG2 5
232 #define BITS_PER_LONG_LOG2 PR_BITS_PER_LONG_LOG2
D_freebsd.cfg81 #define PR_BITS_PER_LONG_LOG2 5
128 #define PR_BITS_PER_LONG_LOG2 6
175 #define PR_BITS_PER_LONG_LOG2 6
219 #define BITS_PER_LONG_LOG2 PR_BITS_PER_LONG_LOG2
D_bsdi.cfg79 #define PR_BITS_PER_LONG_LOG2 5
127 #define PR_BITS_PER_LONG_LOG2 5
175 #define BITS_PER_LONG_LOG2 PR_BITS_PER_LONG_LOG2
D_winnt.cfg81 #define PR_BITS_PER_LONG_LOG2 5
128 #define PR_BITS_PER_LONG_LOG2 5
177 #define BITS_PER_LONG_LOG2 PR_BITS_PER_LONG_LOG2
D_win95.cfg81 #define PR_BITS_PER_LONG_LOG2 5
128 #define PR_BITS_PER_LONG_LOG2 5
177 #define BITS_PER_LONG_LOG2 PR_BITS_PER_LONG_LOG2
D_hpux32.cfg77 #define PR_BITS_PER_LONG_LOG2 5
119 #define BITS_PER_LONG_LOG2 PR_BITS_PER_LONG_LOG2
D_aix32.cfg75 #define PR_BITS_PER_LONG_LOG2 5
119 #define BITS_PER_LONG_LOG2 PR_BITS_PER_LONG_LOG2

12