Searched refs:__uint_c (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/libc/include/llvm-libc-macros/ |
| H A D | stdint-macros.h | 272 #define __uint_c(v, suffix) __int_c_join(v##U, suffix) macro 290 #define UINT64_C(v) __uint_c(v, __int64_c_suffix) 303 #define UINT56_C(v) __uint_c(v, __INT56_C_SUFFIX__) 319 #define UINT48_C(v) __uint_c(v, __INT48_C_SUFFIX__) 335 #define UINT40_C(v) __uint_c(v, __INT40_C_SUFFIX__) 359 #define UINT32_C(v) __uint_c(v, __int32_c_suffix) 371 #define UINT24_C(v) __uint_c(v, __INT24_C_SUFFIX__) 392 #define UINT16_C(v) __uint_c(v, __int16_c_suffix) 409 #define UINT8_C(v) __uint_c(v, __int8_c_suffix)
|