Searched refs:MAX_NESTING (Results 1 – 1 of 1) sorted by relevance
56 #define MAX_NESTING 128 macro59 BITSET_WORD has_continue[BITSET_WORDS(MAX_NESTING)];74 if (s->depth < MAX_NESTING) in enter_loop()88 const unsigned i = MIN2(s->depth, MAX_NESTING - 1); in set_continue()96 const unsigned i = MIN2(s->depth, MAX_NESTING - 1); in has_continue()