HomeSort by relevance Sort by last modified time
    Searched defs:cif (Results 126 - 126 of 126) sorted by null

1 2 3 4 56

  /external/libffi/src/powerpc/
ffi.c 92 const unsigned bytes = ecif->cif->bytes;
93 const unsigned flags = ecif->cif->flags;
141 if (ecif->cif->abi == FFI_LINUX_SOFT_FLOAT)
168 for (ptr = ecif->cif->arg_types, i = ecif->cif->nargs;
176 if (ecif->cif->abi == FFI_LINUX_SOFT_FLOAT)
192 if (ecif->cif->abi == FFI_LINUX_SOFT_FLOAT)
215 if ((ecif->cif->abi != FFI_LINUX)
216 && (ecif->cif->abi != FFI_LINUX_SOFT_FLOAT))
223 if (ecif->cif->abi == FFI_LINUX_SOFT_FLOAT
1010 ffi_cif * cif; local
1303 ffi_cif *cif; local
    [all...]

Completed in 37 milliseconds

1 2 3 4 56