Searched refs:iiUINT32 (Results 1 – 8 of 8) sorted by relevance
/kernel/liteos_a/testsuites/kernel/include/ |
D | iCunit.h | 58 typedef unsigned long iiUINT32; typedef 88 iiUINT32 retCode; 228 extern iiUINT32 g_iCunitErrCode; 229 extern void ICunitSaveErr(iiUINT32 line, iiUINT32 retCode); 243 ICunitSaveErr(__LINE__, (iiUINT32)retcode); \ 251 ICunitSaveErr(__LINE__, (iiUINT32)retcode); \ 258 ICunitSaveErr(__LINE__, (iiUINT32)retcode); \ 266 ICunitSaveErr(__LINE__, (iiUINT32)retcode); \ 274 ICunitSaveErr(__LINE__, (iiUINT32)retcode); \ 282 ICunitSaveErr(__LINE__, (iiUINT32)retcode); \ [all …]
|
D | iCunit.inc | 53 iiUINT32 g_iCunitErrCode;
|
/kernel/liteos_m/testsuites/include/ |
D | iCunit.h | 55 typedef unsigned long iiUINT32; typedef 82 iiUINT32 retCode; 202 extern iiUINT32 iCunit_errCode; 203 extern void ICunitSaveErr(iiUINT32 line, iiUINT32 retCode); 218 ICunitSaveErr(__LINE__, (iiUINT32)retcode); \ 225 ICunitSaveErr(__LINE__, (iiUINT32)retcode); \ 232 ICunitSaveErr(__LINE__, (iiUINT32)retcode); \ 240 ICunitSaveErr(__LINE__, (iiUINT32)retcode); \ 247 ICunitSaveErr(__LINE__, (iiUINT32)retcode); \ 255 ICunitSaveErr(__LINE__, (iiUINT32)retcode); \ [all …]
|
D | iCunit.inc | 59 iiUINT32 iCunit_errCode;
|
/kernel/liteos_m/testsuites/src/ |
D | iCunit.c | 43 void ICunitSaveErr(iiUINT32 line, iiUINT32 retCode) in ICunitSaveErr() 46 iCunit_errCode = (iCunit_errCode == 0) ? (iiUINT32)retCode : iCunit_errCode; in ICunitSaveErr()
|
/kernel/liteos_a/testsuites/kernel/src/ |
D | iCunit.c | 126 void ICunitSaveErr(iiUINT32 line, iiUINT32 retCode) in ICunitSaveErr() 132 …g_iCunitErrCode = ((g_iCunitErrCode == 0) && (g_iCunitErrLineNo == 0)) ? (iiUINT32)retCode : g_iCu… in ICunitSaveErr()
|
/kernel/liteos_m/testsuites/sample/posix/mqueue/ |
D | It_posix_queue.h | 88 ICunitSaveErr(__LINE__, (iiUINT32)(retcode)); \
|
/kernel/liteos_a/testsuites/unittest/common/include/ |
D | iCunit.h | 47 typedef unsigned long iiUINT32; typedef
|