php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Go to the source code of this file.
Macros | |
#define | MAX_RULES 2048 |
#define | MAX_SLOTS (MAX_RULES * 4) |
#define | USE_SEMI_PERFECT_HASH 1 |
#define | USE_SHL_HASH 1 |
#define | USE_ROL_HASH 0 |
#define | IR_OP_ADD(name, flags, op1, op2, op3) |
Functions | |
void | print_hash (uint32_t *mask, uint32_t count) |
int | find_hash (uint32_t *mask, uint32_t count) |
int | main (int argc, char **argv) |
#define MAX_RULES 2048 |
Definition at line 15 of file gen_ir_fold_hash.c.
Definition at line 16 of file gen_ir_fold_hash.c.
#define USE_ROL_HASH 0 |
Definition at line 20 of file gen_ir_fold_hash.c.
#define USE_SEMI_PERFECT_HASH 1 |
Definition at line 18 of file gen_ir_fold_hash.c.
#define USE_SHL_HASH 1 |
Definition at line 19 of file gen_ir_fold_hash.c.
int find_hash | ( | uint32_t * | mask, |
uint32_t | count ) |
Definition at line 54 of file gen_ir_fold_hash.c.
int main | ( | int | argc, |
char ** | argv ) |
Definition at line 241 of file gen_ir_fold_hash.c.
void print_hash | ( | uint32_t * | mask, |
uint32_t | count ) |
Definition at line 24 of file gen_ir_fold_hash.c.