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

1 2 3 4 5 6

  /external/chromium_org/third_party/libvpx/source/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/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
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/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/chromium_org/third_party/webrtc/overrides/webrtc/base/
basictypes.h 34 #ifndef UINT64_C
35 #define UINT64_C(x) x ## UI64
42 #ifndef UINT64_C
43 #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/mesa3d/src/egl/main/
eglcompiler.h 58 # define UINT64_C(__val) __val##ui64
  /external/chromium_org/third_party/libyuv/include/libyuv/
basic_types.h 31 #ifndef UINT64_C
32 #define UINT64_C(x) x ## UI64
42 #ifndef UINT64_C
43 #define UINT64_C(x) x ## UL
52 #ifndef UINT64_C
53 #define UINT64_C(x) x ## ULL
  /external/chromium_org/third_party/webrtc/base/
basictypes.h 34 #ifndef UINT64_C
35 #define UINT64_C(x) x ## UI64
47 #ifndef UINT64_C
48 #define UINT64_C(x) x ## ULL
57 #ifndef UINT64_C
58 #define UINT64_C(x) x ## UL
67 #ifndef UINT64_C
68 #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/icu/icu4c/source/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/llvm/include/llvm/Support/
DataTypes.h 167 #ifndef UINT64_C
168 # define UINT64_C(C) C##ui64
  /external/chromium_org/third_party/WebKit/Source/wtf/
MathExtras.h 290 #ifndef UINT64_C
292 #define UINT64_C(c) c ## ui64
294 #define UINT64_C(c) c ## ull
  /external/compiler-rt/lib/builtins/
fp_lib.h 36 # undef UINT64_C
37 # define UINT64_C(c) (c ## ULL)
66 #define REP_C UINT64_C
140 #define Word_LoMask UINT64_C(0x00000000ffffffff)
141 #define Word_HiMask UINT64_C(0xffffffff00000000)
142 #define Word_FullMask UINT64_C(0xffffffffffffffff)
  /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/jemalloc/include/msvc_compat/C99/
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/aarch64/aarch64-linux-android-4.8/lib/gcc/aarch64-linux-android/4.8/include/
stdint-gcc.h 253 #undef UINT64_C
254 #define UINT64_C(c) __UINT64_C(c)

Completed in 614 milliseconds

1 2 3 4 5 6