函数逻辑报告 |
Source Code:lib\bsearch.c |
Create Date:2022-07-27 07:21:34 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称: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
函数原型:void *bsearch(const void *key, const void *base, size_t num, size_t size, cmp_func_t cmp)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
const void * | key | |
const void * | base | |
size_t | num | |
size_t | size | |
cmp_func_t | cmp |
51 | 返回:NULL |
名称 | 描述 |
---|---|
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 | |
search_extable | Search one exception table for an entry corresponding to the* given instruction address, and return the address of the entry,* or NULL if none is found.* We use a binary search, and thus we assume that the table is* already sorted. |
poke_int3_handler | |
find_exported_symbol_in_section |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |