Searched refs:UINT16_C (Results 1 – 20 of 20) sorted by relevance
155 #ifndef UINT16_C156 # define UINT16_C(C) C##ui16 macro
146 #ifndef UINT16_C147 # define UINT16_C(C) C##ui16
144 #ifndef UINT16_C145 # 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
1059 UINT16_C_(0) UINT16_C(0)
429 # define UINT16_C(v) __uint_c(v, __int16_c_suffix) macro432 # define UINT16_C(v) v ## U macro616 #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
236 #define UINT16_C(val) val##ui16 macro
248 #define UINT16_C(val) (val) macro
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;
265 +#define UINT16_C(val) val##ui16
585 # define UINT16_C(c) c ## U
644 # define UINT16_C(c) c ## U
642 # define UINT16_C(c) c ## U
605 # define UINT16_C(c) c ## U
14250 uint_least16_t d2 = UINT16_C (0xffff);14310 (-1 < UINT16_C (0)) == (-1 < (uint_least16_t) 0) ? 1 : -1;