Home
last modified time | relevance | path

Searched refs:IGZIP_K (Results 1 – 2 of 2) sorted by relevance

/isa-l/include/
H A Digzip_lib.h83 #define IGZIP_K 1024 macro
86 #define ISAL_DEF_HIST_SIZE (32 * IGZIP_K)
113 #if (IGZIP_HIST_SIZE > 8 * IGZIP_K)
115 #define IGZIP_HIST_SIZE (8 * IGZIP_K)
121 #define IGZIP_HASH8K_HASH_SIZE (8 * IGZIP_K)
125 #define IGZIP_LVL0_HASH_SIZE (8 * IGZIP_K)
279 #define ISAL_DEF_LVL1_REQ (4 * IGZIP_K + 2 * IGZIP_LVL1_HASH_SIZE)
281 #define ISAL_DEF_LVL2_REQ (4 * IGZIP_K + 2 * IGZIP_LVL2_HASH_SIZE)
283 #define ISAL_DEF_LVL3_REQ 4 * IGZIP_K + 4 * 4 * IGZIP_K + 2 * IGZIP_LVL3_HASH_SIZE
294 #define ISAL_DEF_LVL1_MIN (ISAL_DEF_LVL1_REQ + ISAL_DEF_LVL1_TOKEN_SIZE * 1 * IGZIP_K)
[all …]
/isa-l/igzip/
H A Digzip_rand_test.c294 dict_chunk_size = rand() % IGZIP_K; in create_rand_dict()
297 buf_chunk_size = rand() % IGZIP_K; in create_rand_dict()