Function report |
Source Code:lib\bsearch.c |
Create Date:2022-07-28 06:24:24 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:search - binary search an array of elements*@key: pointer to item being searched for*@base: pointer to first element to search*@num: number of elements*@size: size of each element*@cmp: pointer to comparison function
Proto:void *bsearch(const void *key, const void *base, size_t num, size_t size, cmp_func_t cmp)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
const void * | key | |
const void * | base | |
size_t | num | |
size_t | size | |
cmp_func_t | cmp |
51 | Return NULL |
Name | Describe |
---|---|
map_id_range_down_max | map_id_range_down_max - Find idmap via binary search in ordered idmap array.* Can only be called if number of mappings exceeds UID_GID_MAP_MAX_BASE_EXTENTS. |
map_id_up_max | map_id_up_max - Find idmap via binary search in ordered idmap array.* Can only be called if number of mappings exceeds UID_GID_MAP_MAX_BASE_EXTENTS. |
find_subprog |
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 |