Searched refs:initval (Results 1 – 1 of 1) sorted by relevance
232 static uint32_t hashlittle( const void *key, size_t length, uint32_t initval) in hashlittle() argument238 a = b = c = 0xdeadbeef + ((uint32_t)length) + initval; in hashlittle()