HomeSort by relevance Sort by last modified time
    Searched refs:FFI_TYPE_STRUCT (Results 151 - 175 of 410) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/python/cpython3/Modules/_ctypes/libffi/testsuite/libffi.call/
testclosure.c 50 cls_struct_type0.type = FFI_TYPE_STRUCT;
uninitialized.c 31 ts1_type.type = FFI_TYPE_STRUCT;
nested_struct2.c 67 cls_struct_type.type = FFI_TYPE_STRUCT;
72 cls_struct_type1.type = FFI_TYPE_STRUCT;
nested_struct3.c 68 cls_struct_type.type = FFI_TYPE_STRUCT;
73 cls_struct_type1.type = FFI_TYPE_STRUCT;
  /external/python/cpython3/Modules/_ctypes/libffi_msvc/
types.c 32 #define FFI_AGGREGATE_TYPEDEF(n, e) ffi_type ffi_type_##n = { 0, 0, FFI_TYPE_STRUCT, e }
  /external/libffi/src/mips/
ffi.c 97 if ( ecif->cif->rtype->type == FFI_TYPE_STRUCT )
334 if (cif->rtype->type != FFI_TYPE_STRUCT && cif->abi == FFI_O32)
377 case FFI_TYPE_STRUCT:
399 case FFI_TYPE_STRUCT:
430 if (cif->rtype->type == FFI_TYPE_STRUCT)
494 case FFI_TYPE_STRUCT:
512 case FFI_TYPE_STRUCT:
524 cif->flags += FFI_TYPE_STRUCT << (FFI_FLAG_BITS * 8);
560 cif->flags += FFI_TYPE_STRUCT << (FFI_FLAG_BITS * 8);
565 cif->flags += FFI_TYPE_STRUCT << (FFI_FLAG_BITS * 8)
    [all...]
  /external/python/cpython2/Modules/_ctypes/libffi/src/mips/
ffi.c 97 if ( ecif->cif->rtype->type == FFI_TYPE_STRUCT )
334 if (cif->rtype->type != FFI_TYPE_STRUCT && cif->abi == FFI_O32)
377 case FFI_TYPE_STRUCT:
399 case FFI_TYPE_STRUCT:
430 if (cif->rtype->type == FFI_TYPE_STRUCT)
494 case FFI_TYPE_STRUCT:
512 case FFI_TYPE_STRUCT:
524 cif->flags += FFI_TYPE_STRUCT << (FFI_FLAG_BITS * 8);
560 cif->flags += FFI_TYPE_STRUCT << (FFI_FLAG_BITS * 8);
565 cif->flags += FFI_TYPE_STRUCT << (FFI_FLAG_BITS * 8)
    [all...]
  /external/python/cpython3/Modules/_ctypes/libffi/src/mips/
ffi.c 97 if ( ecif->cif->rtype->type == FFI_TYPE_STRUCT )
334 if (cif->rtype->type != FFI_TYPE_STRUCT && cif->abi == FFI_O32)
377 case FFI_TYPE_STRUCT:
399 case FFI_TYPE_STRUCT:
430 if (cif->rtype->type == FFI_TYPE_STRUCT)
494 case FFI_TYPE_STRUCT:
512 case FFI_TYPE_STRUCT:
524 cif->flags += FFI_TYPE_STRUCT << (FFI_FLAG_BITS * 8);
560 cif->flags += FFI_TYPE_STRUCT << (FFI_FLAG_BITS * 8);
565 cif->flags += FFI_TYPE_STRUCT << (FFI_FLAG_BITS * 8)
    [all...]
  /external/libffi/src/
prep_cif.c 149 if (cif->rtype->type == FFI_TYPE_STRUCT
183 if (((*ptr)->type == FFI_TYPE_STRUCT
  /external/libffi/testsuite/libffi.call/
cls_complex_struct.inc 43 ts1_type.type = FFI_TYPE_STRUCT;
nested_struct2.c 67 cls_struct_type.type = FFI_TYPE_STRUCT;
72 cls_struct_type1.type = FFI_TYPE_STRUCT;
nested_struct3.c 68 cls_struct_type.type = FFI_TYPE_STRUCT;
73 cls_struct_type1.type = FFI_TYPE_STRUCT;
nested_struct4.c 68 cls_struct_type.type = FFI_TYPE_STRUCT;
73 cls_struct_type1.type = FFI_TYPE_STRUCT;
nested_struct5.c 68 cls_struct_type.type = FFI_TYPE_STRUCT;
73 cls_struct_type1.type = FFI_TYPE_STRUCT;
nested_struct7.c 68 cls_struct_type.type = FFI_TYPE_STRUCT;
73 cls_struct_type1.type = FFI_TYPE_STRUCT;
va_1.c 112 s_type.type = FFI_TYPE_STRUCT;
121 l_type.type = FFI_TYPE_STRUCT;
  /external/python/cpython2/Modules/_ctypes/libffi/src/
prep_cif.c 145 if (cif->rtype->type == FFI_TYPE_STRUCT
175 if (((*ptr)->type == FFI_TYPE_STRUCT
  /external/python/cpython2/Modules/_ctypes/libffi/testsuite/libffi.call/
nested_struct2.c 67 cls_struct_type.type = FFI_TYPE_STRUCT;
72 cls_struct_type1.type = FFI_TYPE_STRUCT;
nested_struct3.c 68 cls_struct_type.type = FFI_TYPE_STRUCT;
73 cls_struct_type1.type = FFI_TYPE_STRUCT;
nested_struct4.c 68 cls_struct_type.type = FFI_TYPE_STRUCT;
73 cls_struct_type1.type = FFI_TYPE_STRUCT;
nested_struct5.c 68 cls_struct_type.type = FFI_TYPE_STRUCT;
73 cls_struct_type1.type = FFI_TYPE_STRUCT;
nested_struct7.c 68 cls_struct_type.type = FFI_TYPE_STRUCT;
73 cls_struct_type1.type = FFI_TYPE_STRUCT;
va_1.c 112 s_type.type = FFI_TYPE_STRUCT;
121 l_type.type = FFI_TYPE_STRUCT;
  /external/python/cpython2/Modules/_ctypes/libffi_osx/
ffi.c 166 if (cif->rtype->type == FFI_TYPE_STRUCT
204 if (((*ptr)->type == FFI_TYPE_STRUCT
  /external/python/cpython3/Modules/_ctypes/libffi/src/
prep_cif.c 145 if (cif->rtype->type == FFI_TYPE_STRUCT
175 if (((*ptr)->type == FFI_TYPE_STRUCT

Completed in 713 milliseconds

1 2 3 4 5 67 8 91011>>