Home
last modified time | relevance | path

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

/external/oss-fuzz/projects/lzo/
Dall_lzo_compress.cc36 struct LzoAlgorithm { struct
50 constexpr LzoAlgorithm(Category category, Type type, int compression_level, in LzoAlgorithm() argument
82 static const std::vector<std::vector<LzoAlgorithm>>& GetLzoAlgorithms() { in GetLzoAlgorithms()
83 static auto* algorithms = new std::vector<std::vector<LzoAlgorithm>>{ in GetLzoAlgorithms()
85 LzoAlgorithm(LzoAlgorithm::Category::LZO1, LzoAlgorithm::Type::LZO1, in GetLzoAlgorithms()
87 LzoAlgorithm(LzoAlgorithm::Category::LZO1, LzoAlgorithm::Type::LZO1, in GetLzoAlgorithms()
92 LzoAlgorithm(LzoAlgorithm::Category::LZO1, LzoAlgorithm::Type::LZO1A, in GetLzoAlgorithms()
95 LzoAlgorithm(LzoAlgorithm::Category::LZO1, LzoAlgorithm::Type::LZO1A, in GetLzoAlgorithms()
100 LzoAlgorithm(LzoAlgorithm::Category::LZO1, LzoAlgorithm::Type::LZO1B, in GetLzoAlgorithms()
103 LzoAlgorithm(LzoAlgorithm::Category::LZO1, LzoAlgorithm::Type::LZO1B, in GetLzoAlgorithms()
[all …]