Home
last modified time | relevance | path

Searched refs:compileop (Results 1 – 1 of 1) sorted by path

/dports/multimedia/dvdauthor/dvdauthor-d5bb0b/src/
H A Ddvdcompile.c103 static unsigned char *compileop(unsigned char *buf, int target, int op, int val) in compileop() function
163 return compileop(buf, target, VM_VAL, cs->i1); /* assign value to target */ in compileexpr()
229 return compileop(buf, target, cs->op, cs->param->i1); in compileexpr()
236 return compileop(buf, target, cs->op, target - 256); in compileexpr()
244 buf = compileop(buf, target, cs->op, v->i1); in compileexpr()
250 buf = compileop(buf, target, cs->op, t2 - 256); in compileexpr()