/external/libffi/src/ |
raw_api.c | 218 ffi_raw_closure *cl = (ffi_raw_closure*)user_data; 225 ffi_prep_raw_closure_loc (ffi_raw_closure* cl, 257 ffi_prep_raw_closure (ffi_raw_closure* cl,
|
java_raw_api.c | 329 ffi_raw_closure *cl = (ffi_raw_closure*)user_data;
|
/external/python/cpython2/Modules/_ctypes/libffi/src/ |
raw_api.c | 205 ffi_raw_closure *cl = (ffi_raw_closure*)user_data; 212 ffi_prep_raw_closure_loc (ffi_raw_closure* cl, 244 ffi_prep_raw_closure (ffi_raw_closure* cl,
|
java_raw_api.c | 311 ffi_raw_closure *cl = (ffi_raw_closure*)user_data;
|
/external/python/cpython2/Modules/_ctypes/libffi_osx/include/ |
ffi.h | 270 typedef struct ffi_raw_closure { struct 284 } ffi_raw_closure; typedef in typeref:struct:ffi_raw_closure 288 ffi_raw_closure* closure, 295 ffi_raw_closure* closure,
|
/external/python/cpython3/Modules/_ctypes/libffi_osx/include/ |
ffi.h | 270 typedef struct ffi_raw_closure { struct 284 } ffi_raw_closure; typedef in typeref:struct:ffi_raw_closure 288 ffi_raw_closure* closure, 295 ffi_raw_closure* closure,
|
/external/python/cpython2/Modules/_ctypes/libffi_arm_wince/ |
ffi.h | 251 } ffi_raw_closure; typedef in typeref:struct:__anon36616 254 ffi_prep_raw_closure (ffi_raw_closure*, 260 ffi_prep_java_raw_closure (ffi_raw_closure*,
|
/external/python/cpython2/Modules/_ctypes/libffi_msvc/ |
ffi.h | 253 } ffi_raw_closure; typedef in typeref:struct:__anon36622 256 ffi_prep_raw_closure (ffi_raw_closure*, 262 ffi_prep_java_raw_closure (ffi_raw_closure*,
|
/external/python/cpython3/Modules/_ctypes/libffi_msvc/ |
ffi.h | 256 } ffi_raw_closure; typedef in typeref:struct:__anon37202 259 ffi_prep_raw_closure (ffi_raw_closure*, 265 ffi_prep_java_raw_closure (ffi_raw_closure*,
|
/external/python/cpython2/android_arm/libffi/ |
ffi.h | 365 } ffi_raw_closure; typedef in typeref:struct:__anon36897 394 ffi_prep_raw_closure (ffi_raw_closure*, 400 ffi_prep_raw_closure_loc (ffi_raw_closure*,
|
/external/python/cpython2/android_arm64/libffi/ |
ffi.h | 365 } ffi_raw_closure; typedef in typeref:struct:__anon36911 394 ffi_prep_raw_closure (ffi_raw_closure*, 400 ffi_prep_raw_closure_loc (ffi_raw_closure*,
|
/external/python/cpython2/android_x86/libffi/ |
ffi.h | 365 } ffi_raw_closure; typedef in typeref:struct:__anon36925 394 ffi_prep_raw_closure (ffi_raw_closure*, 400 ffi_prep_raw_closure_loc (ffi_raw_closure*,
|
/external/python/cpython2/android_x86_64/libffi/ |
ffi.h | 366 } ffi_raw_closure; typedef in typeref:struct:__anon36939 395 ffi_prep_raw_closure (ffi_raw_closure*, 401 ffi_prep_raw_closure_loc (ffi_raw_closure*,
|
/external/python/cpython2/darwin_x86_64/libffi/ |
ffi.h | 365 } ffi_raw_closure; typedef in typeref:struct:__anon36953 394 ffi_prep_raw_closure (ffi_raw_closure*, 400 ffi_prep_raw_closure_loc (ffi_raw_closure*,
|
/external/python/cpython2/linux_x86_64/libffi/ |
ffi.h | 366 } ffi_raw_closure; typedef in typeref:struct:__anon36967 395 ffi_prep_raw_closure (ffi_raw_closure*, 401 ffi_prep_raw_closure_loc (ffi_raw_closure*,
|
/external/libffi/include/ |
ffi.h.in | 375 } ffi_raw_closure; 404 ffi_prep_raw_closure (ffi_raw_closure*, 410 ffi_prep_raw_closure_loc (ffi_raw_closure*,
|
/external/python/cpython2/Modules/_ctypes/libffi/include/ |
ffi.h.in | 365 } ffi_raw_closure; 394 ffi_prep_raw_closure (ffi_raw_closure*, 400 ffi_prep_raw_closure_loc (ffi_raw_closure*,
|
/external/python/cpython2/Modules/_ctypes/libffi_osx/x86/ |
x86-ffi_darwin.c | 234 void FFI_HIDDEN ffi_closure_raw_SYSV (ffi_raw_closure *) 345 ffi_prep_raw_closure_loc (ffi_raw_closure* closure,
|
/external/python/cpython3/Modules/_ctypes/libffi_osx/x86/ |
x86-ffi_darwin.c | 234 void FFI_HIDDEN ffi_closure_raw_SYSV (ffi_raw_closure *) 345 ffi_prep_raw_closure_loc (ffi_raw_closure* closure,
|
/external/libffi/src/x86/ |
ffi.c | 424 void FFI_HIDDEN ffi_closure_raw_SYSV (ffi_raw_closure *) 427 void FFI_HIDDEN ffi_closure_raw_THISCALL (ffi_raw_closure *) 794 ffi_prep_raw_closure_loc (ffi_raw_closure* closure,
|
/external/python/cpython2/Modules/_ctypes/libffi/src/x86/ |
ffi.c | 439 void FFI_HIDDEN ffi_closure_raw_SYSV (ffi_raw_closure *) 442 void FFI_HIDDEN ffi_closure_raw_THISCALL (ffi_raw_closure *) 720 ffi_prep_raw_closure_loc (ffi_raw_closure* closure,
|