函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:lib\math\prime_numbers.c Create Date:2022-07-27 07:40:58
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:slow_next_prime_number

函数原型:static unsigned long slow_next_prime_number(unsigned long x)

返回类型:unsigned long

参数:

类型参数名称
unsigned longx
84 x小于ULONG_MAX且非slow_is_prime_number(++x)循环
87  返回:x
调用者
名称描述
next_prime_numberxt_prime_number - return the next prime number*@x: the starting point for searching to test* A prime number is an integer greater than 1 that is only divisible by* itself and 1