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

/vbox/src/VBox/Runtime/common/err/
H A Derrmsg.cpp81 unsigned iFound = ~0; local
101 iFound = i;
104 if (iFound != ~0U)
105 return &g_aStatusMsgs[iFound];

Completed in 34 milliseconds