HomeSort by relevance Sort by last modified time
    Searched defs:ffi_closure (Results 1 - 11 of 11) sorted by null

  /external/python/cpython2/Modules/_ctypes/libffi_arm_wince/
ffi.h 224 } ffi_closure; typedef in typeref:struct:__anon32690
227 ffi_prep_closure (ffi_closure*,
  /external/python/cpython2/Modules/_ctypes/libffi_msvc/
ffi.h 222 } ffi_closure; typedef in typeref:struct:__anon32696
228 ffi_prep_closure_loc (ffi_closure*,
  /external/python/cpython2/Modules/_ctypes/libffi_osx/include/
ffi.h 253 typedef struct ffi_closure { struct
258 } ffi_closure; typedef in typeref:struct:ffi_closure
262 ffi_closure* closure,
  /external/python/cpython3/Modules/_ctypes/libffi_msvc/
ffi.h 222 } ffi_closure; typedef in typeref:struct:__anon33284
228 ffi_prep_closure_loc (ffi_closure*,
  /external/python/cpython3/Modules/_ctypes/libffi_osx/include/
ffi.h 253 typedef struct ffi_closure { struct
258 } ffi_closure; typedef in typeref:struct:ffi_closure
262 ffi_closure* closure,
  /external/python/cpython2/android_arm/libffi/
ffi.h 315 } ffi_closure __attribute__((aligned (8))); typedef in typeref:struct:__anon32969
317 } ffi_closure;
327 ffi_prep_closure (ffi_closure*,
333 ffi_prep_closure_loc (ffi_closure*,
  /external/python/cpython2/android_arm64/libffi/
ffi.h 315 } ffi_closure __attribute__((aligned (8))); typedef in typeref:struct:__anon32983
317 } ffi_closure;
327 ffi_prep_closure (ffi_closure*,
333 ffi_prep_closure_loc (ffi_closure*,
  /external/python/cpython2/android_x86/libffi/
ffi.h 315 } ffi_closure __attribute__((aligned (8))); typedef in typeref:struct:__anon32997
317 } ffi_closure;
327 ffi_prep_closure (ffi_closure*,
333 ffi_prep_closure_loc (ffi_closure*,
  /external/python/cpython2/android_x86_64/libffi/
ffi.h 316 } ffi_closure __attribute__((aligned (8))); typedef in typeref:struct:__anon33011
318 } ffi_closure;
328 ffi_prep_closure (ffi_closure*,
334 ffi_prep_closure_loc (ffi_closure*,
  /external/python/cpython2/darwin_x86_64/libffi/
ffi.h 315 } ffi_closure __attribute__((aligned (8))); typedef in typeref:struct:__anon33025
317 } ffi_closure;
327 ffi_prep_closure (ffi_closure*,
333 ffi_prep_closure_loc (ffi_closure*,
  /external/python/cpython2/linux_x86_64/libffi/
ffi.h 316 } ffi_closure __attribute__((aligned (8))); typedef in typeref:struct:__anon33039
318 } ffi_closure;
328 ffi_prep_closure (ffi_closure*,
334 ffi_prep_closure_loc (ffi_closure*,

Completed in 92 milliseconds