Lines Matching defs:seed
110 * @param inp The hash seed.
133 * @param seed The seed - the partition index from the block.
143 int seed,
158 seed += (partition_count - 1) * 1024;
160 uint32_t rnum = hash52(seed);
190 if (seed & 1)
192 sh1 = (seed & 2 ? 4 : 5);
198 sh2 = (seed & 2 ? 4 : 5);
201 int sh3 = (seed & 0x10) ? sh1 : sh2;
270 * @param partition_index The partition index / seed of this partitioning.