Home | History | Annotate | Download | only in src

Lines Matching refs:_type

55 #define _SAFE_IOP_TYPE_CASE(_type, _func) { \
56 _type a = va_arg(ap, _type), value = *((_type *) result); \
59 a = va_arg(ap, _type); \
62 if (! _func( (_type *) result, value, a)) \