Home
last modified time | relevance | path

Searched refs:bitness (Results 1 – 22 of 22) sorted by relevance

/external/linux-kselftest/tools/testing/selftests/x86/
Dsigreturn.c554 int find_cs(int bitness) in find_cs() argument
560 if (cs_bitness(my_cs) == bitness) in find_cs()
562 if (cs_bitness(my_cs + (2 << 3)) == bitness) in find_cs()
564 if (my_cs > (2<<3) && cs_bitness(my_cs - (2 << 3)) == bitness) in find_cs()
566 if (cs_bitness(code16_sel) == bitness) in find_cs()
569 printf("[WARN]\tCould not find %d-bit CS\n", bitness); in find_cs()
/external/libcxx/
Drun_tests.py118 def get_build_cmds(bitness, host): argument
128 exe_name = 'libcxx_test_template' + str(bitness)
165 cc, cflags, ldflags = get_build_cmds(args.bitness, args.host)
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dstack-update-frame-opcode.ll11 ; Atoms use LEA to update the SP. Opcode bitness depends on data model.
12 ; Cores use sub/add to update the SP. Opcode bitness depends on data model.
/external/llvm/test/CodeGen/X86/
Dstack-update-frame-opcode.ll11 ; Atoms use LEA to update the SP. Opcode bitness depends on data model.
12 ; Cores use sub/add to update the SP. Opcode bitness depends on data model.
/external/v8/tools/
Dgdb-v8-support.py97 def decode_v8_value(v, bitness): argument
100 if bitness == 32:
/external/python/cpython2/Lib/distutils/
Dutil.py86 bitness = {2147483647:"32bit", 9223372036854775807:"64bit"}
87 machine += ".%s" % bitness[sys.maxint]
/external/python/cpython3/Lib/distutils/
Dutil.py74 bitness = {2147483647:"32bit", 9223372036854775807:"64bit"}
75 machine += ".%s" % bitness[sys.maxsize]
/external/tensorflow/tensorflow/contrib/cmake/tools/
Dcreate_def_file.py134 if args.bitness == "64":
/external/python/cpython2/Lib/
Dsysconfig.py597 bitness = {2147483647:"32bit", 9223372036854775807:"64bit"}
598 machine += ".%s" % bitness[sys.maxint]
/external/python/cpython3/Lib/
Dsysconfig.py660 bitness = {2147483647:"32bit", 9223372036854775807:"64bit"}
661 machine += ".%s" % bitness[sys.maxsize]
/external/syzkaller/docs/linux/
Dkernel_configs.md25 For detection of enabled syscalls and kernel bitness:
/external/icu/icu4c/source/
Dacinclude.m4161 …AC_MSG_ERROR([Don't specify bitness when cross compiling. See readme.html for help with cross comp…
415 # OK. Now, we've tested for 32 and 64 bitness. Let's see what we'll do.
/external/tensorflow/tensorflow/contrib/cmake/
Dtf_shared_lib.cmake63 --bitness "${tensorflow_target_bitness}"
Dtf_python.cmake577 --bitness "${tensorflow_target_bitness}"
/external/compiler-rt/test/asan/
Dlit.cfg145 # Determine kernel bitness
/external/python/cpython2/Doc/library/
Dplatform.rst50 To get at the "64-bitness" of the current interpreter, it is more
/external/python/cpython3/Doc/library/
Dplatform.rst48 To get at the "64-bitness" of the current interpreter, it is more
/external/ltp/android/
DREADME.md71 You may choose whether to specify bitness of the tests. This would run 4 tests - dio.dio13
/external/python/cpython2/Misc/NEWS.d/
D2.7.3rc1.rst496 Under Solaris, distutils doesn't include bitness in the directory name.
/external/freetype/docs/
DCHANGES3736 order to improve the 16-bitness of the code. Someone is actually
/external/strace/
DChangeLog5701 of architecture bitness.
32539 * wait.c (printwaitn): Replace "n" and "bitness" integer arguments
35892 * desc.c (decode_select): Replace bitness parameter with two printers.
47023 (update_personality): Shorten bitness message.
/external/python/cpython3/Misc/
DHISTORY8856 - Issue #13803: Under Solaris, distutils doesn't include bitness