Searched defs:_variable (Results 1 – 2 of 2) sorted by relevance
70 #define CHECK_FLAGS(_variable, _f) ((_variable) & (_f)) argument71 #define SET_FLAGS(_variable, _f) ((_variable) |= (_f)) argument72 #define CLEAR_FLAGS(_variable, _f) ((_variable) &= ~(_f)) argument
58 #define DSW_GEN_PORT_ACCESS_FN(_variable) \ argument