CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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

#define mix64 (   a,
  b,
  c 
)

Definition at line 22 of file hash64.cc.

Referenced by cond::hash64().

Typedef Documentation

typedef unsigned char ub1

Definition at line 64 of file hash64.cc.

typedef unsigned long int ub4

Definition at line 63 of file hash64.cc.

typedef unsigned long long ub8

Definition at line 62 of file hash64.cc.