OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UNW_VERSION_CODE
(Results
1 - 2
of
2
) sorted by null
/external/libunwind/include/
libunwind-common.h.in
30
#define
UNW_VERSION_CODE
(maj,min) (((maj) << 16) | (min))
31
#define UNW_VERSION
UNW_VERSION_CODE
(UNW_VERSION_MAJOR, UNW_VERSION_MINOR)
libunwind-common.h
34
#define
UNW_VERSION_CODE
(maj,min) (((maj) << 16) | (min))
35
#define UNW_VERSION
UNW_VERSION_CODE
(UNW_VERSION_MAJOR, UNW_VERSION_MINOR)
Completed in 42 milliseconds