HomeSort by relevance Sort by last modified time
    Searched defs:nfixedargs (Results 1 - 4 of 4) sorted by null

  /external/libffi/src/or1k/
ffi.c 39 int nfixedargs; local
41 nfixedargs = ecif->cif->nfixedargs;
55 if ((nfixedargs == 0) && (count < 24))
60 nfixedargs--;
139 if (cif->nargs != cif->nfixedargs)
184 int nfixedargs = cif->nfixedargs; local
200 if ((nfixedargs == 0) && (count < 24))
205 nfixedargs--
    [all...]
  /external/libffi/src/powerpc/
ffi_linux64.c 293 cif->nfixedargs = cif->nargs;
297 /* This call is from old code. Don't touch cif->nfixedargs
311 unsigned int nfixedargs,
315 cif->nfixedargs = nfixedargs;
319 /* This call is from old code. Don't touch cif->nfixedargs
399 unsigned int i, words, nargs, nfixedargs; local
444 nfixedargs = (unsigned) -1;
447 nfixedargs = ecif->cif->nfixedargs;
723 unsigned long i, avn, nfixedargs; local
    [all...]
  /external/python/cpython2/Modules/_ctypes/libffi/src/powerpc/
ffi_linux64.c 293 cif->nfixedargs = cif->nargs;
297 /* This call is from old code. Don't touch cif->nfixedargs
311 unsigned int nfixedargs,
315 cif->nfixedargs = nfixedargs;
319 /* This call is from old code. Don't touch cif->nfixedargs
399 unsigned int i, words, nargs, nfixedargs; local
444 nfixedargs = (unsigned) -1;
447 nfixedargs = ecif->cif->nfixedargs;
723 unsigned long i, avn, nfixedargs; local
    [all...]
  /external/python/cpython3/Modules/_ctypes/libffi/src/powerpc/
ffi_linux64.c 293 cif->nfixedargs = cif->nargs;
297 /* This call is from old code. Don't touch cif->nfixedargs
311 unsigned int nfixedargs,
315 cif->nfixedargs = nfixedargs;
319 /* This call is from old code. Don't touch cif->nfixedargs
399 unsigned int i, words, nargs, nfixedargs; local
444 nfixedargs = (unsigned) -1;
447 nfixedargs = ecif->cif->nfixedargs;
723 unsigned long i, avn, nfixedargs; local
    [all...]

Completed in 242 milliseconds