Searched refs:HLL_P (Results 1 – 1 of 1) sorted by relevance
194 #define HLL_P 14 /* The greater is P, the smaller the error. */ macro195 #define HLL_Q (64-HLL_P) /* The number of bits of the hash value used for197 #define HLL_REGISTERS (1<<HLL_P) /* With P=14, 16384 registers. */468 hash >>= HLL_P; /* Remove bits used to address the register. */ in hllPatLen()