Searched refs:of_table (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/sys/contrib/zstd/doc/educational_decoder/
H A Dzstd_decompress.c937 FSE_dtable of_table; member in struct:__anon10872
1092 states.of_table = ctx->of_dtable;
1112 FSE_init_state(&states.of_table, &states.of_state, src, &bit_offset);
1134 const u8 of_code = FSE_peek_symbol(&states->of_table, states->of_state);
1166 FSE_update_state(&states->of_table, &states->of_state, src, offset);

Completed in 106 milliseconds