Home
last modified time | relevance | path

Searched refs:ffi_raw_closure (Results 1 – 11 of 11) sorted by relevance

/third_party/libffi/src/
Draw_api.c218 ffi_raw_closure *cl = (ffi_raw_closure*)user_data; in ffi_translate_args()
225 ffi_prep_raw_closure_loc (ffi_raw_closure* cl, in ffi_prep_raw_closure_loc()
257 ffi_prep_raw_closure (ffi_raw_closure* cl, in ffi_prep_raw_closure()
Djava_raw_api.c329 ffi_raw_closure *cl = (ffi_raw_closure*)user_data; in ffi_java_translate_args()
/third_party/python/Modules/_ctypes/libffi_osx/include/
Dffi.h270 typedef struct ffi_raw_closure { struct
284 } ffi_raw_closure; argument
288 ffi_raw_closure* closure,
295 ffi_raw_closure* closure,
/third_party/libffi/include/
Dffi-arm.h363 } ffi_raw_closure; typedef
392 ffi_prep_raw_closure (ffi_raw_closure*,
398 ffi_prep_raw_closure_loc (ffi_raw_closure*,
Dffi-x86_64.h363 } ffi_raw_closure; typedef
392 ffi_prep_raw_closure (ffi_raw_closure*,
398 ffi_prep_raw_closure_loc (ffi_raw_closure*,
Dffi-aarch64.h363 } ffi_raw_closure; typedef
392 ffi_prep_raw_closure (ffi_raw_closure*,
398 ffi_prep_raw_closure_loc (ffi_raw_closure*,
Dffi.h.in378 } ffi_raw_closure; typedef
407 ffi_prep_raw_closure (ffi_raw_closure*,
413 ffi_prep_raw_closure_loc (ffi_raw_closure*,
/third_party/libffi/msvc_build/aarch64/aarch64_include/
Dffi.h376 } ffi_raw_closure; typedef
405 ffi_prep_raw_closure (ffi_raw_closure*,
411 ffi_prep_raw_closure_loc (ffi_raw_closure*,
/third_party/python/Modules/_ctypes/libffi_osx/x86/
Dx86-ffi_darwin.c234 void FFI_HIDDEN ffi_closure_raw_SYSV (ffi_raw_closure *)
345 ffi_prep_raw_closure_loc (ffi_raw_closure* closure, in ffi_prep_raw_closure_loc()
/third_party/libffi/src/x86/
Dffi.c619 ffi_prep_raw_closure_loc (ffi_raw_closure *closure, in ffi_prep_raw_closure_loc()
/third_party/libffi/
DChangeLog.old5966 (ffi_closure, ffi_raw_closure): New types.