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