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

/freebsd-11-stable/usr.bin/patch/
H A Dpch.c50 static LINENUM p_first; /* 1st line number */ variable
91 p_first = 0;
639 p_first = strtolinenum(s, &s);
646 p_ptrn_lines = strtolinenum(s, &s) - p_first + 1;
649 } else if (p_first)
653 p_first = 1;
655 if (p_first >= LINENUM_MAX - p_ptrn_lines ||
858 p_first++; /* do append rather than insert */
863 (fillcnt || (p_first > 1 && ptrn_copiable > 2 * p_context))) {
921 p_first
[all...]
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/pat_trie_/
H A Dinternal_node.hpp260 node_pointer p_first = *begin(); local
261 if (p_first->m_type == pat_trie_leaf_node_type)
263 const_leaf_pointer p = static_cast<const_leaf_pointer>(p_first);
268 _GLIBCXX_DEBUG_ASSERT(p_first->m_type == pat_trie_internal_node_type);
269 m_pref_b_it = static_cast<internal_node_pointer>(p_first)->pref_b_it();
/freebsd-11-stable/sys/vm/
H A Dvm_object.c1002 vm_page_t ma[vm_pageout_page_count], p_first, tp; local
1019 for (p_first = p; count < vm_pageout_page_count; count++) {
1020 tp = vm_page_prev(p_first);
1025 p_first = tp;
1029 for (tp = p_first, i = 0; i < count; tp = TAILQ_NEXT(tp, listq), i++)

Completed in 70 milliseconds