Searched refs:LOW_I32_FROM_LONG64_PTR (Results 1 - 2 of 2) sorted by relevance

/dalvik/libcore/luni/src/main/native/
H A Dfltconst.h92 #define LOW_I32_FROM_LONG64_PTR(long64ptr) (((U64U32DBL *)(long64ptr))->i32val[LONG_LO_OFFSET]) macro
96 #define LOW_I32_FROM_LONG64(long64) LOW_I32_FROM_LONG64_PTR(&(long64))
H A DcommonDblParce.c30 #define LOW_I32_FROM_PTR(u64ptr) LOW_I32_FROM_LONG64_PTR(u64ptr)

Completed in 5 milliseconds