LzoHashTable.indexFor
uint indexFor(const(ubyte) * p) constCompute the hash index for pointer p.
Parameters
p | Pointer to data. |
Returns
Hash table index.
uint indexFor(const(ubyte) * p) constCompute the hash index for pointer p.
p | Pointer to data. |