OSDN Git Service

Unify 64bit int constant definitions.
authorIan Rogers <irogers@google.com>
Mon, 10 Mar 2014 23:18:37 +0000 (16:18 -0700)
committerIan Rogers <irogers@google.com>
Tue, 11 Mar 2014 01:02:07 +0000 (18:02 -0700)
commit0f6784737882199197796b67b99e5f1ded383bee
tree139888bdfad743c50e800ad46b9aec97ae3415d3
parent73a471336a9515fa7fdc5859e3c481ec451237a5
Unify 64bit int constant definitions.

LL and ULL prefixes are word size dependent, use the INT64_C and UINT64_C
macros instead.

Change-Id: I5b70027651898814fc0b3e9e22a18a1047e76cb9
compiler/dex/mir_graph.h
compiler/dex/quick/arm/fp_arm.cc
compiler/dex/quick/arm/utility_arm.cc
compiler/jni/jni_compiler_test.cc
runtime/class_linker_test.cc
runtime/entrypoints/math_entrypoints_test.cc
runtime/native/java_lang_reflect_Field.cc
runtime/profiler.cc
runtime/thread.cc
runtime/utils.cc