Home
last modified time | relevance | path

Searched refs:initialize_aggregate (Results 1 – 12 of 12) sorted by relevance

/external/python/cffi/c/libffi_msvc/
Dprep_cif.c36 static ffi_status initialize_aggregate(/*@out@*/ ffi_type *arg) in initialize_aggregate() function
52 if (((*ptr)->size == 0) && (initialize_aggregate((*ptr)) != FFI_OK)) in initialize_aggregate()
108 if ((cif->rtype->size == 0) && (initialize_aggregate(cif->rtype) != FFI_OK)) in ffi_prep_cif()
133 if (((*ptr)->size == 0) && (initialize_aggregate((*ptr)) != FFI_OK)) in ffi_prep_cif()
/external/python/cpython2/Modules/_ctypes/libffi_arm_wince/
Dprep_cif.c36 static ffi_status initialize_aggregate(/*@out@*/ ffi_type *arg) in initialize_aggregate() function
52 if (((*ptr)->size == 0) && (initialize_aggregate((*ptr)) != FFI_OK)) in initialize_aggregate()
108 if ((cif->rtype->size == 0) && (initialize_aggregate(cif->rtype) != FFI_OK)) in ffi_prep_cif()
133 if (((*ptr)->size == 0) && (initialize_aggregate((*ptr)) != FFI_OK)) in ffi_prep_cif()
/external/python/cpython2/Modules/_ctypes/libffi_msvc/
Dprep_cif.c36 static ffi_status initialize_aggregate(/*@out@*/ ffi_type *arg) in initialize_aggregate() function
52 if (((*ptr)->size == 0) && (initialize_aggregate((*ptr)) != FFI_OK)) in initialize_aggregate()
108 if ((cif->rtype->size == 0) && (initialize_aggregate(cif->rtype) != FFI_OK)) in ffi_prep_cif()
133 if (((*ptr)->size == 0) && (initialize_aggregate((*ptr)) != FFI_OK)) in ffi_prep_cif()
/external/libffi/src/
Dprep_cif.c37 static ffi_status initialize_aggregate(ffi_type *arg, size_t *offsets) in initialize_aggregate() function
55 && (initialize_aggregate((*ptr), NULL) != FFI_OK))) in initialize_aggregate()
141 && (initialize_aggregate(cif->rtype, NULL) != FFI_OK)) in ffi_prep_cif_core()
173 && (initialize_aggregate((*ptr), NULL) != FFI_OK)) in ffi_prep_cif_core()
262 return initialize_aggregate(struct_type, offsets); in ffi_get_struct_offsets()
/external/python/cpython3/Modules/_ctypes/libffi_osx/
Dffi.c37 initialize_aggregate( in initialize_aggregate() function
51 if (((*ptr)->size == 0) && (initialize_aggregate(*ptr) != FFI_OK)) in initialize_aggregate()
157 if ((cif->rtype->size == 0) && (initialize_aggregate(cif->rtype) != FFI_OK)) in ffi_prep_cif()
181 if (((*ptr)->size == 0) && (initialize_aggregate((*ptr)) != FFI_OK)) in ffi_prep_cif()
/external/python/cpython2/Modules/_ctypes/libffi_osx/
Dffi.c37 initialize_aggregate( in initialize_aggregate() function
50 if (((*ptr)->size == 0) && (initialize_aggregate(*ptr) != FFI_OK)) in initialize_aggregate()
156 if ((cif->rtype->size == 0) && (initialize_aggregate(cif->rtype) != FFI_OK)) in ffi_prep_cif()
180 if (((*ptr)->size == 0) && (initialize_aggregate((*ptr)) != FFI_OK)) in ffi_prep_cif()
/external/python/cpython2/Modules/_ctypes/libffi/src/
Dprep_cif.c37 static ffi_status initialize_aggregate(ffi_type *arg) in initialize_aggregate() function
55 && (initialize_aggregate((*ptr)) != FFI_OK))) in initialize_aggregate()
136 if ((cif->rtype->size == 0) && (initialize_aggregate(cif->rtype) != FFI_OK)) in ffi_prep_cif_core()
166 if (((*ptr)->size == 0) && (initialize_aggregate((*ptr)) != FFI_OK)) in ffi_prep_cif_core()
/external/python/cpython2/Modules/_ctypes/libffi/
DChangeLog.v1379 * prep_cif.c (initialize_aggregate): Fix assertion for
507 (initialize_aggregate): Bug fix
542 * prep_cif.c (initialize_aggregate): Moved abi specification
548 (initialize_aggregate): Fixed aggregate type initialization.
DChangeLog.libffi-3.1420 * src/prep_cif.c (initialize_aggregate): Handle extra structure
1446 * src/prep_cif.c (initialize_aggregate): Convert assertion into
1496 (initialize_aggregate): Check for bad types.
4836 * src/prep-cif.c (initialize_aggregate, ffi_prep_cif): Call
4958 * src/prep_cif.c (initialize_aggregate): Include tail padding in
/external/libffi/
DChangeLog.v1379 * prep_cif.c (initialize_aggregate): Fix assertion for
507 (initialize_aggregate): Bug fix
542 * prep_cif.c (initialize_aggregate): Moved abi specification
548 (initialize_aggregate): Fixed aggregate type initialization.
DChangeLog.old428 * src/prep_cif.c (initialize_aggregate): Handle extra structure
1454 * src/prep_cif.c (initialize_aggregate): Convert assertion into
1504 (initialize_aggregate): Check for bad types.
4844 * src/prep-cif.c (initialize_aggregate, ffi_prep_cif): Call
4966 * src/prep_cif.c (initialize_aggregate): Include tail padding in
7022 * prep_cif.c (initialize_aggregate): Fix assertion for
7150 (initialize_aggregate): Bug fix
7185 * prep_cif.c (initialize_aggregate): Moved abi specification
7191 (initialize_aggregate): Fixed aggregate type initialization.
DChangeLog.libffi-3.1420 * src/prep_cif.c (initialize_aggregate): Handle extra structure
1446 * src/prep_cif.c (initialize_aggregate): Convert assertion into
1496 (initialize_aggregate): Check for bad types.
4836 * src/prep-cif.c (initialize_aggregate, ffi_prep_cif): Call
4958 * src/prep_cif.c (initialize_aggregate): Include tail padding in