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

  /libcore/luni/src/main/native/
cbigint.h 76 #define LOW_U32_FROM_LONG64(long64) LOW_U32_FROM_LONG64_PTR(&(long64))
77 #define HIGH_U32_FROM_LONG64(long64) HIGH_U32_FROM_LONG64_PTR(&(long64))
78 #define LOW_I32_FROM_LONG64(long64) LOW_I32_FROM_LONG64_PTR(&(long64))
79 #define HIGH_I32_FROM_LONG64(long64) HIGH_I32_FROM_LONG64_PTR(&(long64))
  /frameworks/rs/driver/runtime/
build_bc_lib_internal.mk 31 # We need to pass the +long64 flag to the underlying version of Clang, since
34 bc_clang_cc1_cflags += -target-feature +long64

Completed in 182 milliseconds