Searched refs:bitness (Results 1 – 10 of 10) sorted by relevance
/external/libcxx/ |
D | run-tests.py | 38 def gen_test_config(bitness, compiler, host): argument 46 if bitness == 32: 48 elif bitness == 64: 80 def gen_build_cmds(bitness, compiler, host): argument 81 gen_test_config(bitness, compiler, host) 88 gen_build_cmds(args.bitness, args.compiler, args.host)
|
/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/strace/ |
D | wait.c | 120 printwaitn(struct tcb *tcp, int n, int bitness) in printwaitn() argument 147 if (bitness) in printwaitn()
|
/external/v8/tools/ |
D | gdb-v8-support.py | 92 def decode_v8_value(v, bitness): argument 95 if bitness == 32:
|
/external/chromium-trace/catapult/firefighter/update/common/buildbot/ |
D | slave.py | 65 def bitness(self): member in Slave
|
/external/icu/icu4c/source/ |
D | acinclude.m4 | 159 …AC_MSG_ERROR([Don't specify bitness when cross compiling. See readme.html for help with cross comp… 413 # OK. Now, we've tested for 32 and 64 bitness. Let's see what we'll do.
|
/external/compiler-rt/test/asan/ |
D | lit.cfg | 143 # Determine kernel bitness
|
/external/opencv3/cmake/ |
D | OpenCVDetectPython.cmake | 36 # search for executable with the same bitness as resulting binaries
|
D | FindCUDA.cmake | 188 # argument. The only nvcc flag added automatically is the bitness flag as
|
/external/opencv3/ |
D | CMakeLists.txt | 102 message(FATAL_ERROR "CMake fails to deterimine the bitness of target platform.
|