Home
last modified time | relevance | path

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

/CafeSDK-2.12.13-1/system/include/
Dtypes.h49 #define ALIGNED_VAR(varType, varAlign, varDef) \ argument
105 #define ALIGNED_VAR(varType, varAlign, varDef) varType __attribute((aligned (varAlign))) varDef argument
127 #define ALIGNED_VAR(varType, varAlign, varDef) varType __attribute((aligned (varAlign))) varDef argument
146 #define ALIGNED_VAR(varType, varAlign, varDef) varType varDef argument