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

1 2

  /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/libyuv/files/include/libyuv/
basic_types.h 37 #ifndef UINT64_C
38 #define UINT64_C(x) x ## UI64
47 #ifndef UINT64_C
48 #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 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 109 # ifndef UINT64_C
110 # define UINT64_C(x) ((uint64_t)x)
  /external/mesa3d/src/mesa/main/
compiler.h 82 # define UINT64_C(__val) __val##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)))
  /external/mesa3d/include/c99/
stdint.h 238 #define UINT64_C(val) val##ui64
242 #define UINTMAX_C UINT64_C
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
stdint.h 304 # define UINT64_C(c) c ## UL
306 # define UINT64_C(c) c ## ULL
  /bionic/libc/include/
stdint.h 191 # define UINT64_C(c) __UINT64_C(c)
192 # define UINT_LEAST64_C(c) UINT64_C(c)
193 # define UINT_FAST64_C(c) UINT64_C(c)
243 # define UINTMAX_C(c) UINT64_C(c)
  /development/ndk/platforms/android-3/include/
stdint.h 191 # define UINT64_C(c) __UINT64_C(c)
192 # define UINT_LEAST64_C(c) UINT64_C(c)
193 # define UINT_FAST64_C(c) UINT64_C(c)
243 # define UINTMAX_C(c) UINT64_C(c)
  /ndk/sources/host-tools/sed-4.2.1/lib/
stdint.in.h 530 #undef UINT64_C
539 # define UINT64_C(x) x##UL
541 # define UINT64_C(x) x##ui64
543 # define UINT64_C(x) x##ULL
561 # define UINTMAX_C(x) UINT64_C(x)
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
stdint.h 195 # define UINT64_C(c) __UINT64_C(c)
196 # define UINT_LEAST64_C(c) UINT64_C(c)
197 # define UINT_FAST64_C(c) UINT64_C(c)
238 #define UINTMAX_C(c) UINT64_C(c)
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
stdint.h 195 # define UINT64_C(c) __UINT64_C(c)
196 # define UINT_LEAST64_C(c) UINT64_C(c)
197 # define UINT_FAST64_C(c) UINT64_C(c)
238 #define UINTMAX_C(c) UINT64_C(c)
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
stdint.h 195 # define UINT64_C(c) __UINT64_C(c)
196 # define UINT_LEAST64_C(c) UINT64_C(c)
197 # define UINT_FAST64_C(c) UINT64_C(c)
238 #define UINTMAX_C(c) UINT64_C(c)
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
stdint.h 195 # define UINT64_C(c) __UINT64_C(c)
196 # define UINT_LEAST64_C(c) UINT64_C(c)
197 # define UINT_FAST64_C(c) UINT64_C(c)
238 #define UINTMAX_C(c) UINT64_C(c)
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
stdint.h 195 # define UINT64_C(c) __UINT64_C(c)
196 # define UINT_LEAST64_C(c) UINT64_C(c)
197 # define UINT_FAST64_C(c) UINT64_C(c)
238 #define UINTMAX_C(c) UINT64_C(c)
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
stdint.h 195 # define UINT64_C(c) __UINT64_C(c)
196 # define UINT_LEAST64_C(c) UINT64_C(c)
197 # define UINT_FAST64_C(c) UINT64_C(c)
238 #define UINTMAX_C(c) UINT64_C(c)
  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/
stdint.h 191 # define UINT64_C(c) __UINT64_C(c)
192 # define UINT_LEAST64_C(c) UINT64_C(c)
193 # define UINT_FAST64_C(c) UINT64_C(c)
243 # define UINTMAX_C(c) UINT64_C(c)
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/
stdint.h 191 # define UINT64_C(c) __UINT64_C(c)
192 # define UINT_LEAST64_C(c) UINT64_C(c)
193 # define UINT_FAST64_C(c) UINT64_C(c)
243 # define UINTMAX_C(c) UINT64_C(c)
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/
stdint.h 191 # define UINT64_C(c) __UINT64_C(c)
192 # define UINT_LEAST64_C(c) UINT64_C(c)
193 # define UINT_FAST64_C(c) UINT64_C(c)
243 # define UINTMAX_C(c) UINT64_C(c)
  /external/clang/lib/Headers/
stdint.h 278 # define UINT64_C(v) __uint_c(v, __int64_c_suffix)
281 # define UINT64_C(v) v ## U
437 # define UINT64_MAX UINT64_C(18446744073709551615)

Completed in 853 milliseconds

1 2