Home
last modified time | relevance | path

Searched refs:_BITSIZE (Results 1 – 3 of 3) sorted by relevance

/dports/devel/py-BTrees/BTrees-4.9.2/src/BTrees/
H A D__init__.py69 _BITSIZE = 0 variable in _Family
73 self.maxint = int(2 ** (self._BITSIZE - 1) - 1)
75 self.maxuint = int(2 ** self._BITSIZE - 1)
82 ).format(self._BITSIZE, self.minint, self.maxint, self.maxuint)
90 _BITSIZE = 32 variable in _Family32
108 _BITSIZE = 64 variable in _Family64
/dports/lang/gnatdroid-sysroot/android-19-arm/usr/include/
H A Dstdint.h257 #define _BITSIZE 32 macro
/dports/lang/gnatdroid-sysroot-x86/android-19-x86/usr/include/
H A Dstdint.h257 #define _BITSIZE 32 macro