SSBM Decomp
Loading...
Searching...
No Matches
hash.h File Reference
#include <platform.h>
#include "baselib/forward.h"
#include "baselib/class.h"

Go to the source code of this file.

Data Structures

struct  HSD_HashEntry
 
struct  HSD_HashClass
 
struct  HSD_HashClassInfo
 
struct  HSD_Hash
 

Macros

#define hash(s)   (s % 0x65)
 

Functions

HSD_HashEntryHashSearchEntry (HSD_Hash *, int, void *, HSD_HashEntry **)
 
HSD_HashClassInfoHSD_HashSearch (HSD_Hash *, void *, int *)
 

Macro Definition Documentation

◆ hash

#define hash (   s)    (s % 0x65)

Function Documentation

◆ HashSearchEntry()

HSD_HashEntry * HashSearchEntry ( HSD_Hash hash,
int  idx,
void *  key,
HSD_HashEntry **  ptr 
)

◆ HSD_HashSearch()

HSD_HashClassInfo * HSD_HashSearch ( HSD_Hash hash,
void *  key,
int *  success 
)