Function report |
Source Code:lib\radix-tree.c |
Create Date:2022-07-28 06:12:55 |
Last Modify:2022-05-21 10:04:37 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:The maximum index which can be stored in a radix tree
Proto:static inline unsigned long shift_maxindex(unsigned int shift)
Type:unsigned long
Parameter:
Type | Parameter | Name |
---|---|---|
unsigned int | shift |
222 | Return (RADIX_TREE_MAP_SIZE << shift) - 1 |
Name | Describe |
---|---|
node_maxindex | |
radix_tree_extend | Extend a radix tree so it can store key @index. |
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 |