HomeSort by relevance Sort by last modified time
    Searched refs:ffitypes (Results 1 - 3 of 3) sorted by null

  /external/libffi/testsuite/libffi.call/
many2.c 35 ffi_type *ffitypes[NARGS]; local
43 ffitypes[i] = &ffi_type_uint8;
46 &ffi_type_uint8, ffitypes) == FFI_OK);
  /external/python/cpython2/Modules/_ctypes/libffi/testsuite/libffi.call/
many2.c 35 ffi_type *ffitypes[NARGS]; local
43 ffitypes[i] = &ffi_type_uint8;
46 &ffi_type_uint8, ffitypes) == FFI_OK);
  /external/python/cpython3/Modules/_ctypes/libffi/testsuite/libffi.call/
many2.c 35 ffi_type *ffitypes[NARGS]; local
43 ffitypes[i] = &ffi_type_uint8;
46 &ffi_type_uint8, ffitypes) == FFI_OK);

Completed in 103 milliseconds