Searched refs:UINT8_C (Results 1 - 15 of 15) sorted by relevance

/external/llvm/include/llvm/Support/
H A DDataTypes.h149 #ifndef UINT8_C
150 # define UINT8_C(C) C##ui8 macro
/external/clang/test/Preprocessor/
H A Dstdint.c1379 UINT8_C_(0) UINT8_C(0)
/external/libcxx/test/depr/depr.c.headers/
H A Dstdint_h.pass.cpp267 #ifndef UINT8_C
268 #error UINT8_C not defined
/external/libcxx/test/language.support/cstdint/cstdint.syn/
H A Dcstdint.pass.cpp267 #ifndef UINT8_C
268 #error UINT8_C not defined
/external/chromium_org/third_party/smhasher/src/
H A Dpstdint.h266 # if !defined (UINT8_C)
267 # define UINT8_C(x) (x) macro
309 # define UINT8_C(v) ((uint8_t) v) macro
/external/chromium_org/third_party/libusb/src/msvc/
H A Dstdint.h247 #define UINT8_C(val) (val) macro
/external/chromium_org/third_party/mesa/src/include/c99/
H A Dstdint.h235 #define UINT8_C(val) val##ui8 macro
/external/jemalloc/include/msvc_compat/C99/
H A Dstdint.h235 #define UINT8_C(val) val##ui8 macro
/external/mesa3d/include/c99/
H A Dstdint.h235 #define UINT8_C(val) val##ui8 macro
/external/bison/darwin-lib/
H A Dstdint.h582 #undef UINT8_C macro
584 #define UINT8_C(x) x macro
/external/bison/lib/
H A Dstdint.in.h581 #undef UINT8_C
583 #define UINT8_C(x) x
/external/clang/lib/Headers/
H A Dstdint.h447 # define UINT8_C(v) __uint_c(v, __int8_c_suffix) macro
450 # define UINT8_C(v) v ## U macro
637 # define UINT8_MAX UINT8_C(255)
/external/libcxx/test/input.output/file.streams/c.files/
H A Dcinttypes.pass.cpp235 #ifndef UINT8_C
236 #error UINT8_C not defined
/external/mdnsresponder/mDNSShared/
H A DCommonServices.h817 #if( !defined( UINT8_C ) )
818 #define UINT8_C( value ) value ## U macro
/external/bison/
H A Dconfigure14248 uint_least8_t d1 = UINT8_C (0xff);
14308 (-1 < UINT8_C (0)) == (-1 < (uint_least8_t) 0) ? 1 : -1;

Completed in 2261 milliseconds