OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:is_full_leaf
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/binutils/dist/bfd/
dwarf2.c
2160
bool
is_full_leaf
= false;
local
2186
is_full_leaf
= leaf->num_stored_in_leaf == trie->num_room_in_leaf;
2188
if (
is_full_leaf
&& trie_pc_bits < VMA_BITS)
2211
if (
is_full_leaf
&& splitting_leaf_will_help)
2219
is_full_leaf
= false;
2236
if (
is_full_leaf
)
2250
is_full_leaf
= false;
/src/external/gpl3/binutils.old/dist/bfd/
dwarf2.c
2160
bool
is_full_leaf
= false;
local
2186
is_full_leaf
= leaf->num_stored_in_leaf == trie->num_room_in_leaf;
2188
if (
is_full_leaf
&& trie_pc_bits < VMA_BITS)
2211
if (
is_full_leaf
&& splitting_leaf_will_help)
2219
is_full_leaf
= false;
2236
if (
is_full_leaf
)
2250
is_full_leaf
= false;
/src/external/gpl3/gdb/dist/bfd/
dwarf2.c
2160
bool
is_full_leaf
= false;
local
2186
is_full_leaf
= leaf->num_stored_in_leaf == trie->num_room_in_leaf;
2188
if (
is_full_leaf
&& trie_pc_bits < VMA_BITS)
2211
if (
is_full_leaf
&& splitting_leaf_will_help)
2219
is_full_leaf
= false;
2236
if (
is_full_leaf
)
2250
is_full_leaf
= false;
/src/external/gpl3/gdb.old/dist/bfd/
dwarf2.c
2153
bool
is_full_leaf
= false;
local
2179
is_full_leaf
= leaf->num_stored_in_leaf == trie->num_room_in_leaf;
2181
if (
is_full_leaf
&& trie_pc_bits < VMA_BITS)
2204
if (
is_full_leaf
&& splitting_leaf_will_help)
2212
is_full_leaf
= false;
2229
if (
is_full_leaf
)
2243
is_full_leaf
= false;
Completed in 43 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026