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

1 2 3

  /external/chromium/third_party/libjingle/overrides/talk/base/
basictypes.h 25 #define UINT64_C(x) x ## UI64
31 #ifndef UINT64_C
32 #define UINT64_C(x) x ## ULL
  /external/libvpx/libvpx/third_party/libyuv/include/libyuv/
basic_types.h 28 #ifndef UINT64_C
29 #define UINT64_C(x) x ## UI64
39 #ifndef UINT64_C
40 #define UINT64_C(x) x ## UL
49 #ifndef UINT64_C
50 #define UINT64_C(x) x ## ULL
  /external/libyuv/files/include/libyuv/
basic_types.h 28 #ifndef UINT64_C
29 #define UINT64_C(x) x ## UI64
39 #ifndef UINT64_C
40 #define UINT64_C(x) x ## UL
49 #ifndef UINT64_C
50 #define UINT64_C(x) x ## ULL
  /external/chromium/third_party/libjingle/source/talk/base/
basictypes.h 58 #ifndef UINT64_C
59 #define UINT64_C(x) x ## UI64
68 #ifndef UINT64_C
69 #define UINT64_C(x) x ## ULL
  /external/icu4c/common/unicode/
umachine.h 173 # ifndef UINT64_C
176 * note: may be wrong for some 64 bit platforms - ensure your compiler provides UINT64_C
179 # define UINT64_C(c) c ## ULL
191 # define U_UINT64_MAX ((uint64_t)(UINT64_C(18446744073709551615)))
  /external/llvm/include/llvm/Support/
DataTypes.h 167 #ifndef UINT64_C
168 # define UINT64_C(C) C##ui64
  /external/webkit/Source/JavaScriptCore/icu/unicode/
umachine.h 208 # ifndef UINT64_C
211 * note: may be wrong for some 64 bit platforms - ensure your compiler provides UINT64_C
214 # define UINT64_C(c) c ## ULL
226 # define U_UINT64_MAX ((uint64_t)(UINT64_C(18446744073709551615)))
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
umachine.h 208 # ifndef UINT64_C
211 * note: may be wrong for some 64 bit platforms - ensure your compiler provides UINT64_C
214 # define UINT64_C(c) c ## ULL
226 # define U_UINT64_MAX ((uint64_t)(UINT64_C(18446744073709551615)))
  /external/webkit/Source/WebCore/icu/unicode/
umachine.h 208 # ifndef UINT64_C
211 * note: may be wrong for some 64 bit platforms - ensure your compiler provides UINT64_C
214 # define UINT64_C(c) c ## ULL
226 # define U_UINT64_MAX ((uint64_t)(UINT64_C(18446744073709551615)))
  /external/webkit/Source/WebKit/mac/icu/unicode/
umachine.h 208 # ifndef UINT64_C
211 * note: may be wrong for some 64 bit platforms - ensure your compiler provides UINT64_C
214 # define UINT64_C(c) c ## ULL
226 # define U_UINT64_MAX ((uint64_t)(UINT64_C(18446744073709551615)))
  /bionic/libc/include/
stdint.h 181 # define UINT64_C(c) __UINT64_C(c)
182 # define UINT_LEAST64_C(c) UINT64_C(c)
183 # define UINT_FAST64_C(c) UINT64_C(c)
226 # define UINTMAX_C(c) UINT64_C(c)
  /development/ndk/platforms/android-3/include/
stdint.h 181 # define UINT64_C(c) __UINT64_C(c)
182 # define UINT_LEAST64_C(c) UINT64_C(c)
183 # define UINT_FAST64_C(c) UINT64_C(c)
226 # define UINTMAX_C(c) UINT64_C(c)
  /external/libusb_aah/msvc/
stdint.h 250 #define UINT64_C(val) val##ui64
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/include/
stdint-gcc.h 250 #undef UINT64_C
251 #define UINT64_C(c) __UINT64_C(c)
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.7/lib/gcc/arm-eabi/4.7/include/
stdint-gcc.h 250 #undef UINT64_C
251 #define UINT64_C(c) __UINT64_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 250 #undef UINT64_C
251 #define UINT64_C(c) __UINT64_C(c)
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.7/lib/gcc/arm-linux-androideabi/4.7/include/
stdint-gcc.h 250 #undef UINT64_C
251 #define UINT64_C(c) __UINT64_C(c)
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/include/gcc/darwin/4.2/
stdint.h 248 #define UINT64_C(v) (v ## ULL)
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.6/lib/gcc/mipsel-linux-android/4.6/include/
stdint-gcc.h 250 #undef UINT64_C
251 #define UINT64_C(c) __UINT64_C(c)
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.7/lib/gcc/mipsel-linux-android/4.7/include/
stdint-gcc.h 250 #undef UINT64_C
251 #define UINT64_C(c) __UINT64_C(c)
  /prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.6/lib/gcc/i686-linux-android/4.6/include/
stdint-gcc.h 250 #undef UINT64_C
251 #define UINT64_C(c) __UINT64_C(c)
  /prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.7/lib/gcc/i686-linux-android/4.7/include/
stdint-gcc.h 250 #undef UINT64_C
251 #define UINT64_C(c) __UINT64_C(c)
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/include/
stdint-gcc.h 250 #undef UINT64_C
251 #define UINT64_C(c) __UINT64_C(c)
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.7/lib/gcc/arm-eabi/4.7/include/
stdint-gcc.h 250 #undef UINT64_C
251 #define UINT64_C(c) __UINT64_C(c)
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/include/
stdint-gcc.h 250 #undef UINT64_C
251 #define UINT64_C(c) __UINT64_C(c)

Completed in 2317 milliseconds

1 2 3