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 - 2
of
2
) 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
;
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 44 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026