Macros | |
#define | ISDENORM(x) ((x) && !((x) & 0x7f800000)) |
Functions | |
int | PR_Check_Opcodes (progs_t *pr) |
Validate the opcodes and statement addresses in the progs. More... | |
opcode_t * | PR_Opcode (pr_short_t opcode) |
void | PR_Opcode_Init (void) |
Variables | |
hashtab_t * | opcode_table |
opcode_t | pr_opcodes [] |
const char * | pr_type_name [ev_type_count] |
int | pr_type_size [ev_type_count] |
opcode_t* PR_Opcode | ( | pr_short_t | opcode | ) |
void PR_Opcode_Init | ( | void | ) |
hashtab_t* opcode_table |
opcode_t pr_opcodes[] |
const char* pr_type_name[ev_type_count] |
int pr_type_size[ev_type_count] |