YACASL2
Data Structures | Enumerations | Functions
hash.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  HKEY
 ハッシュ共用体のデータ型 More...
 

Enumerations

enum  UTYPE { CHARS = 0 , INT = 1 }
 ハッシュ共用体の数値 More...
 

Functions

unsigned hash (int keyc, HKEY *keyv[], int tabsize)
 ハッシュ値を取得する More...
 

Enumeration Type Documentation

◆ UTYPE

enum UTYPE

ハッシュ共用体の数値

Enumerator
CHARS 

char型のデータ

INT 

int型のデータ

Definition at line 7 of file hash.h.

Function Documentation

◆ hash()

unsigned hash ( int  keyc,
HKEY keyv[],
int  tabsize 
)

ハッシュ値を取得する

Returns
ハッシュ値
Parameters
keycキーの数
*keyv[]キーを表す配列
tabsizeテーブルのサイズ

Definition at line 3 of file hash.c.

Here is the caller graph for this function: