Searched refs:FSE_free_dtable (Results 1 – 1 of 1) sorted by relevance
257 static void FSE_free_dtable(FSE_dtable *const dtable);485 FSE_free_dtable(&context->ll_dtable); in free_frame_context()486 FSE_free_dtable(&context->ml_dtable); in free_frame_context()487 FSE_free_dtable(&context->of_dtable); in free_frame_context()929 FSE_free_dtable(&dtable); in fse_decode_hufweights()1187 FSE_free_dtable(table); in decode_seq_table()1413 FSE_free_dtable(&dict->ll_dtable); in free_dictionary()1414 FSE_free_dtable(&dict->of_dtable); in free_dictionary()1415 FSE_free_dtable(&dict->ml_dtable); in free_dictionary()2314 static void FSE_free_dtable(FSE_dtable *const dtable) { in FSE_free_dtable() function