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

1 2 3 4 5 6 7 8 91011>>

  /external/libffi/src/alpha/
ffi.c 59 case FFI_TYPE_STRUCT:
67 cif->flags = FFI_TYPE_STRUCT;
88 if (rvalue == NULL && cif->flags == FFI_TYPE_STRUCT)
95 if (cif->flags == FFI_TYPE_STRUCT)
157 case FFI_TYPE_STRUCT:
223 if (cif->flags == FFI_TYPE_STRUCT)
249 case FFI_TYPE_STRUCT:
  /external/libffi/src/moxie/
ffi.c 46 if (ecif->cif->rtype->type == FFI_TYPE_STRUCT)
60 if ((*p_arg)->type == FFI_TYPE_STRUCT)
109 if (cif->rtype->type == FFI_TYPE_STRUCT)
139 (cif->rtype->type == FFI_TYPE_STRUCT))
189 if ((cif->rtype != NULL) && (cif->rtype->type == FFI_TYPE_STRUCT)) {
213 case FFI_TYPE_STRUCT:
231 if (cif->rtype && (cif->rtype->type == FFI_TYPE_STRUCT))
  /external/python/cpython2/Modules/_ctypes/libffi/src/alpha/
ffi.c 59 case FFI_TYPE_STRUCT:
67 cif->flags = FFI_TYPE_STRUCT;
88 if (rvalue == NULL && cif->flags == FFI_TYPE_STRUCT)
95 if (cif->flags == FFI_TYPE_STRUCT)
157 case FFI_TYPE_STRUCT:
223 if (cif->flags == FFI_TYPE_STRUCT)
249 case FFI_TYPE_STRUCT:
  /external/python/cpython2/Modules/_ctypes/libffi/src/moxie/
ffi.c 46 if (ecif->cif->rtype->type == FFI_TYPE_STRUCT)
60 if ((*p_arg)->type == FFI_TYPE_STRUCT)
109 if (cif->rtype->type == FFI_TYPE_STRUCT)
139 (cif->rtype->type == FFI_TYPE_STRUCT))
189 if ((cif->rtype != NULL) && (cif->rtype->type == FFI_TYPE_STRUCT)) {
213 case FFI_TYPE_STRUCT:
231 if (cif->rtype && (cif->rtype->type == FFI_TYPE_STRUCT))
  /external/python/cpython3/Modules/_ctypes/libffi/src/alpha/
ffi.c 59 case FFI_TYPE_STRUCT:
67 cif->flags = FFI_TYPE_STRUCT;
88 if (rvalue == NULL && cif->flags == FFI_TYPE_STRUCT)
95 if (cif->flags == FFI_TYPE_STRUCT)
157 case FFI_TYPE_STRUCT:
223 if (cif->flags == FFI_TYPE_STRUCT)
249 case FFI_TYPE_STRUCT:
  /external/python/cpython3/Modules/_ctypes/libffi/src/moxie/
ffi.c 46 if (ecif->cif->rtype->type == FFI_TYPE_STRUCT)
60 if ((*p_arg)->type == FFI_TYPE_STRUCT)
109 if (cif->rtype->type == FFI_TYPE_STRUCT)
139 (cif->rtype->type == FFI_TYPE_STRUCT))
189 if ((cif->rtype != NULL) && (cif->rtype->type == FFI_TYPE_STRUCT)) {
213 case FFI_TYPE_STRUCT:
231 if (cif->rtype && (cif->rtype->type == FFI_TYPE_STRUCT))
  /external/libffi/src/sh64/
ffi.c 40 if (arg->type != FFI_TYPE_STRUCT)
53 return FFI_TYPE_STRUCT;
69 if (return_type (ecif->cif->rtype) == FFI_TYPE_STRUCT)
105 case FFI_TYPE_STRUCT:
126 case FFI_TYPE_STRUCT:
165 greg = (return_type (cif->rtype) == FFI_TYPE_STRUCT ? 1 : 0);
221 case FFI_TYPE_STRUCT:
265 if (cif->rtype->type == FFI_TYPE_STRUCT
266 && return_type (cif->rtype) != FFI_TYPE_STRUCT)
269 (cif->rtype->type == FFI_TYPE_STRUCT))
    [all...]
  /external/python/cpython2/Modules/_ctypes/libffi/src/sh64/
ffi.c 40 if (arg->type != FFI_TYPE_STRUCT)
53 return FFI_TYPE_STRUCT;
69 if (return_type (ecif->cif->rtype) == FFI_TYPE_STRUCT)
105 case FFI_TYPE_STRUCT:
126 case FFI_TYPE_STRUCT:
165 greg = (return_type (cif->rtype) == FFI_TYPE_STRUCT ? 1 : 0);
221 case FFI_TYPE_STRUCT:
265 if (cif->rtype->type == FFI_TYPE_STRUCT
266 && return_type (cif->rtype) != FFI_TYPE_STRUCT)
269 (cif->rtype->type == FFI_TYPE_STRUCT))
    [all...]
  /external/python/cpython3/Modules/_ctypes/libffi/src/sh64/
