Searched refs:atom_debug (Results 1 – 2 of 2) sorted by relevance
146 extern int atom_debug;
63 int atom_debug = 0; variable92 #define ATOM_DEBUG_PRINT(...) do if (atom_debug) { printf(__FILE__ __VA_ARGS__); } while (0)93 #define ATOM_SDEBUG_PRINT(...) do if (atom_debug) { printf(__FILE__); debug_print_spaces(debug_dept…