ARB
|
Go to the source code of this file.
Macros | |
#define | GB_RUNLENGTH_SIZE 6 |
Variables | |
const int | GBCM_BUFFER |
const int | GB_REMOTE_HASH_SIZE |
const int | GBM_MAX_UNINDEXED_ENTRIES |
const int | GB_TOTAL_CACHE_SIZE |
const int | GB_MAX_CACHED_ENTRIES |
const int | GB_MAX_QUICK_SAVE_INDEX |
const int | GB_MAX_QUICK_SAVES |
const int | GB_MAX_LOCAL_SEARCH |
const int | GBTUM_SHORT_STRING_SIZE |
const unsigned | GB_HUFFMAN_MIN_SIZE |
const unsigned | GB_RUNLENGTH_MIN_SIZE |
const int | GB_MAX_REDO_CNT |
const int | GB_MAX_UNDO_CNT |
const int | GB_MAX_UNDO_SIZE |
#define GB_RUNLENGTH_SIZE 6 |
Definition at line 14 of file gb_tune.h.
Referenced by g_b_Consensus_add(), and gb_compress_equal_bytes_2().
const int GBCM_BUFFER |
Definition at line 16 of file adtune.cxx.
Referenced by gb_local_data::gb_local_data().
const int GB_REMOTE_HASH_SIZE |
Definition at line 17 of file adtune.cxx.
Referenced by GB_MAIN_TYPE::login_remote().
const int GBM_MAX_UNINDEXED_ENTRIES |
Definition at line 18 of file adtune.cxx.
Referenced by quark2gbmindex().
const int GB_TOTAL_CACHE_SIZE |
Definition at line 20 of file adtune.cxx.
const int GB_MAX_CACHED_ENTRIES |
Definition at line 21 of file adtune.cxx.
Referenced by gb_cache::gb_cache().
const int GB_MAX_QUICK_SAVE_INDEX |
Definition at line 23 of file adtune.cxx.
Referenced by deleteSuperfluousQuicksaves(), gb_remove_quick_saved(), renameQuicksaves(), and GB_MAIN_TYPE::save_quick().
const int GB_MAX_QUICK_SAVES |
Definition at line 24 of file adtune.cxx.
Referenced by deleteSuperfluousQuicksaves(), and renameQuicksaves().
const int GB_MAX_LOCAL_SEARCH |
Definition at line 26 of file adtune.cxx.
Referenced by find_sub_sub_by_quark().
const int GBTUM_SHORT_STRING_SIZE |
Definition at line 28 of file adtune.cxx.
Referenced by gb_read_bin_rek_V2(), and gb_write_bin_rek().
const unsigned GB_HUFFMAN_MIN_SIZE |
Definition at line 29 of file adtune.cxx.
Referenced by gb_compress_data().
const unsigned GB_RUNLENGTH_MIN_SIZE |
Definition at line 30 of file adtune.cxx.
Referenced by gb_compress_data().
const int GB_MAX_REDO_CNT |
Definition at line 32 of file adtune.cxx.
Referenced by g_b_check_undo_size().
const int GB_MAX_UNDO_CNT |
Definition at line 33 of file adtune.cxx.
Referenced by g_b_check_undo_size().
const int GB_MAX_UNDO_SIZE |
Definition at line 34 of file adtune.cxx.
Referenced by gb_init_undo_stack().