Function report |
Source Code:lib\radix-tree.c |
Create Date:2022-07-28 06:13:09 |
Last Modify:2022-05-21 10:04:37 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:adix_tree_gang_lookup_tag - perform multiple lookup on a radix tree* based on a tag*@root: radix tree root*@results: where the results of the lookup are placed*@first_index: start the lookup from this key*@max_items: place up to this many items at
Proto:unsigned int radix_tree_gang_lookup_tag(const struct xarray *root, void **results, unsigned long first_index, unsigned int max_items, unsigned int tag)
Type:unsigned int
Parameter:
Type | Parameter | Name |
---|---|---|
const struct xarray * | root | |
void ** | results | |
unsigned long | first_index | |
unsigned int | max_items | |
unsigned int | tag |
1318 | ret = 0 |
1320 | If Value for the false possibility is greater at compile time(!max_items) Then Return 0 |
1324 | results[ret] = Dependency order vs. p above. ( * slot) |
1327 | If radix_tree_is_internal_node(results[ret]) Then |
1329 | Continue |
1335 | Return ret |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |