函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:arch\x86\boot\string.c Create Date:2022-07-27 08:26:16
Last Modify:2022-05-21 21:56:45 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:__div_u64

函数原型:static inline u64 __div_u64(u64 dividend, unsigned int divisor)

返回类型:u64

参数:

类型参数名称
u64dividend
unsigned intdivisor
225  返回:__div_u64_rem(dividend, divisor, & remainder)
调用者
名称描述
_parse_integerConvert non-negative integer string representation in explicitly given radix* to an integer.* Return number of characters consumed maybe or-ed with overflow bit.* If overflow occurs, result integer (incorrect) is still returned.