Searched defs:auArgs (Results 1 - 1 of 1) sorted by relevance

/vbox/src/recompiler/
H A DVBoxRecompiler.c4771 uintptr_t auArgs[6] = {0,0,0,0,0,0}; local
4775 auArgs[cArgs++] = va_arg(va, uintptr_t);
4780 case 1: RTStrPrintf(szMsg, sizeof(szMsg), pszFormat, auArgs[0]); break;
4781 case 2: RTStrPrintf(szMsg, sizeof(szMsg), pszFormat, auArgs[0], auArgs[1]); break;
4782 case 3: RTStrPrintf(szMsg, sizeof(szMsg), pszFormat, auArgs[0], auArgs[1], auArgs[2]); break;
4783 case 4: RTStrPrintf(szMsg, sizeof(szMsg), pszFormat, auArgs[0], auArgs[
[all...]

Completed in 192 milliseconds