Function report |
Source Code:lib\lz4\lz4defs.h |
Create Date:2022-07-28 06:17:38 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:LZ4_NbCommonBytes
Proto:static inline __attribute__((__always_inline__)) unsigned int LZ4_NbCommonBytes(register size_t val)
Type:unsigned int
Parameter:
Type | Parameter | Name |
---|---|---|
register size_t | val |
176 | Return __ffs - find first set bit in word*@word: The word to search* Undefined if no bit exists, so code should check against 0 first. >> 3 |
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 |