Searched refs:nparam (Results 1 - 4 of 4) sorted by relevance
/vbox/src/libs/xpcom18a4/xpcom/typelib/xpidl/ |
H A D | xpidl_java.c | 603 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 D | tcg.c | 582 TCGArg *nparam; local 602 nparam = gen_opparam_ptr++; 675 *nparam = (nb_rets << 16) | (real_args + 1);
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/ |
H A D | glamor_utils.h | 727 #define glamor_set_const_ext(params, nparam, vertices, nverts, stride) \ 731 for(_j_ = 0; _j_ < nparam; _j_++) { \
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/ |
H A D | glamor_utils.h | 663 #define glamor_set_const_ext(params, nparam, vertices, nverts, stride) \ 667 for(_j_ = 0; _j_ < nparam; _j_++) { \
|
Completed in 187 milliseconds