Subversion Repositories Kolibri OS

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
5098 clevermous 1
#include "common.h"
2
 
3
extern const byte* GetPointerToCurrentPos(void);
4
extern byte GetIndexByte(int index);
5
extern unsigned GetMatchLen(int index,unsigned distance,unsigned limit);
6
extern unsigned GetNumAvailableBytes(void);
7
extern void ReduceOffsets(int subValue);
8
 
9
extern void MatchFinder_Init(void);
10
extern void MatchFinder_Create(unsigned historySize,unsigned keepAddBufferBefore,unsigned matchMaxLen,unsigned keepAddBufferAfter,byte**mem);
11
extern unsigned GetLongestMatch(unsigned*distances);
12
extern void DummyLongestMatch(void);
13
extern void MatchFinder_MovePos(void);