Home
last modified time | relevance | path

Searched refs:initval (Results 1 – 1 of 1) sorted by relevance

/hardware/qcom/msm8998/json-c/
Dlinkhash.c232 static uint32_t hashlittle( const void *key, size_t length, uint32_t initval) in hashlittle() argument
238 a = b = c = 0xdeadbeef + ((uint32_t)length) + initval; in hashlittle()