hash_func.c File Reference
#include "config.h"
#include <sys/types.h>
#include "db_int.h"
#include "db_page.h"
#include "hash.h"
Go to the source code of this file.
Defines
#define
DCHARHASH(h, c) ((h) = 0x63c63cd9*(h) + 0x9c39c33d + (c))
#define
HASH4a h = (h << 5) - h + *k++;
#define
HASH4b h = (h << 5) + h + *k++;
#define
HASHC n = *k++ + 65599 * n
Functions
Variables
static const char
revid [] = "$Id: hash__func_8c.html,v 1.1 2008年06月08日 10:19:31 sebdiaz Exp $"