Home | History | Annotate | Download | only in libprop

Lines Matching defs:UTEMPLATE

140 #define	UTEMPLATE(name, typ)	TEMPLATE(name, unsigned, typ)
153 UTEMPLATE(uchar, unsigned char)
154 UTEMPLATE(ushort, unsigned short)
155 UTEMPLATE(uint, unsigned int)
156 UTEMPLATE(ulong, unsigned long)
157 UTEMPLATE(ulonglong, unsigned long long)
158 UTEMPLATE(uintptr, uintptr_t)
159 UTEMPLATE(uint8, uint8_t)
160 UTEMPLATE(uint16, uint16_t)
161 UTEMPLATE(uint32, uint32_t)
162 UTEMPLATE(uint64, uint64_t)
165 #undef UTEMPLATE