Home
last modified time | relevance | path

Searched refs:dict_id (Results 1 – 4 of 4) sorted by relevance

/external/zstd/contrib/diagnose_corruption/
Dcheck_flipped_bits.c33 int32_t dict_id; member
125 static ZSTD_DDict* readDict(const char* filename, char **buf, size_t* size, int32_t* dict_id) { in readDict() argument
138 if (dict_id != NULL) { in readDict()
139 *dict_id = ZSTD_getDictID_fromDDict(ddict); in readDict()
144 static ZSTD_DDict* readDictByID(stuff_t *stuff, int32_t dict_id, char **buf, size_t* size) { in readDictByID() argument
169 dict_id); in readDictByID()
179 if (read_dict_id != dict_id) { in readDictByID()
180 fprintf(stderr, "Read dictID (%u) does not match expected (%u).\n", read_dict_id, dict_id); in readDictByID()
222 stuff->dict_id = 0; in init_stuff()
247 int32_t dict_id = ZSTD_getDictID_fromFrame(stuff->input, stuff->input_size); in init_stuff() local
[all …]
/external/brotli/c/enc/
Dhash_to_binary_tree_inc.h254 uint32_t dict_id = dict_matches[l]; in FN() local
255 if (dict_id < kInvalidMatch) { in FN()
256 size_t distance = dictionary_distance + (dict_id >> 5) + 1; in FN()
258 InitDictionaryBackwardMatch(matches++, distance, l, dict_id & 31); in FN()
/external/zstd/contrib/linux-kernel/
Dzstd_decompress_module.c114 params->dict_id = h.dictID; in zstd_get_frame_params()
Dlinux_zstd.h442 unsigned int dict_id; member