函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:十六进制数字转换为实数

函数原型:int hex_to_bin(char ch)

返回类型:int

参数:

类型参数名称
charch
27  如果ch大于等于'0'且ch小于等于'9'则返回:ch减'0'
29  ch等于tolower(ch)
30  如果ch大于等于'a'且ch小于等于'f'则返回:ch减'a'加10
32  返回:负1
调用者
名称描述
__uuid_parse
unescape_hex
hex2bin 二进制表示ASCII码的十六进制字符串
mac_pton
get_packetscan for the sequence $#
kgdb_hex2memConvert the hex array pointed to by buf into binary to be placed in* mem. Return a pointer to the character AFTER the last byte* written. May return an error.
kgdb_hex2longWhile we find nice hex chars, build a long_val.* Return number of chars processed.
sel_write_create
__bitmap_parse__bitmap_parse - convert an ASCII hex string into a bitmap