Searched refs:valueint (Results 1 – 7 of 7) sorted by relevance
21 if cls == valueint:30 class valueint(with_metaclass(BaseValueInt, long)): class45 result = super(valueint, self).__floordiv__(other)
8 from .compat import valueint as int
84 from .compat import valueint357 fasttypes = {valueint, int, str}, tuple=tuple, type=type, len=len):
11 from .compat import valueint as int
21 from .compat import valueint as int
15 from .compat import valueint as int
230 xnu’s macros provide a custom integer type called **valueint** that is a replacement for **int**235 # Replaces all int()s to be valueint245 xnu’s **value** class. The **valueint** class inherits from **newint** and fixes problematic behavi…253 # BAD: int may have been replaced with valueint.