Home
last modified time | relevance | path

Searched refs:lastnode (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/sys/dev/ofw/
H A Dopenfirmio.c74 static phandle_t lastnode; /* speed hack */ variable
143 if (node != 0 && node != lastnode) { in openfirm_ioctl()
148 lastnode = node; in openfirm_ioctl()
235 *(phandle_t *)data = lastnode = node; in openfirm_ioctl()
242 *(phandle_t *)data = lastnode = node; in openfirm_ioctl()
254 of->of_nodeid = lastnode = node; in openfirm_ioctl()
/freebsd-12.1/contrib/libarchive/libarchive/
H A Darchive_read_support_format_rar.c2486 lastnode = 0; in add_value()
2492 if (code->tree[lastnode].branches[0] == in add_value()
2493 code->tree[lastnode].branches[1]) in add_value()
2503 if (!(code->tree[lastnode].branches[bit] < 0)) in add_value()
2525 lastnode = nextnode; in add_value()
2532 if (code->tree[lastnode].branches[bit] < 0) in add_value()
2543 lastnode = code->tree[lastnode].branches[bit]; in add_value()
2547 if (!(code->tree[lastnode].branches[0] == -1 in add_value()
2548 && code->tree[lastnode].branches[1] == -2)) in add_value()
2556 code->tree[lastnode].branches[0] = value; in add_value()
[all …]
/freebsd-12.1/crypto/openssh/
H A Dxmss_fast.c197 uint32_t lastnode, i; in treehash_setup() local
203 lastnode = idx+(1<<height); in treehash_setup()
212 for (; idx < lastnode; idx++) { in treehash_setup()
/freebsd-12.1/contrib/gcc/doc/include/
H A Dtexinfo.tex1248 % \lastnode when called from \setref -> \pdfmkdest.
4589 \write\tocfile{@#1entry{#2}{#3}{\lastnode}{\noexpand\folio}}}%
5977 % @node's only job in TeX is to define \lastnode, which is used in
5988 \def\dodonode#1,#2\finishnodeparse{\gdef\lastnode{#1}}
5991 \let\lastnode=\empty
5997 \ifx\lastnode\empty\else
5998 \setref{\lastnode}{#1}%
5999 \global\let\lastnode=\empty
/freebsd-12.1/contrib/amd/doc/
H A Dtexinfo.tex5256 \let\lastnode=\empty % no node to associate with
5987 \write\tocfile{@#1entry{#2}{#3}{\lastnode}{\noexpand\folio}}}%
7799 % @node's only job in TeX is to define \lastnode, which is used in
7810 \def\dodonode#1,#2\finishnodeparse{\gdef\lastnode{#1}}
7813 \let\lastnode=\empty
7819 \ifx\lastnode\empty\else
7820 \setref{\lastnode}{#1}%
7821 \global\let\lastnode=\empty