Home
last modified time | relevance | path

Searched refs:ntotalargs (Results 1 – 19 of 19) sorted by relevance

/third_party/libffi/src/
Dprep_cif.c112 unsigned int ntotalargs, in ffi_prep_cif_core() argument
121 FFI_ASSERT(nfixedargs <= ntotalargs); in ffi_prep_cif_core()
128 cif->nargs = ntotalargs; in ffi_prep_cif_core()
214 return ffi_prep_cif_machdep_var(cif, nfixedargs, ntotalargs); in ffi_prep_cif_core()
230 unsigned int ntotalargs, in ffi_prep_cif_var() argument
234 return ffi_prep_cif_core(cif, abi, 1, nfixedargs, ntotalargs, rtype, atypes); in ffi_prep_cif_var()
/third_party/libffi/include/
Dffi_common.h85 unsigned int nfixedargs, unsigned int ntotalargs);
98 unsigned int ntotalargs,
Dffi-arm.h450 unsigned int ntotalargs,
Dffi-aarch64.h450 unsigned int ntotalargs,
Dffi-x86_64.h450 unsigned int ntotalargs,
Dffi.h.in465 unsigned int ntotalargs,
/third_party/libffi/src/powerpc/
Dffi.c64 unsigned int ntotalargs MAYBE_UNUSED) in ffi_prep_cif_machdep_var()
67 return ffi_prep_cif_linux64_var (cif, nfixedargs, ntotalargs); in ffi_prep_cif_machdep_var()
Dffi_linux64.c379 unsigned int ntotalargs MAYBE_UNUSED) in ffi_prep_cif_linux64_var()
/third_party/libffi/src/cris/
Dffi.c159 unsigned int nfixedargs, unsigned int ntotalargs, in ffi_prep_cif_core() argument
168 FFI_ASSERT(nfixedargs <= ntotalargs); in ffi_prep_cif_core()
173 cif->nargs = ntotalargs; in ffi_prep_cif_core()
/third_party/libffi/src/or1k/
Dffi.c321 unsigned int nfixedargs, unsigned int ntotalargs) in ffi_prep_cif_machdep_var() argument
/third_party/libffi/msvc_build/aarch64/aarch64_include/
Dffi.h461 unsigned int ntotalargs,
/third_party/libffi/src/ia64/
Dffi.c284 unsigned int ntotalargs MAYBE_UNUSED) in ffi_prep_cif_machdep_var()
/third_party/libffi/src/sparc/
Dffi64.c315 ffi_prep_cif_machdep_var(ffi_cif *cif, unsigned nfixedargs, unsigned ntotalargs) in ffi_prep_cif_machdep_var() argument
/third_party/libffi/src/riscv/
Dffi.c321 ffi_status ffi_prep_cif_machdep_var(ffi_cif *cif, unsigned int nfixedargs, unsigned int ntotalargs)… in ffi_prep_cif_machdep_var() argument
/third_party/libffi/src/arm/
Dffi.c326 unsigned int nfixedargs, unsigned int ntotalargs) in ffi_prep_cif_machdep_var() argument
/third_party/libffi/src/aarch64/
Dffi.c558 unsigned int ntotalargs) in ffi_prep_cif_machdep_var() argument
/third_party/libffi/src/mips/
Dffi.c592 unsigned ntotalargs MAYBE_UNUSED) in ffi_prep_cif_machdep_var()
/third_party/libffi/doc/
Dlibffi.texi168 …}, ffi_abi @var{abi}, unsigned int @var{nfixedargs}, unsigned int @var{ntotalargs}, ffi_type *@var…
176 @var{ntotalargs} the total number of arguments, including variadic
/third_party/libffi/
DChangeLog3827 document that there must be ntotalargs types
3842 document that there must be ntotalargs types