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

/vbox/src/recompiler/
H A DVBoxRecompiler.c4367 void remR3ProfileStart(int statcode) argument
4370 switch(statcode)
4398 AssertMsgFailed(("unknown stat %d\n", statcode));
4405 void remR3ProfileStop(int statcode) argument
4408 switch(statcode)
4435 AssertMsgFailed(("unknown stat %d\n", statcode));

Completed in 58 milliseconds