Home
last modified time | relevance | path

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

/external/liblzf/
Dlzf_c.c47 #ifndef FRST
48 # define FRST(p) (((p[0]) << 8) | p[1]) macro
69 # define FRST(p) (p[0] << 5) ^ p[1]
139 hval = FRST (ip); in lzf_compress()
233 hval = FRST (ip); in lzf_compress()
DChanges84 - make FRST, NEXT IDX overridable if lzf_c.c is directly included
/external/liblzf/src/org/liblzf/
DCLZF.java129 static int FRST(byte[] Array,int ptr) in FRST() method in CLZF
169 int hval = FRST (in_data,iidx); in lzf_compress()
227 hval = FRST (in_data,iidx); in lzf_compress()
/external/liblzf/cs/
DCLZF.cs129 UInt32 FRST(byte[] Array,UInt32 ptr) in FRST() method in LZF.NET.CLZF
169 UInt32 hval = FRST (in_data,iidx); in lzf_compress()
227 hval = FRST (in_data,iidx); in lzf_compress()