Home
last modified time | relevance | path

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

/NW4C-1.2.23/include/nw/
Dtypes.h65 #define NW_ALIGN_VARIABLE(Variable, n) Variable __attribute__ ((aligned(n))) argument
67 #define NW_ALIGN_VARIABLE(Variable, n) __declspec(align(n)) Variable argument
/NW4C-1.2.23/include/nw/ut/
Dut_ResDictionary.h258 s32 GetIndex(const ResName n) const in GetIndex()