OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:__jhash_final
(Results
1 - 1
of
1
) sorted by null
/external/blktrace/
jhash.h
39
/*
__jhash_final
- final mixing of 3 32-bit values (a,b,c) into c */
40
#define
__jhash_final
(a,b,c) \
macro
91
__jhash_final
(a, b, c);
125
__jhash_final
(a, b, c);
142
__jhash_final
(a, b, c);
Completed in 792 milliseconds