Searched refs:expr (Results 1 – 6 of 6) sorted by relevance
| /TwlSDK-5.1.0/build/demos/mb/multiboot-wfs/child/include/ |
| D | func.h | 36 #define OVAERLAY_CODE_BY_10(expr) (expr), (expr), (expr), (expr), (expr), (expr), (expr), (expr), … argument 37 #define OVAERLAY_CODE_BY_100(expr) OVAERLAY_CODE_BY_10(OVAERLAY_CODE_BY_10(expr)) argument 38 #define OVAERLAY_CODE_BY_1000(expr) OVAERLAY_CODE_BY_10(OVAERLAY_CODE_BY_100(expr)) argument 39 #define OVAERLAY_CODE_BY_10000(expr) OVAERLAY_CODE_BY_10(OVAERLAY_CODE_BY_1000(expr)) argument 40 #define OVAERLAY_CODE_BY_100000(expr) OVAERLAY_CODE_BY_10(OVAERLAY_CODE_BY_10000(expr)) argument 41 #define OVAERLAY_CODE_BY_1000000(expr) OVAERLAY_CODE_BY_10(OVAERLAY_CODE_BY_100000(expr)) argument 42 #define OVAERLAY_CODE_BY_10000000(expr) OVAERLAY_CODE_BY_10(OVAERLAY_CODE_BY_1000000(expr)) argument
|
| /TwlSDK-5.1.0/tools/bin/ |
| D | conv2svnDir.sh | 41 if [ `expr match $file .*/\.svn/.*` = 0 -a `expr match $file .*/CVS/.*` = 0 ];
|
| /TwlSDK-5.1.0/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.1.0/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.1.0/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)
|