|
ARB
|
#include "gb_local.h"

Go to the source code of this file.
Macros | |
| #define | USE_ARB_CRC_HASH |
| #define | GB_CALC_HASH_INDEX_CASE_SENSITIVE(string, index, size) |
| #define | GB_CALC_HASH_INDEX_CASE_IGNORED(string, index, size) |
| #define | GB_CALC_HASH_INDEX(string, index, size, caseSens) |
Variables | |
| const uint32_t | crctab [] |
| #define USE_ARB_CRC_HASH |
Definition at line 23 of file gb_hashindex.h.
| #define GB_CALC_HASH_INDEX_CASE_SENSITIVE | ( | string, | |
| index, | |||
| size | |||
| ) |
Definition at line 26 of file gb_hashindex.h.
Referenced by find_hash_entry().
| #define GB_CALC_HASH_INDEX_CASE_IGNORED | ( | string, | |
| index, | |||
| size | |||
| ) |
Definition at line 36 of file gb_hashindex.h.
Referenced by find_hash_entry().
| #define GB_CALC_HASH_INDEX | ( | string, | |
| index, | |||
| size, | |||
| caseSens | |||
| ) |
Definition at line 70 of file gb_hashindex.h.
Referenced by gb_index_find(), GBS_optimize_hash(), GBENTRY::index_check_in(), and GBENTRY::index_check_out().
| const uint32_t crctab[] |
Definition at line 264 of file adstring.cxx.
Referenced by GB_checksum().
1.8.8