Searched refs:IGZIP_HIST_SIZE (Results 1 – 16 of 16) sorted by relevance
44 #ifndef IGZIP_HIST_SIZE45 #define IGZIP_HIST_SIZE (32 * 1024)48 #if (IGZIP_HIST_SIZE > (32 * 1024))49 #undef IGZIP_HIST_SIZE50 #define IGZIP_HIST_SIZE (32 * 1024)54 #if (IGZIP_HIST_SIZE > 8 * 1024)55 #undef IGZIP_HIST_SIZE56 #define IGZIP_HIST_SIZE (8 * 1024)
36 .set D , IGZIP_HIST_SIZE // Amount of history38 .set BSIZE , 2*IGZIP_HIST_SIZE + LA // Nominal buffer size46 .set IGZIP_HASH_HIST_HASH_SIZE , IGZIP_HIST_SIZE47 .set IGZIP_HASH_MAP_HASH_SIZE , IGZIP_HIST_SIZE
43 %ifndef IGZIP_HIST_SIZE44 %define IGZIP_HIST_SIZE (32 * 1024)47 %if (IGZIP_HIST_SIZE > (32 * 1024))48 %undef IGZIP_HIST_SIZE49 %define IGZIP_HIST_SIZE (32 * 1024)53 %if (IGZIP_HIST_SIZE > 8 * 1024)54 %undef IGZIP_HIST_SIZE55 %define IGZIP_HIST_SIZE (8 * 1024)
33 %assign D IGZIP_HIST_SIZE ;; Amount of history35 %assign BSIZE 2*IGZIP_HIST_SIZE + LA ;; Nominal buffer size43 %assign IGZIP_HASH_HIST_HASH_SIZE IGZIP_HIST_SIZE44 %assign IGZIP_HASH_MAP_HASH_SIZE IGZIP_HIST_SIZE
32 #if (IGZIP_HIST_SIZE <= 8192)
60 printf("igzip_sync_flush_example\nWindow Size: %d K\n", IGZIP_HIST_SIZE / 1024); in main()
947 if (IGZIP_HIST_SIZE < ISAL_DEF_HIST_SIZE && state->dist_mask > IGZIP_HIST_SIZE - 1) in set_dist_mask()948 state->dist_mask = IGZIP_HIST_SIZE - 1; in set_dist_mask()1257 if (dict_len > IGZIP_HIST_SIZE) { in isal_deflate_process_dict()1258 dict_data = dict_data + dict_len - IGZIP_HIST_SIZE; in isal_deflate_process_dict()1259 dict_len = IGZIP_HIST_SIZE; in isal_deflate_process_dict()1297 (dict->hist_size == 0) || (dict->hist_size > IGZIP_HIST_SIZE) || in isal_deflate_reset_dict()1343 if (dict_len > IGZIP_HIST_SIZE) { in isal_deflate_set_dict()1344 dict = dict + dict_len - IGZIP_HIST_SIZE; in isal_deflate_set_dict()1345 dict_len = IGZIP_HIST_SIZE; in isal_deflate_set_dict()1497 if (history_size > IGZIP_HIST_SIZE) in get_hist_size()[all …]
64 printf("igzip_example\nWindow Size: %d K\n", IGZIP_HIST_SIZE / 1024); in main()
60 #define D IGZIP_HIST_SIZE /* Amount of history */
230 printf("Window Size: %d K\n", IGZIP_HIST_SIZE / 1024); in main()
236 printf("Window Size: %d K\n", IGZIP_HIST_SIZE / 1024); in main()
218 IGZIP_HIST_SIZE); in fprint_header()
2132 if (dict_len > IGZIP_HIST_SIZE) { in isal_inflate_set_dict()2133 dict = dict + dict_len - IGZIP_HIST_SIZE; in isal_inflate_set_dict()2134 dict_len = IGZIP_HIST_SIZE; in isal_inflate_set_dict()
1362 int max_dist = convert_dist_to_dist_sym(IGZIP_HIST_SIZE); in isal_create_hufftables()1449 int max_dist = convert_dist_to_dist_sym(IGZIP_HIST_SIZE); in isal_create_hufftables_subset()
2235 dict_len = (rand() % IGZIP_HIST_SIZE) + 1; in test_compress()2285 dict_len = (rand() % IGZIP_HIST_SIZE) + 1; in test_compress()2767 printf("Window Size: %d K\n", IGZIP_HIST_SIZE / 1024); in main()
103 #ifndef IGZIP_HIST_SIZE104 #define IGZIP_HIST_SIZE ISAL_DEF_HIST_SIZE macro107 #if (IGZIP_HIST_SIZE > ISAL_DEF_HIST_SIZE)108 #undef IGZIP_HIST_SIZE109 #define IGZIP_HIST_SIZE ISAL_DEF_HIST_SIZE macro113 #if (IGZIP_HIST_SIZE > 8 * IGZIP_K)114 #undef IGZIP_HIST_SIZE115 #define IGZIP_HIST_SIZE (8 * IGZIP_K) macro122 #define IGZIP_HASH_HIST_SIZE IGZIP_HIST_SIZE123 #define IGZIP_HASH_MAP_HASH_SIZE IGZIP_HIST_SIZE[all …]