Function report |
Source Code:lib\xxhash.c |
Create Date:2022-07-28 06:56:22 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:xxh32_digest
Proto:uint32_t xxh32_digest(const struct xxh32_state *state)
Type:uint32_t
Parameter:
Type | Parameter | Name |
---|---|---|
const struct xxh32_state * | state |
346 | If large_len Then |
349 | Else |
353 | h32 += total_len_32 |
356 | h32 += get_unaligned_le32(p) * PRIME32_3 |
357 | h32 = -************************************** Macros(h32, 17) * PRIME32_4 |
358 | p += 4 |
363 | h32 = -************************************** Macros(h32, 11) * -************************************** Constants |
364 | p++ |
373 | Return h32 |
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 |