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

/freebsd-10.2-release/usr.bin/patch/
H A Dpch.c49 static LINENUM p_first; /* 1st line number */ variable
88 p_first = 0;
596 p_first = strtolinenum(s, &s);
603 p_ptrn_lines = strtolinenum(s, &s) - p_first + 1;
606 } else if (p_first)
610 p_first = 1;
612 if (p_first >= LINENUM_MAX - p_ptrn_lines ||
815 p_first++; /* do append rather than insert */
820 (fillcnt || (p_first > 1 && ptrn_copiable > 2 * p_context))) {
878 p_first
[all...]
/freebsd-10.2-release/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.2-release/sys/vm/
H A Dvm_object.c940 vm_page_t ma[vm_pageout_page_count], p_first, tp; local
957 for (p_first = p; count < vm_pageout_page_count; count++) {
958 tp = vm_page_prev(p_first);
963 p_first = tp;
967 for (tp = p_first, i = 0; i < count; tp = TAILQ_NEXT(tp, listq), i++)

Completed in 61 milliseconds