Home
last modified time | relevance | path

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

/netbsd/src/usr.bin/patch/
Dpch.c55 static LINENUM p_first; /* 1st line number */ variable
93 p_first = 0; in re_patch()
603 p_first = getskiplinenum(&s); in another_hunk()
609 p_ptrn_lines = (getlinenum(s)) - p_first + 1; in another_hunk()
612 } else if (p_first) in another_hunk()
616 p_first = 1; in another_hunk()
618 if (p_first >= LINENUM_MAX - p_ptrn_lines || in another_hunk()
821 p_first++; /* do append rather than insert */ in another_hunk()
826 (fillcnt || (p_first > 1 && ptrn_copiable > 2 * p_context))) { in another_hunk()
884 p_first = getskiplinenum(&s); in another_hunk()
[all …]
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/
Dpat_trie_base.hpp1021 node_pointer p_first = *begin(); in update_prefixes() local
1022 if (p_first->m_type == leaf_node) in update_prefixes()
1024 leaf_const_pointer p = static_cast<leaf_const_pointer>(p_first); in update_prefixes()
1029 inode_pointer p = static_cast<inode_pointer>(p_first); in update_prefixes()
1030 _GLIBCXX_DEBUG_ASSERT(p_first->m_type == i_node); in update_prefixes()
/netbsd/src/sys/arch/arm/xscale/
Dpxa2x0_dmac.c194 uint8_t p_first; member
261 if ((channel = sc->sc_prio[priority].p_first) == DMAC_PRIO_END) in dmac_allocate_channel()
263 sc->sc_prio[priority].p_first = sc->sc_prio[priority].p_pri[channel]; in dmac_allocate_channel()
276 sc->sc_prio[priority].p_pri[channel] = sc->sc_prio[priority].p_first; in dmac_free_channel()
277 sc->sc_prio[priority].p_first = channel; in dmac_free_channel()