|
ps2sdk
1.1
A collection of Open Source libraries used for developing applications on Sony's PlayStation 2® (PS2).
|
#include "standard.h"
Include dependency graph for hashtab.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Data Structures | |
| struct | hitem |
| struct | htab |
Macros | |
| #define | hcount(t) ((t)->count) |
| #define | hkey(t) ((t)->ipos->key) |
| #define | hkeyl(t) ((t)->ipos->keyl) |
| #define | hstuff(t) ((t)->ipos->stuff) |
| #define | hnext(t) |
Functions | |
| htab * | hcreate () |
| void | hdestroy () |
| word | hfind () |
| word | hadd () |
| word | hdel () |
| word | hfirst () |
| word | hnbucket () |
| void | hstat () |
| #define hnext | ( | t | ) |
| word hadd | ( | ) |
Referenced by add_loosy(), and add_symbol().
| htab* hcreate | ( | ) |
Referenced by add_loosy(), add_symbol(), and allocate_erl_record().
| word hdel | ( | ) |
Referenced by erl_flush_symbols(), and fix_loosy().
| void hdestroy | ( | ) |
Referenced by erl_flush_symbols().
| word hfind | ( | ) |
Referenced by erl_find_local_symbol(), erl_find_symbol(), fix_loosy(), and r_find_symbol().
| word hfirst | ( | ) |
Referenced by erl_flush_symbols().
| word hnbucket | ( | ) |
| void hstat | ( | ) |