函数逻辑报告 |
Source Code:lib\math\int_sqrt.c |
Create Date:2022-07-27 07:40:47 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:_sqrt - computes the integer square root*@x: integer of which to calculate the sqrt* Computes: floor(sqrt(x))
函数原型:unsigned long int_sqrt(unsigned long x)
返回类型:unsigned long
参数:
类型 | 参数 | 名称 |
---|---|---|
unsigned long | x |
21 | y等于0 |
26 | m等于1UL左移__fls: find last set bit in word*@word: The word to search* Undefined if no set bit exists, so code should check against 0 first.按位与1UL的反的值位 |
38 | 返回:y |
名称 | 描述 |
---|---|
int_sqrt64 | _sqrt64 - strongly typed int_sqrt function when minimum 64 bit input* is expected.*@x: 64bit integer of which to calculate the sqrt |
slow_is_prime_number | |
init_per_zone_wmark_min | Initialise min_free_kbytes |
inactive_is_low | The inactive anon list should be small enough that the VM never has* to do too much work.* The inactive file list should be small enough to leave most memory* to the established workingset on the scan-resistant active list, |
rwb_arm_timer |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |