Searched refs:ATOM_SDEBUG_PRINT (Results 1 – 1 of 1) sorted by relevance
93 #define ATOM_SDEBUG_PRINT(...) do if (atom_debug) { printf(__FILE__); debug_print_spaces(debug_dept… macro96 #define ATOM_SDEBUG_PRINT(...) do { } while (0) macro589 ATOM_SDEBUG_PRINT(" dst: "); in atom_op_add()591 ATOM_SDEBUG_PRINT(" src: "); in atom_op_add()594 ATOM_SDEBUG_PRINT(" dst: "); in atom_op_add()603 ATOM_SDEBUG_PRINT(" dst: "); in atom_op_and()605 ATOM_SDEBUG_PRINT(" src: "); in atom_op_and()608 ATOM_SDEBUG_PRINT(" dst: "); in atom_op_and()623 ATOM_SDEBUG_PRINT(" table: %d (%s)\n", idx, atom_table_names[idx]); in atom_op_calltable()625 ATOM_SDEBUG_PRINT(" table: %d\n", idx); in atom_op_calltable()[all …]