HomeSort by relevance Sort by last modified time
    Searched refs:ffi_type_ulong (Results 1 - 25 of 31) sorted by null

1 2

  /external/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/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/cpython3/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;
  /external/python/cpython2/android_arm/libffi/
ffi.h 160 # define ffi_type_ulong ffi_type_uint32 macro
163 # define ffi_type_ulong ffi_type_uint64 macro
  /external/python/cpython2/android_arm64/libffi/
ffi.h 160 # define ffi_type_ulong ffi_type_uint32 macro
163 # define ffi_type_ulong ffi_type_uint64 macro
  /external/python/cpython2/android_x86/libffi/
ffi.h 160 # define ffi_type_ulong ffi_type_uint32 macro
163 # define ffi_type_ulong ffi_type_uint64 macro
  /external/python/cpython2/android_x86_64/libffi/
ffi.h 161 # define ffi_type_ulong ffi_type_uint32 macro
164 # define ffi_type_ulong ffi_type_uint64 macro
  /external/python/cpython2/darwin_x86_64/libffi/
ffi.h 160 # define ffi_type_ulong ffi_type_uint32 macro
163 # define ffi_type_ulong ffi_type_uint64 macro
  /external/python/cpython2/linux_x86_64/libffi/
ffi.h 161 # define ffi_type_ulong ffi_type_uint32 macro
164 # define ffi_type_ulong ffi_type_uint64 macro
  /external/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/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/cpython3/Modules/_ctypes/libffi/include/
ffi.h.in 160 # define ffi_type_ulong ffi_type_uint32
163 # define ffi_type_ulong ffi_type_uint64

Completed in 379 milliseconds

1 2