Searched refs:enterfunc (Results 1 – 5 of 5) sorted by relevance
/dports/games/xonotic/Xonotic/source/darkplaces/ |
H A D | prvm_execprogram.h | 485 enterfunc = &prog->functions[OPA->function]; 486 if (enterfunc->callcount++ == 0 && (prvm_coverage.integer & 1)) 487 PRVM_FunctionCoverageEvent(prog, enterfunc); 489 if (enterfunc->first_statement < 0) 492 int builtinnumber = -enterfunc->first_statement; 499 enterfunc->tprofile += (tm - starttm >= 0 && tm - starttm < 1800) ? (tm - starttm) : 0; 524 st = cached_statements + PRVM_EnterFunction(prog, enterfunc);
|
H A D | prvm_exec.c | 740 mfunction_t *func, *enterfunc; in MVM_ExecuteProgram() local 847 mfunction_t *func, *enterfunc; in CLVM_ExecuteProgram() local 958 mfunction_t *func, *enterfunc; in SVVM_ExecuteProgram() local
|
/dports/games/darkplaces/darkplaces/ |
H A D | prvm_execprogram.h | 485 enterfunc = &prog->functions[OPA->function]; 486 if (enterfunc->callcount++ == 0 && (prvm_coverage.integer & 1)) 487 PRVM_FunctionCoverageEvent(prog, enterfunc); 489 if (enterfunc->first_statement < 0) 492 int builtinnumber = -enterfunc->first_statement; 499 enterfunc->tprofile += (tm - starttm >= 0 && tm - starttm < 1800) ? (tm - starttm) : 0; 524 st = cached_statements + PRVM_EnterFunction(prog, enterfunc);
|
H A D | prvm_exec.c | 740 mfunction_t *func, *enterfunc; in MVM_ExecuteProgram() local 847 mfunction_t *func, *enterfunc; in CLVM_ExecuteProgram() local 958 mfunction_t *func, *enterfunc; in SVVM_ExecuteProgram() local
|
/dports/graphics/s2tc/s2tc-f6ec862/tests/ |
H A D | test.sh | 31 function enterfunc() 48 $('img').mouseenter(enterfunc);
|