HomeSort by relevance Sort by last modified time
    Searched defs:INT64_C (Results 1 - 25 of 72) sorted by null

1 2 3

  /external/chromium/third_party/libjingle/overrides/talk/base/
basictypes.h 24 #define INT64_C(x) x ## I64
28 #ifndef INT64_C
29 #define INT64_C(x) x ## LL
  /external/libvpx/libvpx/third_party/libyuv/include/libyuv/
basic_types.h 25 #ifndef INT64_C
26 #define INT64_C(x) x ## I64
36 #ifndef INT64_C
37 #define INT64_C(x) x ## L
46 #ifndef INT64_C
47 #define INT64_C(x) x ## LL
  /external/libyuv/files/include/libyuv/
basic_types.h 25 #ifndef INT64_C
26 #define INT64_C(x) x ## I64
36 #ifndef INT64_C
37 #define INT64_C(x) x ## L
46 #ifndef INT64_C
47 #define INT64_C(x) x ## LL
  /external/chromium/third_party/libjingle/source/talk/base/
basictypes.h 55 #ifndef INT64_C
56 #define INT64_C(x) x ## I64
65 #ifndef INT64_C
66 #define INT64_C(x) x ## LL
  /external/icu4c/common/unicode/
umachine.h 165 # ifndef INT64_C
168 * note: may be wrong for some 64 bit platforms - ensure your compiler provides INT64_C
171 # define INT64_C(c) c ## LL
183 # define U_INT64_MIN ((int64_t)(INT64_C(-9223372036854775807)-1))
187 # define U_INT64_MAX ((int64_t)(INT64_C(9223372036854775807)))
  /external/llvm/include/llvm/Support/
DataTypes.h 164 #ifndef INT64_C
165 # define INT64_C(C) C##i64
  /external/webkit/Source/JavaScriptCore/icu/unicode/
umachine.h 200 # ifndef INT64_C
203 * note: may be wrong for some 64 bit platforms - ensure your compiler provides INT64_C
206 # define INT64_C(c) c ## LL
218 # define U_INT64_MIN ((int64_t)(INT64_C(-9223372036854775807)-1))
222 # define U_INT64_MAX ((int64_t)(INT64_C(9223372036854775807)))
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
umachine.h 200 # ifndef INT64_C
203 * note: may be wrong for some 64 bit platforms - ensure your compiler provides INT64_C
206 # define INT64_C(c) c ## LL
218 # define U_INT64_MIN ((int64_t)(INT64_C(-9223372036854775807)-1))
222 # define U_INT64_MAX ((int64_t)(INT64_C(9223372036854775807)))
  /external/webkit/Source/WebCore/icu/unicode/
umachine.h 200 # ifndef INT64_C
203 * note: may be wrong for some 64 bit platforms - ensure your compiler provides INT64_C
206 # define INT64_C(c) c ## LL
218 # define U_INT64_MIN ((int64_t)(INT64_C(-9223372036854775807)-1))
222 # define U_INT64_MAX ((int64_t)(INT64_C(9223372036854775807)))
  /external/webkit/Source/WebKit/mac/icu/unicode/
umachine.h 200 # ifndef INT64_C
203 * note: may be wrong for some 64 bit platforms - ensure your compiler provides INT64_C
206 # define INT64_C(c) c ## LL
218 # define U_INT64_MIN ((int64_t)(INT64_C(-9223372036854775807)-1))
222 # define U_INT64_MAX ((int64_t)(INT64_C(9223372036854775807)))
  /external/llvm/lib/Target/R600/
AMDILISelDAGToDAG.cpp 556 #undef INT64_C
  /bionic/libc/include/
stdint.h 177 # define INT64_C(c) __INT64_C(c)
178 # define INT_LEAST64_C(c) INT64_C(c)
179 # define INT_FAST64_C(c) INT64_C(c)
225 # define INTMAX_C(c) INT64_C(c)
  /development/ndk/platforms/android-3/include/
stdint.h 177 # define INT64_C(c) __INT64_C(c)
178 # define INT_LEAST64_C(c) INT64_C(c)
179 # define INT_FAST64_C(c) INT64_C(c)
225 # define INTMAX_C(c) INT64_C(c)
  /external/libusb_aah/msvc/
stdint.h 245 #define INT64_C(val) val##i64
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/include/
stdint-gcc.h 242 #undef INT64_C
243 #define INT64_C(c) __INT64_C(c)
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.7/lib/gcc/arm-eabi/4.7/include/
stdint-gcc.h 242 #undef INT64_C
243 #define INT64_C(c) __INT64_C(c)
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/include/
stdint-gcc.h 242 #undef INT64_C
243 #define INT64_C(c) __INT64_C(c)
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.7/lib/gcc/arm-linux-androideabi/4.7/include/
stdint-gcc.h 242 #undef INT64_C
243 #define INT64_C(c) __INT64_C(c)
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/include/gcc/darwin/4.2/
stdint.h 243 #define INT64_C(v) (v ## LL)
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.6/lib/gcc/mipsel-linux-android/4.6/include/
stdint-gcc.h 242 #undef INT64_C
243 #define INT64_C(c) __INT64_C(c)
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.7/lib/gcc/mipsel-linux-android/4.7/include/
stdint-gcc.h 242 #undef INT64_C
243 #define INT64_C(c) __INT64_C(c)
  /prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.6/lib/gcc/i686-linux-android/4.6/include/
stdint-gcc.h 242 #undef INT64_C
243 #define INT64_C(c) __INT64_C(c)
  /prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.7/lib/gcc/i686-linux-android/4.7/include/
stdint-gcc.h 242 #undef INT64_C
243 #define INT64_C(c) __INT64_C(c)
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/include/
stdint-gcc.h 242 #undef INT64_C
243 #define INT64_C(c) __INT64_C(c)
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.7/lib/gcc/arm-eabi/4.7/include/
stdint-gcc.h 242 #undef INT64_C
243 #define INT64_C(c) __INT64_C(c)

Completed in 2048 milliseconds

1 2 3