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

/vbox/src/libs/xpcom18a4/xpcom/typelib/xpidl/
H A Dxpidl_java.c603 xpcom_to_java_param(TreeState *state, unsigned nparam) argument
644 fprintf(state->file, "arg%u", nparam+1);
714 unsigned nparam = 0; local
825 if (!xpcom_to_java_param(state, nparam++)) {
/vbox/src/recompiler/tcg/
H A Dtcg.c582 TCGArg *nparam; local
602 nparam = gen_opparam_ptr++;
675 *nparam = (nb_rets << 16) | (real_args + 1);

Completed in 66 milliseconds