OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HIGH_I32_FROM_LONG64_PTR
(Results
1 - 2
of
2
) sorted by null
/libcore/luni/src/main/native/
cbigint.h
75
#define
HIGH_I32_FROM_LONG64_PTR
(long64ptr) ((reinterpret_cast<U64U32DBL*>(long64ptr))->i32val[LONG_HI_OFFSET])
79
#define HIGH_I32_FROM_LONG64(long64)
HIGH_I32_FROM_LONG64_PTR
(&(long64))
java_lang_StringToReal.cpp
32
#define HIGH_I32_FROM_PTR(u64ptr)
HIGH_I32_FROM_LONG64_PTR
(u64ptr)
Completed in 37 milliseconds