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

  /external/libffi/src/mips/
ffi.c 426 unsigned struct_flags = 0; local
432 struct_flags = calc_n32_return_struct_flags(soft_float, cif->rtype);
434 if (struct_flags == 0)
514 if (struct_flags == 0)
525 cif->flags += struct_flags << (4 + (FFI_FLAG_BITS * 8));
  /external/python/cpython2/Modules/_ctypes/libffi/src/mips/
ffi.c 426 unsigned struct_flags = 0; local
432 struct_flags = calc_n32_return_struct_flags(soft_float, cif->rtype);
434 if (struct_flags == 0)
514 if (struct_flags == 0)
525 cif->flags += struct_flags << (4 + (FFI_FLAG_BITS * 8));

Completed in 332 milliseconds