Home | History | Annotate | Download | only in internal

Lines Matching refs:typ

360 #define VPX_CTRL_USE_TYPE(id, typ) \
361 static typ id##__value(va_list args) {return va_arg(args, typ);} \
362 static typ id##__convert(void *x)\
367 typ d;\
375 #define VPX_CTRL_USE_TYPE_DEPRECATED(id, typ) \
376 static typ id##__value(va_list args) {return va_arg(args, typ);} \
377 static typ id##__convert(void *x)\
382 typ d;\