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_copy8
Proto:static inline __attribute__((__always_inline__)) void LZ4_copy8(void *dst, const void *src)
Type:void
Parameter:
| Type | Parameter | Name | 
|---|---|---|
| void * | dst | |
| const void * | src | 
| 147 | a = get value from possibly mis-aligned location((constU32 * )src) | 
| 148 | b = get value from possibly mis-aligned location((constU32 * )src + 1) | 
| 150 | put value to a possibly mis-aligned location(a, (U32 * )dst) | 
| 151 | put value to a possibly mis-aligned location(b, (U32 * )dst + 1) | 
| Name | Describe | 
|---|---|
| LZ4_decompress_generic | LZ4_decompress_generic() :* This generic decompression function covers all use cases.* It shall be instantiated several times, using different sets of directives.* Note that it is important for performance that this function really get inlined, | 
| 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  |