Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Support/
DDataTypes.h155 #ifndef UINT16_C
156 # define UINT16_C(C) C##ui16 macro
DDataTypes.h.in142 #ifndef UINT16_C
143 # define UINT16_C(C) C##ui16 macro
DDataTypes.h.cmake145 #ifndef UINT16_C
146 # define UINT16_C(C) C##ui16
/external/clang/test/Preprocessor/
Dstdint.c952 UINT16_C_(0) UINT16_C(0)
/external/clang/lib/Headers/
Dstdint.h388 # define UINT16_C(v) __uint_c(v, __int16_c_suffix) macro
391 # define UINT16_C(v) v ## U macro
575 #define UINT16_MAX UINT16_C(65535)
/external/mesa3d/include/c99/
Dstdint.h236 #define UINT16_C(val) val##ui16 macro
/external/mdnsresponder/mDNSShared/
DCommonServices.h821 #if( !defined( UINT16_C ) )
822 #define UINT16_C( value ) value ## U macro
/external/libmtp/m4/
Dstdint.m4642 # define UINT16_C(c) c ## U
/external/libvpx/nestegg/m4/
Dax_create_stdint_h.m4605 # define UINT16_C(c) c ## U