Home | History | Annotate | Download | only in include

Lines Matching full:__int32_c_suffix

305 #  define __int32_c_suffix __INT64_C_SUFFIX__
310 # undef __int32_c_suffix
331 # define __int32_c_suffix __INT56_C_SUFFIX__
337 # undef __int32_c_suffix
348 # define __int32_c_suffix __INT48_C_SUFFIX__
354 # undef __int32_c_suffix
365 # define __int32_c_suffix __INT40_C_SUFFIX__
371 # undef __int32_c_suffix
380 # define __int32_c_suffix __INT32_C_SUFFIX__
384 # undef __int32_c_suffix
391 # ifdef __int32_c_suffix
392 # define INT32_C(v) __int_c(v, __int32_c_suffix)
393 # define UINT32_C(v) __uint_c(v, __int32_c_suffix)
397 # endif /* __int32_c_suffix */