LZ4 API Guide  1.00.01.00
lz4_xxhash.h
Go to the documentation of this file.
1 #ifndef LZ4_XXHASH_H_
2 #define LZ4_XXHASH_H_
3 
4 //******************************************************************************
5 //
8 //
9 //******************************************************************************
10 
11 //*****************************************************************************
12 //
13 // If building with a C++ compiler, make all of the definitions in this header
14 // have a C binding.
15 //
16 //*****************************************************************************
17 #ifdef __cplusplus
18 extern "C"
19 {
20 #endif
21 
22 #include <stdint.h>
23 #include <stdbool.h>
24 
25 //******************************************************************************
26 //
35 //
36 //******************************************************************************
37 extern uint32_t LZ4_xxHashCompute(const void *src, uint32_t length, uint32_t seed);
38 
39 //*****************************************************************************
40 //
41 // Mark the end of the C bindings section for C++ compilers.
42 //
43 //*****************************************************************************
44 #ifdef __cplusplus
45 }
46 #endif
47 
48 //******************************************************************************
49 //
50 // Close the Doxygen group.
52 //
53 //******************************************************************************
54 
55 #endif /* LZ4_XXHASH_H_ */
uint32_t LZ4_xxHashCompute(const void *src, uint32_t length, uint32_t seed)
Compute xxhash checksum for a block of data.
Definition: lz4_xxhash.c:114
© Copyright 1995-2019, Texas Instruments Incorporated. All rights reserved.
Trademarks | Privacy policy | Terms of use | Terms of sale