Searched defs:n (Results 1 – 2 of 2) sorted by relevance
67 #define NW_ALIGN_VARIABLE(Variable, n) Variable __attribute__ ((aligned(n))) argument69 #define NW_ALIGN_VARIABLE(Variable, n) __declspec(align(n)) Variable argument
260 s32 GetIndex(const ResName n) const in GetIndex()