Searched refs:iiUINT32 (Results 1 - 6 of 6) sorted by relevance
/kernel/liteos_m/testsuites/include/ |
H A 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)retcod [all...] |
/kernel/liteos_a/testsuites/kernel/include/ |
H A 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)retcod [all...] |
/kernel/liteos_m/testsuites/src/ |
H A 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/ |
H A D | iCunit.c | 126 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 D | It_posix_queue.h | 88 ICunitSaveErr(__LINE__, (iiUINT32)(retcode)); \
|
/kernel/liteos_a/testsuites/unittest/common/include/ |
H A D | iCunit.h | 47 typedef unsigned long iiUINT32; typedef
|
Completed in 5 milliseconds