Home
last modified time | relevance | path

Searched refs:LOCAL_ELEMS (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/
H A Drtl-iter.h53 static const size_t LOCAL_ELEMS = 16; variable
63 value_type stack[LOCAL_ELEMS];
182 if (__builtin_expect (m_end + count <= LOCAL_ELEMS + 1, true)) in next()
200 if (m_end > LOCAL_ELEMS) in next()
H A Drtlanal.c89 if (i < LOCAL_ELEMS) in add_single_to_queue()
94 gcc_checking_assert (i == LOCAL_ELEMS); in add_single_to_queue()
101 base[LOCAL_ELEMS] = x; in add_single_to_queue()
140 if (__builtin_expect (end < LOCAL_ELEMS, true)) in add_subrtxes_to_queue()
151 if (__builtin_expect (end < LOCAL_ELEMS, true)) in add_subrtxes_to_queue()
160 if (__builtin_expect (end + length <= LOCAL_ELEMS, true)) in add_subrtxes_to_queue()
191 const size_t generic_subrtx_iterator <T>::LOCAL_ELEMS;