函数逻辑报告 |
Source Code:lib\xxhash.c |
Create Date:2022-07-27 07:53:19 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:xxh32
函数原型:uint32_t xxh32(const void *input, const size_t len, const uint32_t seed)
返回类型:uint32_t
参数:
类型 | 参数 | 名称 |
---|---|---|
const void * | input | |
const size_t | len | |
const uint32_t | seed |
108 | 如果len大于等于16则 |
128 | 否则 |
135 | h32加等于get_unaligned_le32(p)乘PRIME32_3 |
137 | p加等于4 |
142 | h32等于-************************************** Macros(h32, 11)乘-************************************** Constants |
143 | p自加 |
152 | 返回:h32 |
名称 | 描述 |
---|---|
xxhash | xxhash() - calculate wordsize hash of the input with a given seed*@input: The data to hash |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |