|
SSBM Decomp
|
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_HashEntry * | HashSearchEntry (HSD_Hash *, int, void *, HSD_HashEntry **) |
| HSD_HashClassInfo * | HSD_HashSearch (HSD_Hash *, void *, int *) |
| #define hash | ( | s | ) | (s % 0x65) |
| HSD_HashEntry * HashSearchEntry | ( | HSD_Hash * | hash, |
| int | idx, | ||
| void * | key, | ||
| HSD_HashEntry ** | ptr | ||
| ) |
| HSD_HashClassInfo * HSD_HashSearch | ( | HSD_Hash * | hash, |
| void * | key, | ||
| int * | success | ||
| ) |