Searched refs:hashlittle2 (Results 1 – 1 of 1) sorted by relevance
/system/extras/ksmutils/ |
D | lookup3.c | 463 void hashlittle2( in hashlittle2() function 918 hashlittle2(q, sizeof(q), &i, &j); in driver3() 973 b=0, c=0, hashlittle2("", 0, &c, &b); in driver5() 975 b=0xdeadbeef, c=0, hashlittle2("", 0, &c, &b); in driver5() 977 b=0xdeadbeef, c=0xdeadbeef, hashlittle2("", 0, &c, &b); in driver5() 979 b=0, c=0, hashlittle2("Four score and seven years ago", 30, &c, &b); in driver5() 981 b=1, c=0, hashlittle2("Four score and seven years ago", 30, &c, &b); in driver5() 983 b=0, c=1, hashlittle2("Four score and seven years ago", 30, &c, &b); in driver5()
|