Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/liblzf/dist/
H A Dcrc32.h6 static const u32 crc_32_tab[] = variable
/netbsd-src/external/bsd/liblzf/dist/cs/
H A DCLZF.cs50 UInt32 []crc_32_tab = new UInt32[256] field in LZF.NET.CLZF