Voxia OS
v0.0.1
Hobby Project Operating System Targeting x86-64
Loading...
Searching...
No Matches
hash.h
Go to the documentation of this file.
1
#ifndef __LIBK__HASH_H__
2
#define __LIBK__HASH_H__
3
4
#include <
type.h
>
5
6
uint64_t
hash
(
const
char
*
str
,
size_t
max_size);
7
uint32_t
hash32
(
const
char
*
str
,
size_t
max_size);
8
9
#endif
// __LIBK__HASH_H__
hash
uint32_t hash
Definition
dentry.h:3
hash32
uint32_t hash32(const char *str, size_t max_size)
Definition
hash.c:16
str
kstring str(const char *str)
type.h
uint32_t
unsigned int uint32_t
Definition
type.h:19
uint64_t
unsigned long uint64_t
Definition
type.h:25
include
hash.h
Generated on Sat May 30 2026 11:09:57 for Voxia OS by
1.13.2