• Home
  • Raw
  • Download

Lines Matching refs:LzoAlgorithm

36 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()
106 LzoAlgorithm(LzoAlgorithm::Category::LZO1, LzoAlgorithm::Type::LZO1B, in GetLzoAlgorithms()
109 LzoAlgorithm(LzoAlgorithm::Category::LZO1, LzoAlgorithm::Type::LZO1B, in GetLzoAlgorithms()
112 LzoAlgorithm(LzoAlgorithm::Category::LZO1, LzoAlgorithm::Type::LZO1B, in GetLzoAlgorithms()
115 LzoAlgorithm(LzoAlgorithm::Category::LZO1, LzoAlgorithm::Type::LZO1B, in GetLzoAlgorithms()
118 LzoAlgorithm(LzoAlgorithm::Category::LZO1, LzoAlgorithm::Type::LZO1B, in GetLzoAlgorithms()
121 LzoAlgorithm(LzoAlgorithm::Category::LZO1, LzoAlgorithm::Type::LZO1B, in GetLzoAlgorithms()
124 LzoAlgorithm(LzoAlgorithm::Category::LZO1, LzoAlgorithm::Type::LZO1B, in GetLzoAlgorithms()
127 LzoAlgorithm(LzoAlgorithm::Category::LZO1, LzoAlgorithm::Type::LZO1B, in GetLzoAlgorithms()
130 LzoAlgorithm(LzoAlgorithm::Category::LZO1, LzoAlgorithm::Type::LZO1B, in GetLzoAlgorithms()
135 LzoAlgorithm(LzoAlgorithm::Category::LZO1, LzoAlgorithm::Type::LZO1C, in GetLzoAlgorithms()
138 LzoAlgorithm(LzoAlgorithm::Category::LZO1, LzoAlgorithm::Type::LZO1C, in GetLzoAlgorithms()
141 LzoAlgorithm(LzoAlgorithm::Category::LZO1, LzoAlgorithm::Type::LZO1C, in GetLzoAlgorithms()
144 LzoAlgorithm(LzoAlgorithm::Category::LZO1, LzoAlgorithm::Type::LZO1C, in GetLzoAlgorithms()
147 LzoAlgorithm(LzoAlgorithm::Category::LZO1, LzoAlgorithm::Type::LZO1C, in GetLzoAlgorithms()
152 LzoAlgorithm(LzoAlgorithm::Category::LZO1, LzoAlgorithm::Type::LZO1F, in GetLzoAlgorithms()
155 LzoAlgorithm(LzoAlgorithm::Category::LZO1, LzoAlgorithm::Type::LZO1F, in GetLzoAlgorithms()
160 LzoAlgorithm(LzoAlgorithm::Category::LZO1, LzoAlgorithm::Type::LZO1X, in GetLzoAlgorithms()
163 LzoAlgorithm(LzoAlgorithm::Category::LZO1, LzoAlgorithm::Type::LZO1X, in GetLzoAlgorithms()
166 LzoAlgorithm(LzoAlgorithm::Category::LZO1, LzoAlgorithm::Type::LZO1X, in GetLzoAlgorithms()
169 LzoAlgorithm(LzoAlgorithm::Category::LZO1, LzoAlgorithm::Type::LZO1X, in GetLzoAlgorithms()
172 LzoAlgorithm(LzoAlgorithm::Category::LZO1, LzoAlgorithm::Type::LZO1X, in GetLzoAlgorithms()
177 LzoAlgorithm(LzoAlgorithm::Category::LZO1, LzoAlgorithm::Type::LZO1Y, in GetLzoAlgorithms()
180 LzoAlgorithm(LzoAlgorithm::Category::LZO1, LzoAlgorithm::Type::LZO1Y, in GetLzoAlgorithms()
185 LzoAlgorithm(LzoAlgorithm::Category::LZO1, LzoAlgorithm::Type::LZO1Z, in GetLzoAlgorithms()
190 LzoAlgorithm(LzoAlgorithm::Category::LZO2, LzoAlgorithm::Type::LZO2A, in GetLzoAlgorithms()
198 void FuzzLzoAlgorithm(const LzoAlgorithm& algorithm, in FuzzLzoAlgorithm()