Home
last modified time | relevance | path

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

/system/extras/ksmutils/
Dlookup3.c174 uint32_t hashword( in hashword() function
879 hashword((const uint32_t *)q, (sizeof(q)-1)/4, 13), in driver3()
880 hashword((const uint32_t *)q, (sizeof(q)-5)/4, 13), in driver3()
881 hashword((const uint32_t *)q, (sizeof(q)-9)/4, 13)); in driver3()
926 if (hashword(&len, 1, 47) != i) in driver3()
928 i, hashword(&len, 1, 47)); in driver3()
Dksminfo.c67 extern uint32_t hashword(const uint32_t *, size_t, int32_t);
260 hash = hashword(data, pm_kernel_pagesize(ker) / sizeof(*data), 17); in read_pages()