Home | History | Annotate | Download | only in ndk

Lines Matching full:maxsize

64     and fall-back to using platform.platform() and sys.maxsize.
77 is64bit = True if sys.maxsize > 2**32 else False