OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DCOOKIE_SHIFT
(Results
1 - 4
of
4
) sorted by null
/external/oprofile/daemon/
opd_cookie.h
23
#define
DCOOKIE_SHIFT
7
opd_cookie.c
129
return (cookie >>
DCOOKIE_SHIFT
) & (HASH_SIZE - 1);
opd_anon.c
73
return ((app >>
DCOOKIE_SHIFT
) ^ (tgid >> 2)) & (HASH_SIZE - 1);
opd_sfile.c
52
val ^= trans->app_cookie >> (
DCOOKIE_SHIFT
+ 3);
65
val ^= trans->cookie >>
DCOOKIE_SHIFT
;
Completed in 53 milliseconds