| /utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/sys/ |
| H A D | syslog.h | 63 #define LOG_MAKEPRI(fac, pri) (((fac) << 3) | (pri)) argument 153 #define LOG_MASK(pri) (1 << (pri)) /* mask for one priority */ argument 154 #define LOG_UPTO(pri) ((1 << ((pri)+1)) - 1) /* all priorities through pri */ argument
|
| /utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/bits/ |
| H A D | syslog.h | 35 # define syslog(pri, ...) \ argument 36 __syslog_chk (pri, __USE_FORTIFY_LEVEL - 1, __VA_ARGS__)
|
| /utopia/UTPA2-700.0.x/projects/tmplib/include/ |
| H A D | MLog.h | 113 void filter_log(EN_LOG_PRIORITY pri,const char* TAG,const char* format, ...); 151 void mlog_setPriority(EN_LOG_PRIORITY pri);
|
| /utopia/UTPA2-700.0.x/mxlib/include/ |
| H A D | MLog.h | 113 void filter_log(EN_LOG_PRIORITY pri,const char* TAG,const char* format, ...); 151 void mlog_setPriority(EN_LOG_PRIORITY pri);
|
| /utopia/UTPA2-700.0.x/modules/graphic/drv/gop/ |
| H A D | drvGOP.h | 138 #define APIGOP_ASSERT(_bool, pri) if (!(_bool)) {printf("\nAssert in %s,%d\n", __FUNCTION__, __LIN… argument 140 #define APIGOP_ASSERT(_bool, pri) if (!(_bool)) {printf("\nAssert in %s,%d\n", __FUNCTION__, __LIN…
|
| /utopia/UTPA2-700.0.x/modules/graphic/api/gop/ |
| H A D | apiGOP.c | 193 #define GOP_ASSERT(_bool, pri) if (!(_bool)) {GOP_FATAL("\nAssert in %s,%d\n", __FUNCTION__, __LIN… argument 195 #define GOP_ASSERT(_bool, pri) if (!(_bool)) {GOP_FATAL("\nAssert in %s,%d\n", __FUNCTION__, __LIN… argument
|
| /utopia/UTPA2-700.0.x/modules/graphic/drv/ge/ |
| H A D | drvGE.c | 210 #define GE_ASSERT_CHECK(_bool, pri) if (!(_bool)) {GE_D_FATAL("\nAssert in %s,%d\n", __FUNCTION__,… argument 212 #define GE_ASSERT_CHECK(_bool, pri) if (!(_bool)) {GE_D_FATAL("\nAssert in %s,%d\n", __FUNCTION__,… argument
|
| /utopia/UTPA2-700.0.x/modules/vdec_v3/api/vdec_v3/ |
| H A D | apiVDEC_EX.c.0 | 15564 …//VDEC_PRINT("apiVDEC pts=%ld pri=0x%lx\n", pDispFrm->stFrmInfo.u32TimeStamp, pDispFrm->u32PriData…
|
| /utopia/UTPA2-700.0.x/projects/build/ |
| H A D | preprocess.txt | 68339 void filter_log(EN_LOG_PRIORITY pri,const char* TAG,const char* format, ...); 68377 void mlog_setPriority(EN_LOG_PRIORITY pri);
|