Searched refs:LOOP_BOUND (Results 1 – 1 of 1) sorted by relevance
7 #define LOOP_BOUND 0xf macro11 _Static_assert(MAX_ENTRIES < LOOP_BOUND, "MAX_ENTRIES must be < LOOP_BOUND");157 for (i = 0; i < array->map.max_entries && i < LOOP_BOUND; ++i) { in check_array()