Home
last modified time | relevance | path

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

/TwlSDK-5.3.1/build/demos/mb/multiboot-wfs/child/include/
Dfunc.h36 #define OVERLAY_CODE_BY_10(expr) (expr), (expr), (expr), (expr), (expr), (expr), (expr), (expr), (… argument
37 #define OVERLAY_CODE_BY_100(expr) OVERLAY_CODE_BY_10(OVERLAY_CODE_BY_10(expr)) argument
38 #define OVERLAY_CODE_BY_1000(expr) OVERLAY_CODE_BY_10(OVERLAY_CODE_BY_100(expr)) argument
39 #define OVERLAY_CODE_BY_10000(expr) OVERLAY_CODE_BY_10(OVERLAY_CODE_BY_1000(expr)) argument
40 #define OVERLAY_CODE_BY_100000(expr) OVERLAY_CODE_BY_10(OVERLAY_CODE_BY_10000(expr)) argument
41 #define OVERLAY_CODE_BY_1000000(expr) OVERLAY_CODE_BY_10(OVERLAY_CODE_BY_100000(expr)) argument
42 #define OVERLAY_CODE_BY_10000000(expr) OVERLAY_CODE_BY_10(OVERLAY_CODE_BY_1000000(expr)) argument
/TwlSDK-5.3.1/include/nitro/
Dplatform.h63 #define PLATFORM_COMPILER_ASSERT(expr) \ argument
Dmisc.h55 #define SDK_COMPILER_ASSERT(expr) \ argument
/TwlSDK-5.3.1/include/nitro/wxc/
Dcommon.h45 #define SDK_STATIC_ASSERT(expr) \ argument