Home
last modified time | relevance | path

Searched refs:expr (Results 1 – 10 of 10) 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/tools/bin/
Dconv2svnDir.sh41 if [ `expr match $file .*/\.svn/.*` = 0 -a `expr match $file .*/CVS/.*` = 0 ];
/TwlSDK-5.3.1/include/nitro/
Dplatform.h63 #define PLATFORM_COMPILER_ASSERT(expr) \ argument
64 extern void platform_compiler_assert ## __LINE__ (char is[(expr) ? +1 : -1])
Dmisc.h55 #define SDK_COMPILER_ASSERT(expr) \ argument
56 extern void sdk_compiler_assert ## __LINE__ ( char is[(expr) ? +1 : -1] )
/TwlSDK-5.3.1/include/nitro/wxc/
Dcommon.h45 #define SDK_STATIC_ASSERT(expr) \ argument
46 extern void sdk_compiler_assert ## __LINE__ ( char is[(expr) ? +1 : -1] )
/TwlSDK-5.3.1/build/demos/wvr/simple/
DMakefile46 ifeq ($(shell expr "$(SDK_CW_BUILD_VERSION_CC)" "<=" 3.0),1)
/TwlSDK-5.3.1/build/demos/wvr/switchover/
DMakefile46 ifeq ($(shell expr "$(SDK_CW_BUILD_VERSION_CC)" "<=" 3.0),1)
/TwlSDK-5.3.1/build/demos/wvr/with_mb/
DMakefile86 ifeq ($(shell expr "$(SDK_CW_BUILD_VERSION_CC)" "<=" 3.0),1)
/TwlSDK-5.3.1/build/buildtools/twl/
Dcommondefs.cctype.CW54 ifeq ($(shell expr "$(SDK_CW_BUILD_VERSION_CC)" ">=" 4.0),1)
57 ifeq ($(shell expr "$(SDK_CW_BUILD_VERSION_CC)" "==" 3.0),1)
61 ifeq ($(shell expr "$(SDK_CW_BUILD_VERSION_CC)" ">=" 3.0),1)
/TwlSDK-5.3.1/build/buildtools/nitro/
Dcommondefs.cctype.CW54 ifeq ($(shell expr "$(SDK_CW_BUILD_VERSION_CC)" ">=" 4.0),1)
57 ifeq ($(shell expr "$(SDK_CW_BUILD_VERSION_CC)" "==" 3.0),1)
61 ifeq ($(shell expr "$(SDK_CW_BUILD_VERSION_CC)" ">=" 3.0),1)