hsiphash_1u32
color = hsiphash_1u32(0xdeadbeef, &key) % 200 << 16 |
hsiphash_1u32(0xbabecafe, &key) % 200 << 8 |
hsiphash_1u32(0xabad1dea, &key) % 200;
u32 hsiphash_1u32(const u32 a, const hsiphash_key_t *key);
return hsiphash_1u32(le32_to_cpu(data[0]), key);
EXPORT_SYMBOL(hsiphash_1u32);
EXPORT_SYMBOL(hsiphash_1u32);
chk(hsiphash_1u32(0x03020100U, &test_key_hsiphash),