OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:p_first
(Results
1 - 4
of
4
) sorted by relevancy
/src/usr.bin/patch/
pch.c
55
static LINENUM
p_first
; /* 1st line number */
variable
93
p_first
= 0;
603
p_first
= getskiplinenum(&s);
609
p_ptrn_lines = (getlinenum(s)) -
p_first
+ 1;
612
} else if (
p_first
)
616
p_first
= 1;
618
if (
p_first
>= LINENUM_MAX - p_ptrn_lines ||
821
p_first
++; /* do append rather than insert */
826
(fillcnt || (
p_first
> 1 && ptrn_copiable > 2 * p_context))) {
884
p_first
= getskiplinenum(&s)
[
all
...]
/src/sys/arch/arm/xscale/
pxa2x0_dmac.c
194
uint8_t
p_first
;
member in struct:pxadmac_softc::__anon1199
261
if ((channel = sc->sc_prio[priority].
p_first
) == DMAC_PRIO_END)
263
sc->sc_prio[priority].
p_first
= sc->sc_prio[priority].p_pri[channel];
276
sc->sc_prio[priority].p_pri[channel] = sc->sc_prio[priority].
p_first
;
277
sc->sc_prio[priority].
p_first
= channel;
/src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/
pat_trie_base.hpp
1021
node_pointer
p_first
= *begin();
local
1022
if (
p_first
->m_type == leaf_node)
1024
leaf_const_pointer p = static_cast<leaf_const_pointer>(
p_first
);
1029
inode_pointer p = static_cast<inode_pointer>(
p_first
);
1030
_GLIBCXX_DEBUG_ASSERT(
p_first
->m_type == i_node);
/src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/
pat_trie_base.hpp
1021
node_pointer
p_first
= *begin();
local
1022
if (
p_first
->m_type == leaf_node)
1024
leaf_const_pointer p = static_cast<leaf_const_pointer>(
p_first
);
1029
inode_pointer p = static_cast<inode_pointer>(
p_first
);
1030
_GLIBCXX_DEBUG_ASSERT(
p_first
->m_type == i_node);
Completed in 50 milliseconds
Indexes created Mon May 04 00:23:20 UTC 2026