FireBirdLib - Topfield TMS PVR TAP Programming Library
SuperFastHash.c File Reference
#include "libFireBird.h"

Go to the source code of this file.

Macros

#define get16bits(d)
 

Functions

dword SuperFastHash (register unsigned char *data, int len, dword hash)
 

Macro Definition Documentation

◆ get16bits

#define get16bits (   d)
Value:
((((const byte *)(d))[1] << (dword)(8))\
+((const byte *)(d))[0])

Definition at line 10 of file SuperFastHash.c.

Function Documentation

◆ SuperFastHash()

dword SuperFastHash ( register unsigned char *  data,
int  len,
dword  hash 
)

Definition at line 14 of file SuperFastHash.c.

References get16bits, TRACEENTER, and TRACEEXIT.