Function report |
Source Code:lib\siphash.c |
Create Date:2022-07-28 06:15:03 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:__hsiphash_unaligned
Proto:u32 __hsiphash_unaligned(const void *data, size_t len, const hsiphash_key_t *key)
Type:u32
Parameter:
Type | Parameter | Name |
---|---|---|
const void * | data | |
size_t | len | |
const hsiphash_key_t * | key |
451 | m = get_unaligned_le32(data) |
453 | HSIPROUND |
457 | Case left == 3 |
458 | Case left == 2 |
458 | b |= get_unaligned_le16(end) |
458 | Break |
459 | Case left == 1 |
461 | HPOSTAMBLE |
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 |