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

/external/llvm/include/llvm/Support/
H A DDataTypes.h149 #ifndef UINT8_C
150 # define UINT8_C(C) C##ui8 macro
H A DDataTypes.h.cmake139 #ifndef UINT8_C
140 # define UINT8_C(C) C##ui8
H A DDataTypes.h.in136 #ifndef UINT8_C
137 # define UINT8_C(C) C##ui8
/external/clang/test/Preprocessor/
H A Dstdint.c950 UINT8_C_(0) UINT8_C(0)
/external/clang/lib/include/
H A Dstdint.h407 # define UINT8_C(v) __uint_c(v, __int8_c_suffix) macro
410 # define UINT8_C(v) v ## U macro
597 # define UINT8_MAX UINT8_C(255)
/external/clang/lib/Headers/
H A Dstdint.h407 # define UINT8_C(v) __uint_c(v, __int8_c_suffix) macro
410 # define UINT8_C(v) v ## U macro
597 # define UINT8_MAX UINT8_C(255)
/external/mesa3d/include/c99/
H A Dstdint.h235 #define UINT8_C(val) val##ui8 macro
/external/mdnsresponder/mDNSShared/
H A DCommonServices.h817 #if( !defined( UINT8_C ) )
818 #define UINT8_C( value ) value ## U macro

Completed in 97 milliseconds