Home
last modified time | relevance | path

Searched refs:DEBUG_LEVEL (Results 1 – 5 of 5) sorted by relevance

/external/linux-kselftest/tools/testing/selftests/x86/
Dpkey-helpers.h19 #ifndef DEBUG_LEVEL
20 #define DEBUG_LEVEL 0 macro
47 if (level <= DEBUG_LEVEL) \
Dprotection_keys.c302 if (DEBUG_LEVEL > 4) in signal_handler()
545 if (DEBUG_LEVEL >= 2) in sys_mprotect_pkey()
1058 if (ret < 0 && (DEBUG_LEVEL > 0)) in test_kernel_write_of_write_disabled_region()
1097 if (DEBUG_LEVEL > 0) in test_kernel_gup_write_to_write_disabled_region()
/external/OpenCL-CTS/test_conformance/math_brute_force/
Drun_math_brute_force_in_parallel.py13 if (DEBUG_LEVEL >= level): print(text)
75 DEBUG_LEVEL = 2 variable
/external/libffi/src/pa/
Dffi.c41 #define DEBUG_LEVEL 0 macro
52 #define debug(lvl, x...) do { if (lvl <= DEBUG_LEVEL) { printf(x); } } while (0)
/external/python/cpython2/Modules/_ctypes/libffi/src/pa/
Dffi.c41 #define DEBUG_LEVEL 0 macro
52 #define debug(lvl, x...) do { if (lvl <= DEBUG_LEVEL) { printf(x); } } while (0)