Voxia OS v0.0.1
Hobby Project Operating System Targeting x86-64
Loading...
Searching...
No Matches
hash.h File Reference
#include <type.h>

Go to the source code of this file.

Functions

uint64_t hash (const char *str, size_t max_size)
 
uint32_t hash32 (const char *str, size_t max_size)
 

Function Documentation

◆ hash()

uint64_t hash ( const char * str,
size_t max_size )

Definition at line 3 of file hash.c.

References h, and str().

◆ hash32()

uint32_t hash32 ( const char * str,
size_t max_size )

Definition at line 16 of file hash.c.

References h, and str().

Referenced by hash_dentry().