函数逻辑报告 |
Source Code:include\linux\count_zeros.h |
Create Date:2022-07-27 08:16:54 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:_leading_zeros - Count the number of zeros from the MSB back*@x: The value* Count the number of leading zeros from the MSB going towards the LSB in @x.* If the MSB of @x is set, the result is 0.
函数原型:static inline int count_leading_zeros(unsigned long x)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
unsigned long | x |
名称 | 描述 |
---|---|
mpi_read_raw_data | 读一字节流为正整数 |
count_lzeros | |
mpi_read_raw_from_sgl | mpi_read_raw_from_sgl() - Function allocates an MPI and populates it with* data from the sgl* This function works in the same way as the mpi_read_raw_data, but it* takes an sgl instead of void * buffer. i.e. it allocates |
mpi_get_nbits | 返回位数 |
mpi_powm | 异或取模 |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |