Home
last modified time | relevance | path

Searched refs:is64bit (Results 1 – 2 of 2) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
Dlibunwind.cpp105 static bool is64bit(task_t task) { in is64bit() function
112 if (is64bit(task)) { in unw_create_addr_space_for_task()
/ndk/
Dndk-gdb.py77 is64bit = True if sys.maxsize > 2**32 else False
79 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 '')