Function report |
Source Code:lib\xxhash.c |
Create Date:2022-07-28 06:56:21 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:xxh32_update
Proto:int xxh32_update(struct xxh32_state *state, const void *input, const size_t len)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct xxh32_state * | state | |
const void * | input | |
const size_t | len |
278 | total_len_32 += len |
279 | large_len |= len >= 16 | total_len_32 >= 16 |
287 | If memsize Then |
335 | Return 0 |
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 |