/external/libffi/src/ |
D | prep_cif.c | 110 unsigned int ntotalargs, in ffi_prep_cif_core() argument 119 FFI_ASSERT(nfixedargs <= ntotalargs); in ffi_prep_cif_core() 126 cif->nargs = ntotalargs; in ffi_prep_cif_core() 219 return ffi_prep_cif_machdep_var(cif, nfixedargs, ntotalargs); in ffi_prep_cif_core() 235 unsigned int ntotalargs, in ffi_prep_cif_var() argument 239 return ffi_prep_cif_core(cif, abi, 1, nfixedargs, ntotalargs, rtype, atypes); in ffi_prep_cif_var()
|
/external/python/cpython2/Modules/_ctypes/libffi/src/ |
D | prep_cif.c | 110 unsigned int ntotalargs, in ffi_prep_cif_core() argument 119 FFI_ASSERT(nfixedargs <= ntotalargs); in ffi_prep_cif_core() 126 cif->nargs = ntotalargs; in ffi_prep_cif_core() 211 return ffi_prep_cif_machdep_var(cif, nfixedargs, ntotalargs); in ffi_prep_cif_core() 227 unsigned int ntotalargs, in ffi_prep_cif_var() argument 231 return ffi_prep_cif_core(cif, abi, 1, nfixedargs, ntotalargs, rtype, atypes); in ffi_prep_cif_var()
|
/external/libffi/src/powerpc/ |
D | ffi.c | 64 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()
|
D | ffi_linux64.c | 312 unsigned int ntotalargs MAYBE_UNUSED) in ffi_prep_cif_linux64_var()
|
/external/python/cpython2/Modules/_ctypes/libffi/src/powerpc/ |
D | ffi.c | 64 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()
|
D | ffi_linux64.c | 312 unsigned int ntotalargs MAYBE_UNUSED) in ffi_prep_cif_linux64_var()
|
/external/libffi/src/cris/ |
D | ffi.c | 159 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()
|
/external/python/cpython2/Modules/_ctypes/libffi/src/cris/ |
D | ffi.c | 159 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()
|
/external/python/cpython2/android_x86/libffi/ |
D | ffi.h | 234 unsigned int ntotalargs, 432 unsigned int ntotalargs,
|
/external/python/cpython2/android_arm/libffi/ |
D | ffi.h | 234 unsigned int ntotalargs, 432 unsigned int ntotalargs,
|
/external/python/cpython2/darwin_x86_64/libffi/ |
D | ffi.h | 234 unsigned int ntotalargs, 432 unsigned int ntotalargs,
|
/external/python/cpython2/linux_x86_64/libffi/ |
D | ffi.h | 235 unsigned int ntotalargs, 433 unsigned int ntotalargs,
|
/external/python/cpython2/android_x86_64/libffi/ |
D | ffi.h | 235 unsigned int ntotalargs, 433 unsigned int ntotalargs,
|
/external/python/cpython2/android_arm64/libffi/ |
D | ffi.h | 234 unsigned int ntotalargs, 432 unsigned int ntotalargs,
|
/external/python/cpython2/Modules/_ctypes/libffi/include/ |
D | ffi_common.h | 83 unsigned int nfixedargs, unsigned int ntotalargs);
|
D | ffi.h.in | 234 unsigned int ntotalargs, 432 unsigned int ntotalargs,
|
/external/libffi/include/ |
D | ffi_common.h | 83 unsigned int nfixedargs, unsigned int ntotalargs);
|
D | ffi.h.in | 244 unsigned int ntotalargs, 442 unsigned int ntotalargs,
|
/external/libffi/src/or1k/ |
D | ffi.c | 321 unsigned int nfixedargs, unsigned int ntotalargs) in ffi_prep_cif_machdep_var() argument
|
/external/python/cpython2/Modules/_ctypes/libffi/doc/ |
D | libffi.texi | 155 …if}, ffi_abi var{abi}, unsigned int @var{nfixedargs}, unsigned int var{ntotalargs}, ffi_type *@var… 163 @var{ntotalargs} the total number of arguments, including variadic
|
/external/python/cpython2/Modules/_ctypes/libffi/src/arm/ |
D | ffi.c | 291 unsigned int ntotalargs) in ffi_prep_cif_machdep_var() argument
|
/external/python/cpython2/Modules/_ctypes/libffi/src/aarch64/ |
D | ffi.c | 790 unsigned int ntotalargs) in ffi_prep_cif_machdep_var() argument
|
/external/libffi/src/arm/ |
D | ffi.c | 291 unsigned int ntotalargs) in ffi_prep_cif_machdep_var() argument
|
/external/libffi/doc/ |
D | libffi.texi | 155 …if}, ffi_abi var{abi}, unsigned int @var{nfixedargs}, unsigned int var{ntotalargs}, ffi_type *@var… 163 @var{ntotalargs} the total number of arguments, including variadic
|
/external/libffi/src/aarch64/ |
D | ffi.c | 797 unsigned int ntotalargs) in ffi_prep_cif_machdep_var() argument
|