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:__anon36615
227 ffi_prep_closure (ffi_closure*,
  /external/python/cpython2/Modules/_ctypes/libffi_msvc/
ffi.h 222 } ffi_closure; typedef in typeref:struct:__anon36621
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 225 } ffi_closure; typedef in typeref:struct:__anon37201
231 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:__anon36896
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:__anon36910
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:__anon36924
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:__anon36938
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:__anon36952
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:__anon36966
318 } ffi_closure;
328 ffi_prep_closure (ffi_closure*,
334 ffi_prep_closure_loc (ffi_closure*,

Completed in 1256 milliseconds