HomeSort by relevance Sort by last modified time
    Searched refs:UINT8_C (Results 1 - 18 of 18) sorted by null

  /external/llvm/include/llvm/Support/
DataTypes.h 149 #ifndef UINT8_C
150 # define UINT8_C(C) C##ui8
  /development/ndk/platforms/android-3/include/
stdint.h 79 # define UINT8_C(c) c
80 # define UINT_LEAST8_C(c) UINT8_C(c)
81 # define UINT_FAST8_C(c) UINT8_C(c)
  /external/clang/test/Preprocessor/
stdint.c     [all...]
  /bionic/libc/include/
stdint.h 112 #define UINT8_C(c) c
113 #define UINT_LEAST8_C(c) UINT8_C(c)
114 #define UINT_FAST8_C(c) UINT8_C(c)
  /development/ndk/platforms/android-L/include/
stdint.h 112 #define UINT8_C(c) c
113 #define UINT_LEAST8_C(c) UINT8_C(c)
114 #define UINT_FAST8_C(c) UINT8_C(c)
  /external/libcxx/test/depr/depr.c.headers/
stdint_h.pass.cpp 267 #ifndef UINT8_C
268 #error UINT8_C not defined
  /external/libcxx/test/language.support/cstdint/cstdint.syn/
cstdint.pass.cpp 267 #ifndef UINT8_C
268 #error UINT8_C not defined
  /external/chromium_org/third_party/smhasher/src/
pstdint.h 266 # if !defined (UINT8_C)
267 # define UINT8_C(x) (x)
309 # define UINT8_C(v) ((uint8_t) v)
  /external/chromium_org/third_party/libusb/src/msvc/
stdint.h 247 #define UINT8_C(val) (val)
  /external/chromium_org/third_party/mesa/src/include/c99/
stdint.h 235 #define UINT8_C(val) val##ui8
  /external/jemalloc/include/msvc_compat/C99/
stdint.h 235 #define UINT8_C(val) val##ui8
  /external/mesa3d/include/c99/
stdint.h 235 #define UINT8_C(val) val##ui8
  /external/bison/darwin-lib/
stdint.h 582 #undef UINT8_C
584 #define UINT8_C(x) x
  /external/bison/lib/
stdint.in.h 581 #undef UINT8_C
583 #define UINT8_C(x) x
  /external/clang/lib/Headers/
stdint.h 447 # define UINT8_C(v) __uint_c(v, __int8_c_suffix)
450 # define UINT8_C(v) v ## U
637 # define UINT8_MAX UINT8_C(255)
  /external/libcxx/test/input.output/file.streams/c.files/
cinttypes.pass.cpp 235 #ifndef UINT8_C
236 #error UINT8_C not defined
  /external/mdnsresponder/mDNSShared/
CommonServices.h 817 #if( !defined( UINT8_C ) )
818 #define UINT8_C( value ) value ## U
    [all...]
  /external/bison/
configure     [all...]

Completed in 96 milliseconds