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

/freebsd-10-stable/usr.bin/patch/
H A Dpch.c50 static LINENUM p_first; /* 1st line number */ variable
89 p_first = 0;
599 p_first = strtolinenum(s, &s);
606 p_ptrn_lines = strtolinenum(s, &s) - p_first + 1;
609 } else if (p_first)
613 p_first = 1;
615 if (p_first >= LINENUM_MAX - p_ptrn_lines ||
818 p_first++; /* do append rather than insert */
823 (fillcnt || (p_first > 1 && ptrn_copiable > 2 * p_context))) {
881 p_first
[all...]
/freebsd-10-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-10-stable/sys/vm/
H A Dvm_object.c945 vm_page_t ma[vm_pageout_page_count], p_first, tp; local
962 for (p_first = p; count < vm_pageout_page_count; count++) {
963 tp = vm_page_prev(p_first);
968 p_first = tp;
972 for (tp = p_first, i = 0; i < count; tp = TAILQ_NEXT(tp, listq), i++)

Completed in 172 milliseconds