Home
last modified time | relevance | path

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

/dports/archivers/lzlib/lzlib-1.12/
H A Dencoder_base.h223 struct Matchfinder_base struct
246 static bool Mb_normalize_pos( struct Matchfinder_base * const mb ); argument
253 static inline void Mb_free( struct Matchfinder_base * const mb ) in Mb_free()
256 static inline uint8_t Mb_peek( const struct Matchfinder_base * const mb, in Mb_peek()
264 Mb_data_position( const struct Matchfinder_base * const mb ) in Mb_data_position()
267 static inline void Mb_finish( struct Matchfinder_base * const mb ) in Mb_finish()
281 Mb_enough_available_bytes( const struct Matchfinder_base * const mb ) in Mb_enough_available_bytes()
286 Mb_ptr_to_current_pos( const struct Matchfinder_base * const mb ) in Mb_ptr_to_current_pos()
289 static int Mb_write_data( struct Matchfinder_base * const mb, in Mb_write_data()
309 static inline bool Mb_move_pos( struct Matchfinder_base * const mb ) in Mb_move_pos()
[all …]
H A Dencoder_base.c20 static bool Mb_normalize_pos( struct Matchfinder_base * const mb ) in Mb_normalize_pos()
43 static bool Mb_init( struct Matchfinder_base * const mb, const int before_size, in Mb_init()
88 static void Mb_adjust_array( struct Matchfinder_base * const mb ) in Mb_adjust_array()
100 static void Mb_adjust_dictionary_size( struct Matchfinder_base * const mb ) in Mb_adjust_dictionary_size()
111 static void Mb_reset( struct Matchfinder_base * const mb ) in Mb_reset()
H A Dfast_encoder.h36 struct Matchfinder_base * const mb = &fe->eb.mb; in FLZe_update_and_move()
H A Dencoder.h159 static inline bool Mb_dec_pos( struct Matchfinder_base * const mb, in Mb_dec_pos()
/dports/archivers/lzip/lzip-1.22/
H A Dencoder_base.cc37 bool Matchfinder_base::read_block() in read_block()
51 void Matchfinder_base::normalize_pos() in normalize_pos()
73 Matchfinder_base::Matchfinder_base( const int before_size_, in Matchfinder_base() function in Matchfinder_base
123 void Matchfinder_base::reset() in reset()
180 Matchfinder_base::reset(); in reset()
H A Dencoder_base.h163 class Matchfinder_base
168 Matchfinder_base( const Matchfinder_base & ); // declared as private
169 void operator=( const Matchfinder_base & ); // declared as private
190 Matchfinder_base( const int before_size_,
195 ~Matchfinder_base() in ~Matchfinder_base()
398 class LZ_encoder_base : public Matchfinder_base
426 Matchfinder_base( before_size, dict_size, after_size, dict_factor, in LZ_encoder_base()
H A Dlzip.h351 class Matchfinder_base; variable
354 const Matchfinder_base * const m = 0,
H A Dmain.cc723 const Matchfinder_base * const m, in show_cprogress()
728 static const Matchfinder_base * mb = 0; in show_cprogress()
H A DChangeLog56 * encoder.cc (Matchfinder_base): Verify the size passed to new.