MEM_read16
const U32 tableLog = MEM_read16(ptr);
MEM_STATIC U16 MEM_read16(const void* memPtr);
if ((pIn<(pInLimit-1)) && (MEM_read16(pMatch) == MEM_read16(pIn))) { pIn+=2; pMatch+=2; }
U32 const maxSymbolValue = MEM_read16(u16ptr + 1);
return (U32)(MEM_read16(p)) * KNUTH >> (32 - hashLog);