Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/liblzf/dist/cs/
H A DCLZF.cs129 UInt32 FRST(byte[] Array,UInt32 ptr) in FRST() method in LZF.NET.CLZF
/netbsd-src/external/bsd/liblzf/dist/
H A Dlzf_c.c53 # define FRST(p) (((p[0]) << 8) | p[1]) macro