Searched refs:DEBUG_MAX (Results 1 - 3 of 3) sorted by relevance

/haiku-buildtools/jam/
H A Djam.h489 # define DEBUG_MAX 15 macro
491 /* Redefine DEBUG_MAX, if rule profiling support shall be compiled in. */
493 # undef DEBUG_MAX macro
494 # define DEBUG_MAX 16 macro
502 char debug[DEBUG_MAX];
H A Djam.c255 if( i < 0 || i >= DEBUG_MAX )
/haiku-buildtools/gcc/libbacktrace/
H A Delf.c236 DEBUG_MAX enumerator in enum:debug_section
241 static const char * const debug_section_names[DEBUG_MAX] =
541 struct debug_section_info sections[DEBUG_MAX];
701 for (j = 0; j < (int) DEBUG_MAX; ++j)
778 for (i = 0; i < (int) DEBUG_MAX; ++i)
809 for (i = 0; i < (int) DEBUG_MAX; ++i)

Completed in 122 milliseconds