OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LOW_I32_FROM_LONG64_PTR
(Results
1 - 2
of
2
) sorted by null
/libcore/luni/src/main/native/
cbigint.h
74
#define
LOW_I32_FROM_LONG64_PTR
(long64ptr) ((reinterpret_cast<U64U32DBL*>(long64ptr))->i32val[LONG_LO_OFFSET])
78
#define LOW_I32_FROM_LONG64(long64)
LOW_I32_FROM_LONG64_PTR
(&(long64))
java_lang_StringToReal.cpp
30
#define LOW_I32_FROM_PTR(u64ptr)
LOW_I32_FROM_LONG64_PTR
(u64ptr)
Completed in 176 milliseconds