Home | History | Annotate | Download | only in libprop

Lines Matching defs:STEMPLATE

139 #define	STEMPLATE(name, typ)	TEMPLATE(name, signed, typ)
142 STEMPLATE(schar, signed char)
143 STEMPLATE(short, short)
144 STEMPLATE(int, int)
145 STEMPLATE(long, long)
146 STEMPLATE(longlong, long long)
147 STEMPLATE(intptr, intptr_t)
148 STEMPLATE(int8, int8_t)
149 STEMPLATE(int16, int16_t)
150 STEMPLATE(int32, int32_t)
151 STEMPLATE(int64, int64_t)
164 #undef STEMPLATE