Lines Matching defs:pb
279 32-bit values. pc and pb must both be nonnull, and *pc and *pb must
280 both be initialized with seeds. If you pass in (*pb)==0, the output
288 uint32_t *pb) /* IN: more seed OUT: secondary hash value */
294 c += *pb;
324 *pc=c; *pb=b;
584 * the key. *pc is better mixed than *pb, so use *pc first. If you want
585 * a 64-bit value do something like "*pc + (((uint64_t)*pb)<<32)".
591 uint32_t *pb) /* IN: secondary initval, OUT: secondary hash */
598 c += *pb;
644 case 0 : *pc=c; *pb=b; return; /* zero length strings require no mixing */
680 case 0 : *pc=c; *pb=b; return; /* zero length strings require no mixing */
739 case 0 : *pc=c; *pb=b; return; /* zero length strings require no mixing */
803 case 0 : *pc=c; *pb=b; return; /* zero length strings require no mixing */
808 *pc=c; *pb=b;