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