Searched refs:UINT16_C (Results 1 – 9 of 9) sorted by relevance
155 #ifndef UINT16_C156 # define UINT16_C(C) C##ui16 macro
142 #ifndef UINT16_C143 # define UINT16_C(C) C##ui16 macro
145 #ifndef UINT16_C146 # define UINT16_C(C) C##ui16
952 UINT16_C_(0) UINT16_C(0)
388 # define UINT16_C(v) __uint_c(v, __int16_c_suffix) macro391 # define UINT16_C(v) v ## U macro575 #define UINT16_MAX UINT16_C(65535)
236 #define UINT16_C(val) val##ui16 macro
821 #if( !defined( UINT16_C ) )822 #define UINT16_C( value ) value ## U macro
642 # define UINT16_C(c) c ## U
605 # define UINT16_C(c) c ## U