函数逻辑报告 |
Source Code:lib\math\prime_numbers.c |
Create Date:2022-07-27 07:41:00 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:s_prime_number - test whether the given number is prime*@x: the number to test* A prime number is an integer greater than 1 that is only divisible by* itself and 1
函数原型:bool is_prime_number(unsigned long x)
返回类型:bool
参数:
类型 | 参数 | 名称 |
---|---|---|
unsigned long | x |
227 | p等于cu_dereference() - fetch RCU-protected pointer for dereferencing*@p: The pointer to read, prior to dereferencing* This is a simple wrapper around rcu_dereference_check().(primes) |
231 | 如果非expand_to_next_prime(x)则返回:slow_is_prime_number(x) |
237 | result等于st_bit - Determine whether a bit is set*@nr: bit number to test*@addr: Address to start counting from |
240 | 返回:result |
名称 | 描述 |
---|---|
selftest |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |