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

1 2 3 4

  /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/chromium_org/third_party/yasm/source/config/win/
stdint.h 28 #define UINT64_C(value) value##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/chromium_org/third_party/libjingle/overrides/talk/base/
basictypes.h 28 #ifndef UINT64_C
29 #define UINT64_C(x) x ## UI64
36 #ifndef UINT64_C
37 #define UINT64_C(x) x ## ULL
  /external/chromium_org/third_party/mesa/src/src/egl/main/
eglcompiler.h 58 # define UINT64_C(__val) __val##ui64
  /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/mesa3d/src/egl/main/
eglcompiler.h 58 # define UINT64_C(__val) __val##ui64
  /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/chromium_org/third_party/icu/source/common/unicode/
umachine.h 192 # ifndef UINT64_C
195 * note: may be wrong for some 64 bit platforms - ensure your compiler provides UINT64_C
198 # define UINT64_C(c) c ## ULL
210 # define U_UINT64_MAX ((uint64_t)(UINT64_C(18446744073709551615)))
pwin32.h 113 # ifndef UINT64_C
114 # define UINT64_C(x) ((uint64_t)x)
  /external/chromium_org/third_party/libjingle/source/talk/base/
basictypes.h 51 #ifndef UINT64_C
52 #define UINT64_C(x) x ## UI64
64 #ifndef UINT64_C
65 #define UINT64_C(x) x ## ULL
74 #ifndef UINT64_C
75 #define UINT64_C(x) x ## UL
84 #ifndef UINT64_C
85 #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)))
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
cstdint.hpp 419 #ifndef UINT64_C
420 # define UINT64_C(value) value##ui64
463 # define UINT64_C(value) value##uLL
470 # define UINT64_C(value) value##uLL
478 # define UINT64_C(value) value##uL
486 # define UINT64_C(value) value##uLL
499 # define UINTMAX_C(value) UINT64_C(value)
  /external/chromium_org/third_party/WebKit/Source/wtf/
MathExtras.h 262 #ifndef UINT64_C
264 #define UINT64_C(c) c ## ui64
266 #define UINT64_C(c) c ## ull
  /external/llvm/include/llvm/Support/
DataTypes.h 167 #ifndef UINT64_C
168 # define UINT64_C(C) C##ui64
  /external/chromium_org/third_party/libusb/src/msvc/
stdint.h 250 #define UINT64_C(val) val##ui64
  /external/chromium_org/third_party/mesa/src/include/c99/
stdint.h 238 #define UINT64_C(val) val##ui64
242 #define UINTMAX_C UINT64_C
  /external/chromium_org/third_party/re2/mswin/
stdint.h 238 #define UINT64_C(val) val##ui64
242 #define UINTMAX_C UINT64_C
  /external/mesa3d/include/c99/
stdint.h 238 #define UINT64_C(val) val##ui64
242 #define UINTMAX_C UINT64_C
  /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)

Completed in 702 milliseconds

1 2 3 4