ffi.c 40 if (arg->type != FFI_TYPE_STRUCT)
53 return FFI_TYPE_STRUCT;
69 if (return_type (ecif->cif->rtype) == FFI_TYPE_STRUCT)
105 case FFI_TYPE_STRUCT:
126 case FFI_TYPE_STRUCT:
165 greg = (return_type (cif->rtype) == FFI_TYPE_STRUCT ? 1 : 0);
221 case FFI_TYPE_STRUCT:
265 if (cif->rtype->type == FFI_TYPE_STRUCT
266 && return_type (cif->rtype) != FFI_TYPE_STRUCT)
269 (cif->rtype->type == FFI_TYPE_STRUCT))
    [all...]
  /external/libffi/src/sh/
ffi.c 48 if (arg->type != FFI_TYPE_STRUCT)
51 return FFI_TYPE_STRUCT;
61 if (arg->type != FFI_TYPE_STRUCT)
105 return FFI_TYPE_STRUCT;
127 if (return_type (ecif->cif->rtype) == FFI_TYPE_STRUCT)
170 case FFI_TYPE_STRUCT:
259 case FFI_TYPE_STRUCT:
334 greg = ((return_type (cif->rtype) == FFI_TYPE_STRUCT) &&
389 case FFI_TYPE_STRUCT:
423 if (cif->rtype->type == FFI_TYPE_STRUCT
    [all...]
  /external/python/cpython2/Modules/_ctypes/libffi/src/sh/
ffi.c 48 if (arg->type != FFI_TYPE_STRUCT)
51 return FFI_TYPE_STRUCT;
61 if (arg->type != FFI_TYPE_STRUCT)
105 return FFI_TYPE_STRUCT;
127 if (return_type (ecif->cif->rtype) == FFI_TYPE_STRUCT)
170 case FFI_TYPE_STRUCT:
259 case FFI_TYPE_STRUCT:
334 greg = ((return_type (cif->rtype) == FFI_TYPE_STRUCT) &&
389 case FFI_TYPE_STRUCT:
423 if (cif->rtype->type == FFI_TYPE_STRUCT
    [all...]
  /external/python/cpython3/Modules/_ctypes/libffi/src/sh/
ffi.c 48 if (arg->type != FFI_TYPE_STRUCT)
51 return FFI_TYPE_STRUCT;
61 if (arg->type != FFI_TYPE_STRUCT)
105 return FFI_TYPE_STRUCT;
127 if (return_type (ecif->cif->rtype) == FFI_TYPE_STRUCT)
170 case FFI_TYPE_STRUCT:
259 case FFI_TYPE_STRUCT:
334 greg = ((return_type (cif->rtype) == FFI_TYPE_STRUCT) &&
389 case FFI_TYPE_STRUCT:
423 if (cif->rtype->type == FFI_TYPE_STRUCT
    [all...]
  /external/libffi/src/arc/
ffi.c 57 if (ecif->cif->rtype->type == FFI_TYPE_STRUCT)
101 case FFI_TYPE_STRUCT:
115 if ((*p_arg)->type == FFI_TYPE_STRUCT)
143 case FFI_TYPE_STRUCT:
176 if ((rvalue == NULL) && (cif->rtype->type == FFI_TYPE_STRUCT))
209 if (cif->flags == FFI_TYPE_STRUCT)
  /external/libffi/src/m32r/
ffi.c 47 if (ecif->cif->rtype->type == FFI_TYPE_STRUCT && ecif->cif->rtype->size > 8)
92 case FFI_TYPE_STRUCT:
111 if ((*p_arg)->type == FFI_TYPE_STRUCT)
149 case FFI_TYPE_STRUCT:
188 (cif->rtype->type == FFI_TYPE_STRUCT))
200 if (cif->rtype->type == FFI_TYPE_STRUCT)
  /external/libffi/src/vax/
ffi.c 61 if (ecif->cif->rtype->type == FFI_TYPE_STRUCT
96 case FFI_TYPE_STRUCT:
131 case FFI_TYPE_STRUCT:
132 if (cif->rtype->elements[0]->type == FFI_TYPE_STRUCT &&
174 && cif->rtype->type == FFI_TYPE_STRUCT
259 if (cif->rtype->type == FFI_TYPE_STRUCT
  /external/python/cpython2/Modules/_ctypes/libffi/src/arc/
ffi.c 57 if (ecif->cif->rtype->type == FFI_TYPE_STRUCT)
101 case FFI_TYPE_STRUCT:
115 if ((*p_arg)->type == FFI_TYPE_STRUCT)
143 case FFI_TYPE_STRUCT:
176 if ((rvalue == NULL) && (cif->rtype->type == FFI_TYPE_STRUCT))
209 if (cif->flags == FFI_TYPE_STRUCT)
  /external/python/cpython2/Modules/_ctypes/libffi/src/m32r/
ffi.c 47 if (ecif->cif->rtype->type == FFI_TYPE_STRUCT && ecif->cif->rtype->size > 8)
92 case FFI_TYPE_STRUCT:
111 if ((*p_arg)->type == FFI_TYPE_STRUCT)
149 case FFI_TYPE_STRUCT:
188 (cif->rtype->type == FFI_TYPE_STRUCT))
200 if (cif->rtype->type == FFI_TYPE_STRUCT)
  /external/python/cpython2/Modules/_ctypes/libffi/src/vax/
ffi.c 61 if (ecif->cif->rtype->type == FFI_TYPE_STRUCT
96 case FFI_TYPE_STRUCT:
131 case FFI_TYPE_STRUCT:
132 if (cif->rtype->elements[0]->type == FFI_TYPE_STRUCT &&
174 && cif->rtype->type == FFI_TYPE_STRUCT
259 if (cif->rtype->type == FFI_TYPE_STRUCT
  /external/python/cpython3/Modules/_ctypes/libffi/src/arc/
ffi.c 57 if (ecif->cif->rtype->type == FFI_TYPE_STRUCT)
101 case FFI_TYPE_STRUCT:
115 if ((*p_arg)->type == FFI_TYPE_STRUCT)
143 case FFI_TYPE_STRUCT:
176 if ((rvalue == NULL) && (cif->rtype->type == FFI_TYPE_STRUCT))
209 if (cif->flags == FFI_TYPE_STRUCT)
  /external/python/cpython3/Modules/_ctypes/libffi/src/m32r/
ffi.c 47 if (ecif->cif->rtype->type == FFI_TYPE_STRUCT && ecif->cif->rtype->size > 8)
92 case FFI_TYPE_STRUCT:
111 if ((*p_arg)->type == FFI_TYPE_STRUCT)
149 case FFI_TYPE_STRUCT:
188 (cif->rtype->type == FFI_TYPE_STRUCT))
200 if (cif->rtype->type == FFI_TYPE_STRUCT)
  /external/python/cpython3/Modules/_ctypes/libffi/src/vax/
ffi.c 61 if (ecif->cif->rtype->type == FFI_TYPE_STRUCT
96 case FFI_TYPE_STRUCT:
131 case FFI_TYPE_STRUCT:
132 if (cif->rtype->elements[0]->type == FFI_TYPE_STRUCT &&
174 && cif->rtype->type == FFI_TYPE_STRUCT
259 if (cif->rtype->type == FFI_TYPE_STRUCT
  /external/libffi/src/or1k/
ffi.c 45 if (ecif->cif->rtype->type == FFI_TYPE_STRUCT)
65 case FFI_TYPE_STRUCT:
129 if ((*arg)->type == FFI_TYPE_STRUCT)
142 if (cif->rtype->type == FFI_TYPE_STRUCT)
189 if ((cif->rtype != NULL) && (cif->rtype->type == FFI_TYPE_STRUCT))
226 case FFI_TYPE_STRUCT:
251 if (cif->rtype && (cif->rtype->type == FFI_TYPE_STRUCT))
308 if (cif->rtype->type == FFI_TYPE_STRUCT)
309 cif->flags = FFI_TYPE_STRUCT;
  /external/python/cpython2/Modules/_ctypes/libffi_osx/x86/
x86-ffi_darwin.c 49 if (ecif->cif->flags == FFI_TYPE_STRUCT)
97 case FFI_TYPE_STRUCT:
124 case FFI_TYPE_STRUCT:
143 case FFI_TYPE_STRUCT:
162 cif->flags = FFI_TYPE_STRUCT;
199 (cif->flags == FFI_TYPE_STRUCT))
276 if ( cif->flags == FFI_TYPE_STRUCT ) {
362 FFI_ASSERT (cif->arg_types[i]->type != FFI_TYPE_STRUCT);
411 (cif->rtype->type == FFI_TYPE_STRUCT))
  /external/python/cpython3/Modules/_ctypes/libffi_osx/x86/
x86-ffi_darwin.c 49 if (ecif->cif->flags == FFI_TYPE_STRUCT)
97 case FFI_TYPE_STRUCT:
124 case FFI_TYPE_STRUCT:
143 case FFI_TYPE_STRUCT:
162 cif->flags = FFI_TYPE_STRUCT;
199 (cif->flags == FFI_TYPE_STRUCT))
276 if ( cif->flags == FFI_TYPE_STRUCT ) {
362 FFI_ASSERT (cif->arg_types[i]->type != FFI_TYPE_STRUCT);
411 (cif->rtype->type == FFI_TYPE_STRUCT))
  /external/libffi/src/sparc/
ffi.c 50 if ( ecif->cif->rtype->type == FFI_TYPE_STRUCT ) */
74 if ((*p_arg)->type == FFI_TYPE_STRUCT
150 if (ecif->cif->rtype->type == FFI_TYPE_STRUCT &&
166 case FFI_TYPE_STRUCT:
217 case FFI_TYPE_STRUCT:
263 if (cif->rtype->type != FFI_TYPE_STRUCT)
305 case FFI_TYPE_STRUCT:
309 cif->flags = FFI_TYPE_STRUCT;
348 case FFI_TYPE_STRUCT:
395 if (cif->rtype->type == FFI_TYPE_STRUCT)
    [all...]

Completed in 589 milliseconds

1 2 3 4 5 6 7 8 91011>>