Searched refs:bitness (Results 1 – 22 of 22) sorted by relevance
/external/linux-kselftest/tools/testing/selftests/x86/ |
D | sigreturn.c | 554 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/ |
D | run_tests.py | 118 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/ |
D | stack-update-frame-opcode.ll | 11 ; 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/ |
D | stack-update-frame-opcode.ll | 11 ; 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/ |
D | gdb-v8-support.py | 97 def decode_v8_value(v, bitness): argument 100 if bitness == 32:
|
/external/python/cpython2/Lib/distutils/ |
D | util.py | 86 bitness = {2147483647:"32bit", 9223372036854775807:"64bit"} 87 machine += ".%s" % bitness[sys.maxint]
|
/external/python/cpython3/Lib/distutils/ |
D | util.py | 74 bitness = {2147483647:"32bit", 9223372036854775807:"64bit"} 75 machine += ".%s" % bitness[sys.maxsize]
|
/external/tensorflow/tensorflow/contrib/cmake/tools/ |
D | create_def_file.py | 134 if args.bitness == "64":
|
/external/python/cpython2/Lib/ |
D | sysconfig.py | 597 bitness = {2147483647:"32bit", 9223372036854775807:"64bit"} 598 machine += ".%s" % bitness[sys.maxint]
|
/external/python/cpython3/Lib/ |
D | sysconfig.py | 660 bitness = {2147483647:"32bit", 9223372036854775807:"64bit"} 661 machine += ".%s" % bitness[sys.maxsize]
|
/external/syzkaller/docs/linux/ |
D | kernel_configs.md | 25 For detection of enabled syscalls and kernel bitness:
|
/external/icu/icu4c/source/ |
D | acinclude.m4 | 161 …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/ |
D | tf_shared_lib.cmake | 63 --bitness "${tensorflow_target_bitness}"
|
D | tf_python.cmake | 577 --bitness "${tensorflow_target_bitness}"
|
/external/compiler-rt/test/asan/ |
D | lit.cfg | 145 # Determine kernel bitness
|
/external/python/cpython2/Doc/library/ |
D | platform.rst | 50 To get at the "64-bitness" of the current interpreter, it is more
|
/external/python/cpython3/Doc/library/ |
D | platform.rst | 48 To get at the "64-bitness" of the current interpreter, it is more
|
/external/ltp/android/ |
D | README.md | 71 You may choose whether to specify bitness of the tests. This would run 4 tests - dio.dio13
|
/external/python/cpython2/Misc/NEWS.d/ |
D | 2.7.3rc1.rst | 496 Under Solaris, distutils doesn't include bitness in the directory name.
|
/external/freetype/docs/ |
D | CHANGES | 3736 order to improve the 16-bitness of the code. Someone is actually
|
/external/strace/ |
D | ChangeLog | 5701 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/ |
D | HISTORY | 8856 - Issue #13803: Under Solaris, distutils doesn't include bitness
|