Home
last modified time | relevance | path

Searched refs:struct_flags (Results 1 – 2 of 2) sorted by relevance

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