Home
last modified time | relevance | path

Searched refs:func (Results 1 – 2 of 2) sorted by relevance

/RevoEX-2.1/build/libraries/mpds/include/
Dmpdsprivate.h74 void MPDSiLogCore( u32 level, const char* levelString, const char* file, const char* func, int l…
75 void MPDSiVLogCore( u32 level, const char* levelString, const char* file, const char* func, int …
/RevoEX-2.1/build/libraries/mpds/src/
Dmpdssystem.c982 const char* file, const char* func, int line, const char* fmt, va_list vlist ) in MPDSiVLogCore() argument
984 #pragma unused( func ) in MPDSiVLogCore()
1017 const char* file, const char* func, int line, const char* fmt, ... ) in MPDSiLogCore() argument
1022 MPDSiVLogCore( level, levelString, file, func, line, fmt, vlist ); in MPDSiLogCore()