CMS 3D CMS Logo

Namespaces | Macros | Typedefs | Functions
hash64.cc File Reference
#include "CondFormats/Common/interface/hash64.h"

Go to the source code of this file.

Namespaces

 cond
 

Macros

#define mix64(a, b, c)
 

Typedefs

typedef unsigned char ub1
 
typedef unsigned long int ub4
 
typedef unsigned long long ub8
 

Functions

unsigned long long cond::hash64 (unsigned char *k, unsigned long long length, unsigned long long level)
 

Macro Definition Documentation

◆ mix64

#define mix64 (   a,
  b,
  c 
)

Definition at line 22 of file hash64.cc.

Typedef Documentation

◆ ub1

typedef unsigned char ub1

Definition at line 64 of file hash64.cc.

◆ ub4

typedef unsigned long int ub4

Definition at line 63 of file hash64.cc.

◆ ub8

typedef unsigned long long ub8

Definition at line 62 of file hash64.cc.