Motr  M0
hash_fnc.c File Reference
#include "lib/vec.h"
#include "ut/ut.h"
#include "lib/hash_fnc.h"
Include dependency graph for hash_fnc.c:

Go to the source code of this file.

Enumerations

enum  { KEY_COUNT = 100, KEY_SIZE = 100 }
 

Functions

void hash_city (void)
 
void hash_fnv1 (void)
 
void test_hash_fnc (void)
 

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
KEY_COUNT 
KEY_SIZE 

Definition at line 27 of file hash_fnc.c.

Function Documentation

◆ hash_city()

void hash_city ( void  )

Definition at line 32 of file hash_fnc.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ hash_fnv1()

void hash_fnv1 ( void  )

Definition at line 65 of file hash_fnc.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ test_hash_fnc()

void test_hash_fnc ( void  )

Definition at line 98 of file hash_fnc.c.

Here is the call graph for this function: