Searched refs:is64bit (Results 1 – 2 of 2) sorted by relevance
105 static bool is64bit(task_t task) { in is64bit() function112 if (is64bit(task)) { in unw_create_addr_space_for_task()
77 is64bit = True if sys.maxsize > 2**32 else False79 ndk_host = 'linux%s' % ('-x86_64' if is64bit else '-x86')81 ndk_host = 'darwin%s' % ('-x86_64' if is64bit else '-x86')83 ndk_host = 'windows%s' % ('-x86_64' if is64bit else '')