Home
last modified time | relevance | path

Searched refs:UINT8_C (Results 1 – 9 of 9) sorted by relevance

/external/llvm/include/llvm/Support/
DDataTypes.h149 #ifndef UINT8_C
150 # define UINT8_C(C) C##ui8 macro
DDataTypes.h.in136 #ifndef UINT8_C
137 # define UINT8_C(C) C##ui8 macro
DDataTypes.h.cmake139 #ifndef UINT8_C
140 # define UINT8_C(C) C##ui8
/external/clang/test/Preprocessor/
Dstdint.c950 UINT8_C_(0) UINT8_C(0)
/external/clang/lib/Headers/
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/
Dstdint.h235 #define UINT8_C(val) val##ui8 macro
/external/mdnsresponder/mDNSShared/
DCommonServices.h817 #if( !defined( UINT8_C ) )
818 #define UINT8_C( value ) value ## U macro
/external/libmtp/m4/
Dstdint.m4641 # define UINT8_C(c) c ## U
/external/libvpx/nestegg/m4/
Dax_create_stdint_h.m4604 # define UINT8_C(c) c ## U