LZ4 API Guide  1.00.01.00
Macros | Functions
lz4_xxhash.c File Reference
#include <stdint.h>
#include <stdlib.h>
#include <stdbool.h>
#include <stdio.h>
#include "lz4.h"
#include "lz4_xxhash.h"
Include dependency graph for lz4_xxhash.c:

Macros

#define XXHASH_PRIME1   2654435761U
 
#define XXHASH_PRIME2   2246822519U
 
#define XXHASH_PRIME3   3266489917U
 
#define XXHASH_PRIME4   668265263U
 
#define XXHASH_PRIME5   374761393U
 
#define MIN_VECTOR_LENGTH   16
 

Functions

uint32_t LZ4_xxHashCompute (const void *src, uint32_t length, uint32_t seed)
 Compute xxhash checksum for a block of data. More...
 

Macro Definition Documentation

§ XXHASH_PRIME1

#define XXHASH_PRIME1   2654435761U

§ XXHASH_PRIME2

#define XXHASH_PRIME2   2246822519U

§ XXHASH_PRIME3

#define XXHASH_PRIME3   3266489917U

§ XXHASH_PRIME4

#define XXHASH_PRIME4   668265263U

§ XXHASH_PRIME5

#define XXHASH_PRIME5   374761393U

§ MIN_VECTOR_LENGTH

#define MIN_VECTOR_LENGTH   16
© Copyright 1995-2018, Texas Instruments Incorporated. All rights reserved.
Trademarks | Privacy policy | Terms of use | Terms of sale