HomeSort by relevance Sort by last modified time
    Searched refs:PR_BITS_PER_LONG (Results 1 - 25 of 36) sorted by null

1 2

  /external/chromium_org/third_party/npapi/npspy/extern/nspr/
prbit.h 47 ((_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))))
prcpucfg.h 71 #define PR_BITS_PER_LONG 32
119 #define PR_BITS_PER_LONG 32
168 #define BITS_PER_LONG PR_BITS_PER_LONG
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
_openbsd.cfg 72 #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
_linux.cfg 67 #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 32
    [all...]
_bsdi.cfg 70 #define PR_BITS_PER_LONG 32
118 #define PR_BITS_PER_LONG 32
166 #define BITS_PER_LONG PR_BITS_PER_LONG
_win95.cfg 71 #define PR_BITS_PER_LONG 32
119 #define PR_BITS_PER_LONG 32
168 #define BITS_PER_LONG PR_BITS_PER_LONG
_winnt.cfg 71 #define PR_BITS_PER_LONG 32
119 #define PR_BITS_PER_LONG 32
168 #define BITS_PER_LONG PR_BITS_PER_LONG
_freebsd.cfg 72 #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
_nextstep.cfg 76 #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
_qnx.cfg 66 #define PR_BITS_PER_LONG 32
_aix32.cfg 66 #define PR_BITS_PER_LONG 32
110 #define BITS_PER_LONG PR_BITS_PER_LONG
_aix64.cfg 67 #define PR_BITS_PER_LONG 64
111 #define BITS_PER_LONG PR_BITS_PER_LONG
_beos.cfg 73 #define PR_BITS_PER_LONG 32
118 #define BITS_PER_LONG PR_BITS_PER_LONG
_darwin.cfg 72 #define PR_BITS_PER_LONG 32
111 #define BITS_PER_LONG PR_BITS_PER_LONG
_dgux.cfg 68 #define PR_BITS_PER_LONG 32
106 #define BITS_PER_LONG PR_BITS_PER_LONG
_hpux32.cfg 68 #define PR_BITS_PER_LONG 32
110 #define BITS_PER_LONG PR_BITS_PER_LONG
_hpux64.cfg 69 #define PR_BITS_PER_LONG 64
111 #define BITS_PER_LONG PR_BITS_PER_LONG
_irix32.cfg 69 #define PR_BITS_PER_LONG 32
117 #define BITS_PER_LONG PR_BITS_PER_LONG
_irix64.cfg 70 #define PR_BITS_PER_LONG 64
116 #define BITS_PER_LONG PR_BITS_PER_LONG
_ncr.cfg 68 #define PR_BITS_PER_LONG 32
108 #define BITS_PER_LONG PR_BITS_PER_LONG
_nec.cfg 66 #define PR_BITS_PER_LONG 32
108 #define BITS_PER_LONG PR_BITS_PER_LONG
_nto.cfg 67 #define PR_BITS_PER_LONG 32L
118 #define BITS_PER_LONG PR_BITS_PER_LONG
_openvms.cfg 71 #define PR_BITS_PER_LONG 32
114 #define BITS_PER_LONG PR_BITS_PER_LONG
_os2.cfg 74 #define PR_BITS_PER_LONG 32
119 #define BITS_PER_LONG PR_BITS_PER_LONG
_osf1.cfg 71 #define PR_BITS_PER_LONG 64
114 #define BITS_PER_LONG PR_BITS_PER_LONG

Completed in 824 milliseconds

1 2