Home | History | Annotate | Download | only in libprop

Lines Matching defs:UTEMPLATE

152 #define	UTEMPLATE(name, typ)	TEMPLATE(name, unsigned, typ)
165 UTEMPLATE(uchar, unsigned char)
166 UTEMPLATE(ushort, unsigned short)
167 UTEMPLATE(uint, unsigned int)
168 UTEMPLATE(ulong, unsigned long)
169 UTEMPLATE(ulonglong, unsigned long long)
170 UTEMPLATE(uintptr, uintptr_t)
171 UTEMPLATE(uint8, uint8_t)
172 UTEMPLATE(uint16, uint16_t)
173 UTEMPLATE(uint32, uint32_t)
174 UTEMPLATE(uint64, uint64_t)
177 #undef UTEMPLATE