Searched refs:sufix (Results 1 - 2 of 2) sorted by relevance
/third_party/mesa3d/src/util/ |
H A D | u_debug.h | 459 #define DEBUG_GET_ONCE_BOOL_OPTION(sufix, name, dfault) \ 461 debug_get_option_ ## sufix (void) \ 472 #define DEBUG_GET_ONCE_NUM_OPTION(sufix, name, dfault) \ 474 debug_get_option_ ## sufix (void) \ 485 #define DEBUG_GET_ONCE_FLAGS_OPTION(sufix, name, flags, dfault) \ 487 debug_get_option_ ## sufix (void) \
|
/third_party/python/Tools/peg_generator/pegen/ |
H A D | grammar_visualizer.py | 37 sufix = " " if istail else "│ " 44 line += self.print_nodes_recursively(child, prefix + sufix, False) 45 line += self.print_nodes_recursively(last, prefix + sufix, True)
|
Completed in 1 milliseconds