| /utopia/UTPA2-700.0.x/mxlib/include/ |
| H A D | MsCommon.h | 244 …#define MS_ASSERT(_bool_) … argument 246 …if ( ! ( _bool_ ) ) \ 248 …diag_printf("\033[35m UTOPIA ASSERT: %s, %s %s %d\033[35m\n", #_bool_, __FILE__, __PRETTY_FUNCTION… 253 …#define MS_ASSERT(_bool_) … argument 255 …if ( ! ( _bool_ ) ) \ 257 …diag_printf("\033[35m UTOPIA ASSERT: %s, %s %s %d\033[35m\n", #_bool_, __FILE__, __PRETTY_FUNCTION… 264 …#define MS_ASSERT(_bool_) … argument 266 … if (!(_bool_)) \ 268 …printk("\033[35m ASSERT FAIL: %s, %s %s %d\033[35m\n", #_bool_, __FILE__, __PRETTY_FUNCTION__, __L… 274 …#define MS_ASSERT(_bool_) … argument [all …]
|
| H A D | drvUsbcommon.h | 183 #define ASSERT(_bool_) … argument 185 … if ( ! ( _bool_ ) ) \ 187 … diag_printf("ASSERT FAIL: %s, %s %s %d\n", #_bool_, __FILE__, __PRETTY_FUNCTION__, __LINE__);\ 192 #define ASSERT(_bool_) MS_ASSERT(_bool_) argument
|
| /utopia/UTPA2-700.0.x/projects/tmplib/include/ |
| H A D | MsCommon.h | 226 …#define MS_ASSERT(_bool_) … argument 228 …if ( ! ( _bool_ ) ) … 230 …diag_printf("\033[35m UTOPIA ASSERT: %s, %s %s %d\033[35m\n", #_bool_, __FILE__, __PRETTY_FUNCTION… 235 …#define MS_ASSERT(_bool_) … argument 237 …if ( ! ( _bool_ ) ) … 239 …diag_printf("\033[35m UTOPIA ASSERT: %s, %s %s %d\033[35m\n", #_bool_, __FILE__, __PRETTY_FUNCTION… 246 …#define MS_ASSERT(_bool_) … argument 248 … if (!(_bool_)) \ 250 …printk("\033[35m ASSERT FAIL: %s, %s %s %d\033[35m\n", #_bool_, __FILE__, __PRETTY_FUNCTION__, __L… 256 …#define MS_ASSERT(_bool_) … argument [all …]
|
| H A D | drvUsbcommon.h | 184 #define ASSERT(_bool_) … argument 186 … if ( ! ( _bool_ ) ) \ 188 … diag_printf("ASSERT FAIL: %s, %s %s %d\n", #_bool_, __FILE__, __PRETTY_FUNCTION__, __LINE__);\ 193 #define ASSERT(_bool_) MS_ASSERT(_bool_) argument
|
| /utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/ |
| H A D | drvUsbcommon.h | 185 #define ASSERT(_bool_) … argument 187 … if ( ! ( _bool_ ) ) \ 189 … diag_printf("ASSERT FAIL: %s, %s %s %d\n", #_bool_, __FILE__, __PRETTY_FUNCTION__, __LINE__);\ 194 #define ASSERT(_bool_) … argument 196 … if ( ! ( _bool_ ) ) \ 198 … diag_printf("ASSERT FAIL: %s %s %s %d\n", #_bool_, __FILE__, __PRETTY_FUNCTION__, __LINE__); \
|
| /utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/include/ |
| H A D | drvPorts.h | 90 #define USB_ASSERT( _bool_, _msg_ ) \ argument 92 if ( ! ( _bool_ ) ) \
|
| /utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/include/ |
| H A D | drvPorts.h | 91 #define USB_ASSERT( _bool_, _msg_ ) \ argument 93 if ( ! ( _bool_ ) ) \
|
| /utopia/UTPA2-700.0.x/modules/msos/msos/linux_kernel/ |
| H A D | MsOS_linux_kernel.c | 293 #define MS_ASSERT(_bool_) … argument 295 … if (!(_bool_)) \ 297 … printk("ASSERT FAIL: %s, %s %s %d\n", #_bool_, __FILE__, __PRETTY_FUNCTION__, __LINE__); \
|
| /utopia/UTPA2-700.0.x/modules/msos/msos/linux_kernel_V2/ |
| H A D | MsOS_linux_kernel.c | 225 #define MS_ASSERT(_bool_) … argument 227 … if (!(_bool_)) \ 229 … printk("ASSERT FAIL: %s, %s %s %d\n", #_bool_, __FILE__, __PRETTY_FUNCTION__, __LINE__); \
|
| /utopia/UTPA2-700.0.x/modules/dscmb/drv/ca2/ |
| H A D | drvCA.c | 142 #define DRV_CA_ASSERT( _bool_, _msg_, ret) \ argument 143 do { if(!(_bool_)) { DRV_CA_DEBUG(_msg_); return (ret); } } while(0)
|
| /utopia/UTPA2-700.0.x/modules/hsl/api/hsl/ |
| H A D | apiHSL.c | 140 #define MS_ASSERT(_bool_) … argument 142 … if ( ! ( _bool_ ) ) \
|
| /utopia/UTPA2-700.0.x/modules/security/drv/cipher/ |
| H A D | drvCIPHER.c | 205 #define DRV_CIPHER_ASSERT( _bool_, _msg_, ret) if(!(_bool_)){return (ret);} argument 207 #define DRV_CIPHER_ASSERT( _bool_, _msg_, ret) if(!(_bool_)){ printf(_msg_); return (ret);} argument
|
| /utopia/UTPA2-700.0.x/modules/graphic/hal/M7821/gop/ |
| H A D | halGOP.c | 135 #define GOP_ASSERT(_bool_){\ argument 136 if ( ! ( _bool_ ) )\ 138 …GOP_H_FATAL("\033[35m UTOPIA ASSERT: %s, %s %s %d\033[35m\n", #_bool_, __FILE__, __PRETTY_FUNCTION…
|
| /utopia/UTPA2-700.0.x/modules/graphic/hal/maxim/gop/ |
| H A D | halGOP.c | 135 #define GOP_ASSERT(_bool_){\ argument 136 if ( ! ( _bool_ ) )\ 138 …GOP_H_FATAL("\033[35m UTOPIA ASSERT: %s, %s %s %d\033[35m\n", #_bool_, __FILE__, __PRETTY_FUNCTION…
|
| /utopia/UTPA2-700.0.x/modules/graphic/hal/maserati/gop/ |
| H A D | halGOP.c | 135 #define GOP_ASSERT(_bool_){\ argument 136 if ( ! ( _bool_ ) )\ 138 …GOP_H_FATAL("\033[35m UTOPIA ASSERT: %s, %s %s %d\033[35m\n", #_bool_, __FILE__, __PRETTY_FUNCTION…
|
| /utopia/UTPA2-700.0.x/modules/graphic/hal/M7621/gop/ |
| H A D | halGOP.c | 135 #define GOP_ASSERT(_bool_){\ argument 136 if ( ! ( _bool_ ) )\ 138 …GOP_H_FATAL("\033[35m UTOPIA ASSERT: %s, %s %s %d\033[35m\n", #_bool_, __FILE__, __PRETTY_FUNCTION…
|
| /utopia/UTPA2-700.0.x/projects/build/ |
| H A D | preprocess.txt | 30528 #define MS_ASSERT(_bool_) \ 30530 if ( ! ( _bool_ ) ) \ 30532 …diag_printf("\033[35m UTOPIA ASSERT: %s, %s %s %d\033[35m\n", #_bool_, __FILE__, __PRETTY_FUNCTION… 30537 #define MS_ASSERT(_bool_) \ 30539 if ( ! ( _bool_ ) ) \ 30541 …diag_printf("\033[35m UTOPIA ASSERT: %s, %s %s %d\033[35m\n", #_bool_, __FILE__, __PRETTY_FUNCTION… 30548 #define MS_ASSERT(_bool_) \ 30550 if (!(_bool_)) \ 30552 …printk("\033[35m ASSERT FAIL: %s, %s %s %d\033[35m\n", #_bool_, __FILE__, __PRETTY_FUNCTION__, __L… 30558 #define MS_ASSERT(_bool_) \ [all …]
|