OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IA64_LOG_UNW_HASH_SIZE
(Results
1 - 3
of
3
) sorted by null
/external/libunwind/include/tdep-ia64/
script.h
29
#define
IA64_LOG_UNW_HASH_SIZE
(IA64_LOG_UNW_CACHE_SIZE + 1)
30
#define IA64_UNW_HASH_SIZE (1 <<
IA64_LOG_UNW_HASH_SIZE
)
/external/libunwind/src/ia64/
Gglobal.c
113
assert (8*sizeof(unw_hash_index_t) >=
IA64_LOG_UNW_HASH_SIZE
);
Gscript.c
65
return (ip >> 4) * magic >> (64 -
IA64_LOG_UNW_HASH_SIZE
);
Completed in 293 milliseconds