PostGIS  3.0.6dev-r@@SVN_REVISION@@
lookup3.c File Reference
#include <stdio.h>
#include <time.h>
#include <stdint.h>
#include <sys/param.h>
Include dependency graph for lookup3.c:

Go to the source code of this file.

Macros

#define SELF_TEST   1
 
#define HASH_LITTLE_ENDIAN   0
 
#define HASH_BIG_ENDIAN   0
 
#define hashsize(n)   ((uint32_t)1<<(n))
 
#define hashmask(n)   (hashsize(n)-1)
 
#define rot(x, k)   (((x)<<(k)) | ((x)>>(32-(k))))
 
#define mix(a, b, c)
 
#define final(a, b, c)
 

Functions

void hashlittle2 (const void *key, size_t length, uint32_t *pc, uint32_t *pb)