Searched refs:FRST (Results 1 – 4 of 4) sorted by relevance
47 #ifndef FRST48 # define FRST(p) (((p[0]) << 8) | p[1]) macro69 # define FRST(p) (p[0] << 5) ^ p[1]139 hval = FRST (ip); in lzf_compress()233 hval = FRST (ip); in lzf_compress()
84 - make FRST, NEXT IDX overridable if lzf_c.c is directly included
129 static int FRST(byte[] Array,int ptr) in FRST() method in CLZF169 int hval = FRST (in_data,iidx); in lzf_compress()227 hval = FRST (in_data,iidx); in lzf_compress()
129 UInt32 FRST(byte[] Array,UInt32 ptr) in FRST() method in LZF.NET.CLZF169 UInt32 hval = FRST (in_data,iidx); in lzf_compress()227 hval = FRST (in_data,iidx); in lzf_compress()