Searched refs:UINT16_C (Results 1 – 21 of 21) sorted by relevance
155 #ifndef UINT16_C156 # define UINT16_C(C) C##ui16 macro
260 # if !defined (UINT16_C)261 # define UINT16_C(x) (x) macro339 # define UINT16_C(v) ((uint16_t) (v)) macro342 # define UINT16_C(v) ((uint16_t) (v)) macro
271 #ifndef UINT16_C in main()272 #error UINT16_C not defined in main()
1381 UINT16_C_(0) UINT16_C(0)
428 # define UINT16_C(v) __uint_c(v, __int16_c_suffix) macro431 # define UINT16_C(v) v ## U macro615 #define UINT16_MAX UINT16_C(65535)
587 #undef UINT16_C589 #define UINT16_C(x) x macro
586 #undef UINT16_C588 #define UINT16_C(x) x
93 UINT16_C(value)
236 #define UINT16_C(val) val##ui16 macro
248 #define UINT16_C(val) (val) macro
239 #ifndef UINT16_C240 #error UINT16_C not defined
821 #if( !defined( UINT16_C ) )822 #define UINT16_C( value ) value ## U macro
125 uint_least16_t d2 = UINT16_C (0xffff);185 (-1 < UINT16_C (0)) == (-1 < (uint_least16_t) 0) ? 1 : -1;
644 # define UINT16_C(c) c ## U
585 # define UINT16_C(c) c ## U
642 # define UINT16_C(c) c ## U
2328 +#ifndef UINT16_C2329 +# define UINT16_C(C) C##ui16
14250 uint_least16_t d2 = UINT16_C (0xffff);14310 (-1 < UINT16_C (0)) == (-1 < (uint_least16_t) 0) ? 1 : -1;