Function report |
Source Code:lib\xxhash.c |
Create Date:2022-07-28 06:56:15 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:xxh32
Proto:uint32_t xxh32(const void *input, const size_t len, const uint32_t seed)
Type:uint32_t
Parameter:
Type | Parameter | Name |
---|---|---|
const void * | input | |
const size_t | len | |
const uint32_t | seed |
108 | If len >= 16 Then |
128 | Else |
135 | h32 += get_unaligned_le32(p) * PRIME32_3 |
136 | h32 = -************************************** Macros(h32, 17) * PRIME32_4 |
137 | p += 4 |
142 | h32 = -************************************** Macros(h32, 11) * -************************************** Constants |
143 | p++ |
152 | Return h32 |
Name | Describe |
---|---|
xxhash | xxhash() - calculate wordsize hash of the input with a given seed*@input: The data to hash |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |