Searched refs:expr (Results 1 – 10 of 10) sorted by relevance
| /TwlSDK-5.3.1/build/demos/mb/multiboot-wfs/child/include/ |
| D | func.h | 36 #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/ |
| D | conv2svnDir.sh | 41 if [ `expr match $file .*/\.svn/.*` = 0 -a `expr match $file .*/CVS/.*` = 0 ];
|
| /TwlSDK-5.3.1/include/nitro/ |
| D | platform.h | 63 #define PLATFORM_COMPILER_ASSERT(expr) \ argument 64 extern void platform_compiler_assert ## __LINE__ (char is[(expr) ? +1 : -1])
|
| D | misc.h | 55 #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/ |
| D | common.h | 45 #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/ |
| D | Makefile | 46 ifeq ($(shell expr "$(SDK_CW_BUILD_VERSION_CC)" "<=" 3.0),1)
|
| /TwlSDK-5.3.1/build/demos/wvr/switchover/ |
| D | Makefile | 46 ifeq ($(shell expr "$(SDK_CW_BUILD_VERSION_CC)" "<=" 3.0),1)
|
| /TwlSDK-5.3.1/build/demos/wvr/with_mb/ |
| D | Makefile | 86 ifeq ($(shell expr "$(SDK_CW_BUILD_VERSION_CC)" "<=" 3.0),1)
|
| /TwlSDK-5.3.1/build/buildtools/twl/ |
| D | commondefs.cctype.CW | 54 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/ |
| D | commondefs.cctype.CW | 54 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)
|