Searched refs:__CONCAT__ (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/uts/common/sys/ |
H A D | int_const.h | 76 #define __CONCAT__(A,B) A ## B macro 83 #define INT64_C(c) __CONCAT__(c,l) 87 #define INT64_C(c) __CONCAT__(c,ll) 92 #define UINT8_C(c) __CONCAT__(c,u) 94 #define UINT16_C(c) __CONCAT__(c,u) 96 #define UINT32_C(c) __CONCAT__(c,u) 99 #define UINT64_C(c) __CONCAT__(c,ul) 103 #define UINT64_C(c) __CONCAT__(c,ull) 109 #define INTMAX_C(c) __CONCAT__(c,l) 111 #define UINTMAX_C(c) __CONCAT__(c,ul) [all …]
|