Searched refs:_type_ (Results 1 – 2 of 2) sorted by relevance
142 #define RF_IO_IS_R_OR_W(_type_) \ argument143 (((_type_) == RF_IO_TYPE_READ) || ((_type_) == RF_IO_TYPE_WRITE))
82 #define REGISTER_ARG(_index_,_type_) \ in PRINTF_PARSE() argument108 a->arg[n].type = (_type_); \ in PRINTF_PARSE()109 else if (a->arg[n].type != (_type_)) \ in PRINTF_PARSE()