Lines Matching refs:nfixedargs
39 int nfixedargs; in ffi_prep_args() local
41 nfixedargs = ecif->cif->nfixedargs; in ffi_prep_args()
55 if ((nfixedargs == 0) && (count < 24)) in ffi_prep_args()
60 nfixedargs--; in ffi_prep_args()
139 if (cif->nargs != cif->nfixedargs) in ffi_call()
184 int nfixedargs = cif->nfixedargs; in ffi_closure_SYSV() local
200 if ((nfixedargs == 0) && (count < 24)) in ffi_closure_SYSV()
205 nfixedargs--; in ffi_closure_SYSV()
314 cif->nfixedargs = cif->nargs; in ffi_prep_cif_machdep()
321 unsigned int nfixedargs, unsigned int ntotalargs) in ffi_prep_cif_machdep_var() argument
326 cif->nfixedargs = nfixedargs; in ffi_prep_cif_machdep_var()