HomeSort by relevance Sort by last modified time
    Searched full:ffi_type_ulong (Results 1 - 13 of 13) sorted by null

  /external/python/cpython2/Modules/_ctypes/libffi/testsuite/libffi.call/
return_ul.c 22 args[0] = &ffi_type_ulong;
23 args[1] = &ffi_type_ulong;
28 &ffi_type_ulong, args) == FFI_OK);
cls_ulong_va.c 31 cl_arg_types[0] = &ffi_type_ulong;
32 cl_arg_types[1] = &ffi_type_ulong;
37 &ffi_type_ulong, cl_arg_types) == FFI_OK);
nested_struct2.c 75 cls_struct_fields[0] = &ffi_type_ulong;
nested_struct9.c 98 cls_struct_fields2[0] = &ffi_type_ulong;
va_1.c 141 arg_types[10] = &ffi_type_ulong;
  /external/python/cpython2/Modules/_ctypes/libffi/include/
ffi.h.in 160 # define ffi_type_ulong ffi_type_uint32
163 # define ffi_type_ulong ffi_type_uint64
  /external/python/cpython2/Modules/_ctypes/libffi_arm_wince/
ffi.h 118 #define ffi_type_ulong ffi_type_uint64 macro
  /external/python/cpython2/Modules/_ctypes/libffi_msvc/
ffi.h 118 #define ffi_type_ulong ffi_type_uint64 macro
  /external/python/cpython2/Modules/_ctypes/libffi_osx/include/
ffi.h 126 #define ffi_type_ulong ffi_type_uint64 macro
  /external/python/cpython2/Modules/_ctypes/libffi/doc/
libffi.info 289 'ffi_type_ulong'
592 * ffi_type_ulong: Primitive Types. (line 65)
libffi.texi 331 @item ffi_type_ulong
332 @tindex ffi_type_ulong
  /external/python/cpython2/Modules/_ctypes/
cfield.c     [all...]
  /external/python/cpython2/Modules/_ctypes/libffi/
ChangeLog.libffi-3.1     [all...]

Completed in 1010 milliseconds