Searched defs:Variable (Results 1 – 1 of 1) sorted by relevance
62 #define NW_UNUSED_VARIABLE(Variable) (void)(&Variable); argument65 #define NW_ALIGN_VARIABLE(Variable, n) Variable __attribute__ ((aligned(n))) argument67 #define NW_ALIGN_VARIABLE(Variable, n) __declspec(align(n)) Variable argument