Home
last modified time | relevance | path

Searched defs:Variable (Results 1 – 1 of 1) sorted by relevance

/NW4C-1.3.3/include/nw/
Dtypes.h62 #define NW_UNUSED_VARIABLE(Variable) (void)(&Variable); argument
65 #define NW_ALIGN_VARIABLE(Variable, n) Variable __attribute__ ((aligned(n))) argument
67 #define NW_ALIGN_VARIABLE(Variable, n) __declspec(align(n)) Variable argument