函数逻辑报告 |
Source Code:lib\math\lcm.c |
Create Date:2022-07-27 07:40:46 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:Lowest common multiple
函数原型:unsigned long lcm(unsigned long a, unsigned long b)
返回类型:unsigned long
参数:
类型 | 参数 | 名称 |
---|---|---|
unsigned long | a | |
unsigned long | b |
10 | 如果a且b则返回:a除gcd - calculate and return the greatest common divisor of 2 unsigned longs*@a: first value*@b: second value乘b |
12 | 否则返回:0 |
名称 | 描述 |
---|---|
lcm_not_zero | |
pcpu_alloc_first_chunk | pcpu_alloc_first_chunk - creates chunks that serve the first chunk*@tmp_addr: the start of the region served*@map_size: size of the region served* This is responsible for creating the chunks that serve the first chunk |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |