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

1 2 3

  /external/libffi/testsuite/libffi.call/
closure_fn6.c 58 cl_arg_types[0] = &ffi_type_uint64;
59 cl_arg_types[1] = &ffi_type_uint64;
60 cl_arg_types[2] = &ffi_type_uint64;
61 cl_arg_types[3] = &ffi_type_uint64;
cls_ulonglong.c 29 cl_arg_types[0] = &ffi_type_uint64;
34 &ffi_type_uint64, cl_arg_types) == FFI_OK);
closure_fn0.c 57 cl_arg_types[0] = &ffi_type_uint64;
59 cl_arg_types[2] = &ffi_type_uint64;
62 cl_arg_types[5] = &ffi_type_uint64;
closure_loc_fn0.c 57 cl_arg_types[0] = &ffi_type_uint64;
59 cl_arg_types[2] = &ffi_type_uint64;
62 cl_arg_types[5] = &ffi_type_uint64;
closure_fn5.c 68 cl_arg_types[i] = &ffi_type_uint64;
72 cl_arg_types[i] = &ffi_type_uint64;
closure_fn4.c 69 cl_arg_types[i] = &ffi_type_uint64;
nested_struct10.c 91 cls_struct_fields[0] = &ffi_type_uint64;
100 cls_struct_fields2[0] = &ffi_type_uint64;
nested_struct8.c 90 cls_struct_fields[0] = &ffi_type_uint64;
98 cls_struct_fields2[0] = &ffi_type_uint64;
  /external/python/cpython2/Modules/_ctypes/libffi/testsuite/libffi.call/
closure_fn6.c 58 cl_arg_types[0] = &ffi_type_uint64;
59 cl_arg_types[1] = &ffi_type_uint64;
60 cl_arg_types[2] = &ffi_type_uint64;
61 cl_arg_types[3] = &ffi_type_uint64;
cls_ulonglong.c 29 cl_arg_types[0] = &ffi_type_uint64;
34 &ffi_type_uint64, cl_arg_types) == FFI_OK);
closure_fn0.c 57 cl_arg_types[0] = &ffi_type_uint64;
59 cl_arg_types[2] = &ffi_type_uint64;
62 cl_arg_types[5] = &ffi_type_uint64;
closure_loc_fn0.c 57 cl_arg_types[0] = &ffi_type_uint64;
59 cl_arg_types[2] = &ffi_type_uint64;
62 cl_arg_types[5] = &ffi_type_uint64;
closure_fn5.c 68 cl_arg_types[i] = &ffi_type_uint64;
72 cl_arg_types[i] = &ffi_type_uint64;
closure_fn4.c 69 cl_arg_types[i] = &ffi_type_uint64;
  /external/python/cpython3/Modules/_ctypes/libffi/testsuite/libffi.call/
closure_fn6.c 58 cl_arg_types[0] = &ffi_type_uint64;
59 cl_arg_types[1] = &ffi_type_uint64;
60 cl_arg_types[2] = &ffi_type_uint64;
61 cl_arg_types[3] = &ffi_type_uint64;
cls_ulonglong.c 29 cl_arg_types[0] = &ffi_type_uint64;
34 &ffi_type_uint64, cl_arg_types) == FFI_OK);
closure_fn0.c 57 cl_arg_types[0] = &ffi_type_uint64;
59 cl_arg_types[2] = &ffi_type_uint64;
62 cl_arg_types[5] = &ffi_type_uint64;
closure_loc_fn0.c 57 cl_arg_types[0] = &ffi_type_uint64;
59 cl_arg_types[2] = &ffi_type_uint64;
62 cl_arg_types[5] = &ffi_type_uint64;
closure_fn5.c 68 cl_arg_types[i] = &ffi_type_uint64;
72 cl_arg_types[i] = &ffi_type_uint64;
closure_fn4.c 69 cl_arg_types[i] = &ffi_type_uint64;
  /external/python/cpython2/Modules/_ctypes/libffi_arm_wince/
ffi.h 112 # define ffi_type_uint ffi_type_uint64
118 #define ffi_type_ulong ffi_type_uint64
147 extern ffi_type ffi_type_uint64;
304 #define FFI_TYPE_UINT64 11
  /external/python/cpython2/Modules/_ctypes/libffi_msvc/
ffi.h 112 # define ffi_type_uint ffi_type_uint64
118 #define ffi_type_ulong ffi_type_uint64
147 extern ffi_type ffi_type_uint64;
306 #define FFI_TYPE_UINT64 11
  /external/python/cpython2/Modules/_ctypes/libffi_osx/include/
ffi.h 120 # define ffi_type_uint ffi_type_uint64
126 #define ffi_type_ulong ffi_type_uint64
155 extern ffi_type ffi_type_uint64;
343 #define FFI_TYPE_UINT64 11
  /external/python/cpython3/Modules/_ctypes/libffi_msvc/
ffi.h 112 # define ffi_type_uint ffi_type_uint64
118 #define ffi_type_ulong ffi_type_uint64
147 extern ffi_type ffi_type_uint64;
306 #define FFI_TYPE_UINT64 11
  /external/python/cpython3/Modules/_ctypes/libffi_osx/include/
ffi.h 120 # define ffi_type_uint ffi_type_uint64
126 #define ffi_type_ulong ffi_type_uint64
155 extern ffi_type ffi_type_uint64;
343 #define FFI_TYPE_UINT64 11

Completed in 830 milliseconds

1 2 3