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

/freebsd-13-stable/sys/contrib/zstd/doc/educational_decoder/
H A Dzstd_decompress.c546 const int bytes_array[] = {0, 1, 2, 4}; local
547 const int bytes = bytes_array[dictionary_id_flag];
563 const int bytes_array[] = {1, 2, 4, 8}; local
564 const int bytes = bytes_array[frame_content_size_flag];

Completed in 113 milliseconds