Searched refs:valueint (Results 1 – 5 of 5) 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
21 from .compat import valueint as int
11 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.