Searched defs:N_DEBUG (Results 1 – 2 of 2) sorted by relevance
79 #define N_DEBUG -2 macro
45 enum ReservedSectionNum : int16_t { N_DEBUG = -2, N_ABS = -1, N_UNDEF = 0 }; global() enumerator