Home
last modified time | relevance | path

Searched refs:ASSERT (Results 1 – 9 of 9) sorted by relevance

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvUSBVerify.c155 ASSERT( (bRet == TRUE) ); in verUSB_Task()
160 ASSERT( (bRet == TRUE) ); in verUSB_Task()
H A DdrvUsbcommon.h185 #define ASSERT(_bool_) … macro
194 #define ASSERT(_bool_) … macro
H A DdrvMassStor.c1051 ASSERT(0); in GetUStorID()
H A DdrvUSBEntry.c375 ASSERT(-1 == _s32UsbEventId); in MDrv_Usb_Init()
/utopia/UTPA2-700.0.x/mxlib/include/
H A DdrvUsbcommon.h183 #define ASSERT(_bool_) … macro
192 #define ASSERT(_bool_) MS_ASSERT(_bool_) macro
/utopia/UTPA2-700.0.x/projects/tmplib/include/
H A DdrvUsbcommon.h184 #define ASSERT(_bool_) … macro
193 #define ASSERT(_bool_) MS_ASSERT(_bool_) macro
/utopia/UTPA2-700.0.x/modules/xc/drv/xc/
H A Dmdrv_ld.c138 #ifndef ASSERT
139 #define ASSERT(arg) do {\ macro
529 ASSERT(enLDPanelType < E_LD_PANEL_NUMS); in MDrv_XC_LD_Init()
H A Dmvideo.c.08187 // ASSERT when driver is not initiallized
8196 // ASSERT when driver is not initiallized
/utopia/UTPA2-700.0.x/projects/build/
H A Dpreprocess.txt29346 #define LD_ASSERT(_fmt,_args...) {printf("LD ASSERT: %s %d:"_fmt, __FILE__, __LINE__, ##_args); }
29349 #define LD_ASSERT(_fmt,_args...) {printf("LD ASSERT: %s %d:"_fmt, __FILE__, __LINE__, ##_args); }
30532 …diag_printf("\033[35m UTOPIA ASSERT: %s, %s %s %d\033[35m\n", #_bool_, __FILE__, __PRETTY_FUNCTION…
30541 …diag_printf("\033[35m UTOPIA ASSERT: %s, %s %s %d\033[35m\n", #_bool_, __FILE__, __PRETTY_FUNCTION…
30552 …printk("\033[35m ASSERT FAIL: %s, %s %s %d\033[35m\n", #_bool_, __FILE__, __PRETTY_FUNCTION__, __L…
30562 …printk("\033[35m ASSERT FAIL: %s, %s %s %d\033[35m\n", #_bool_, __FILE__, __PRETTY_FUNCTION__, __L…
30573 …printf("\033[35m UTOPIA ASSERT: %s, %s %s %d\033[35m\n", #_bool_, __FILE__, __PRETTY_FUNCTION__, _…
30582 …printf("\033[35m UTOPIA ASSERT: %s, %s %s %d\033[35m\n", #_bool_, __FILE__, __PRETTY_FUNCTION__, _…
30596 …diag_printf("\033[35m UTOPIA ASSERT: %s %s %s %d\033[35m\n", #_bool_, __FILE__, __PRETTY_FUNCTION_…
30605 …printf("\033[35m UTOPIA ASSERT: %s %s %s %d\033[35m\n", #_bool_, __FILE__, __PRETTY_FUNCTION__, __…
[all …]