OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:right_inner
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/gpl3/gcc/dist/libgcc/
unwind-dw2-btree.h
486
struct btree_node *
right_inner
= btree_allocate_node (t, true);
local
488
right_inner
->entry_count = left_inner->entry_count - split;
489
for (unsigned index = 0; index <
right_inner
->entry_count; ++index)
490
right_inner
->content.children[index]
498
right_inner
);
502
btree_node_unlock_exclusive (
right_inner
);
506
*inner =
right_inner
;
Completed in 13 milliseconds
Indexes created Thu Apr 23 00:23:13 UTC 2026