Home
last modified time | relevance | path

Searched defs:dict_id (Results 1 – 2 of 2) 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()
144 static ZSTD_DDict* readDictByID(stuff_t *stuff, int32_t dict_id, char **buf, size_t* size) { in readDictByID()
247 int32_t dict_id = ZSTD_getDictID_fromFrame(stuff->input, stuff->input_size); in init_stuff() local
/external/brotli/c/enc/
Dhash_to_binary_tree_inc.h254 uint32_t dict_id = dict_matches[l]; in FN() local