OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:last_node
(Results
1 - 9
of
9
) sorted by relevancy
/src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/
crypto_generichash_blake2b.h
29
uint8_t
last_node
;
variable
/src/external/apache2/argon2/dist/phc-winner-argon2/src/blake2/
blake2.h
58
uint8_t
last_node
;
member in struct:__blake2b_state
/src/external/bsd/libarchive/dist/libarchive/
archive_blake2.h
60
uint8_t
last_node
;
member in struct:blake2s_state__
71
uint8_t
last_node
;
member in struct:blake2b_state__
/src/external/bsd/jemalloc/dist/test/unit/
rb.c
587
node_t *
last_node
;
member in struct:iter_ctx_s
599
if (ctx->
last_node
!= NULL) {
601
expect_d_lt(node_cmp(ctx->
last_node
, node), 0,
604
expect_d_gt(node_cmp(ctx->
last_node
, node), 0,
608
ctx->
last_node
= node;
823
ctx.
last_node
= NULL;
836
ctx.
last_node
= NULL;
846
ctx.
last_node
= NULL;
858
ctx.
last_node
= NULL;
872
ctx.
last_node
= NULL
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/
lto-cgraph.cc
142
lto_encoder_entry
last_node
;
local
153
last_node
= encoder->nodes.pop ();
154
if (
last_node
.node != node)
156
bool existed = encoder->map->put (
last_node
.node, index + 1);
160
encoder->nodes[index] =
last_node
;
/src/sys/ufs/chfs/
chfs.h
306
struct chfs_node_ref *
last_node
; /* last node of the block */
member in struct:chfs_eraseblock
/src/external/gpl2/xcvs/dist/lib/
regex_internal.h
673
Idx
last_node
;
member in struct:__anon7265
691
Idx
last_node
;
member in struct:__anon7266
/src/external/gpl2/xcvs/dist/src/
server.c
2747
static struct notify_note *
last_node
;
variable in typeref:struct:notify_note
2871
if (
last_node
== NULL)
2874
last_node
->next = new;
2875
last_node
= new;
2973
last_node
= NULL;
/src/external/gpl2/groff/dist/src/roff/troff/
node.cpp
2565
node *
last_node
= n->last_char_node();
local
2566
if (
last_node
)
2567
return
last_node
;
3088
node *
last_node
= 0;
local
3095
last_node
= tem;
3097
for (tem =
last_node
; tem; tem = tem->last)
Completed in 58 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026