HomeSort by relevance Sort by last modified time
    Searched refs:HIGH_U32_FROM_PTR (Results 1 - 2 of 2) sorted by null

  /libcore/luni/src/main/native/
cbigint.cpp 148 HIGH_IN_U64 (product) + arg2 * HIGH_U32_FROM_PTR (arg1 + index);
149 HIGH_U32_FROM_PTR (arg1 + index) = LOW_U32_FROM_VAR (product);
177 arg2 * HIGH_U32_FROM_PTR (arg1 + index);
241 HIGH_U32_FROM_PTR (arg1 + index) = LOW_U32_FROM_VAR (digit);
289 x = HIGH_U32_FROM_PTR (y);
339 x = HIGH_U32_FROM_PTR (y);
712 static_cast<uint64_t>(LOW_U32_FROM_VAR (arg2)) * static_cast<uint64_t>(HIGH_U32_FROM_PTR (pArg1));
725 buf32 = HIGH_U32_FROM_PTR (pArg1);
726 HIGH_U32_FROM_PTR (pArg1) = LOW_U32_FROM_VAR (intermediate);
cbigint.h 86 #define HIGH_U32_FROM_PTR(u64ptr) HIGH_U32_FROM_LONG64_PTR(u64ptr)

Completed in 416 milliseconds