Searched defs:MACHINE (Results 1 – 2 of 2) sorted by relevance
/external/v8/tools/ | ||
D | run-valgrind.py | 43 MACHINE = 'linux_x64' if platform.machine() == 'x86_64' else 'linux_x86' variable |
/external/elfutils/tests/ | ||
D | saridx.c | 32 #define MACHINE(name) [name] = #name macro |