Searched defs:FRST (Results 1 - 2 of 2) sorted by relevance

/vbox/src/libs/liblzf-3.4/cs/
H A DCLZF.cs129 UInt32 FRST(byte[] Array,UInt32 ptr) method in class:LZF.NET.CLZF
169 UInt32 hval = FRST (in_data,iidx);
227 hval = FRST (in_data,iidx);
/vbox/src/libs/liblzf-3.4/
H A Dlzf_c.c51 #ifndef FRST
52 # define FRST(p) (((p[0]) << 8) | p[1]) macro
73 # define FRST(p) (p[0] << 5) ^ p[1]
153 hval = FRST (ip);
246 hval = FRST (ip);

Completed in 684 milliseconds