Home
last modified time | relevance | path

Searched refs:iiUINT32 (Results 1 - 6 of 6) sorted by relevance

/kernel/liteos_m/testsuites/include/
H A DiCunit.h55 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)retcod
[all...]
/kernel/liteos_a/testsuites/kernel/include/
H A DiCunit.h58 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)retcod
[all...]
/kernel/liteos_m/testsuites/src/
H A DiCunit.c43 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/
H A DiCunit.c126 void ICunitSaveErr(iiUINT32 line, iiUINT32 retCode) in ICunitSaveErr()
132 g_iCunitErrCode = ((g_iCunitErrCode == 0) && (g_iCunitErrLineNo == 0)) ? (iiUINT32)retCode : g_iCunitErrCode; in ICunitSaveErr()
/kernel/liteos_m/testsuites/sample/posix/mqueue/
H A DIt_posix_queue.h88 ICunitSaveErr(__LINE__, (iiUINT32)(retcode)); \
/kernel/liteos_a/testsuites/unittest/common/include/
H A DiCunit.h47 typedef unsigned long iiUINT32; typedef

Completed in 4 milliseconds