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

  /external/python/cpython2/Modules/_ctypes/libffi/testsuite/libffi.call/
cls_ushort.c 28 cl_arg_types[0] = &ffi_type_ushort;
33 &ffi_type_ushort, cl_arg_types) == FFI_OK);
cls_ushort_va.c 30 cl_arg_types[0] = &ffi_type_ushort;
31 cl_arg_types[1] = &ffi_type_ushort;
36 &ffi_type_ushort, cl_arg_types) == FFI_OK);
cls_multi_ushort.c 53 cl_arg_types[0] = &ffi_type_ushort;
54 cl_arg_types[1] = &ffi_type_ushort;
59 &ffi_type_ushort, cl_arg_types) == FFI_OK);
cls_multi_ushortchar.c 64 cl_arg_types[1] = &ffi_type_ushort;
66 cl_arg_types[3] = &ffi_type_ushort;
71 &ffi_type_ushort, cl_arg_types) == FFI_OK);
cls_7byte.c 67 cls_struct_fields[0] = &ffi_type_ushort;
68 cls_struct_fields[1] = &ffi_type_ushort;
70 cls_struct_fields[3] = &ffi_type_ushort;
cls_4byte.c 62 cls_struct_fields[0] = &ffi_type_ushort;
63 cls_struct_fields[1] = &ffi_type_ushort;
cls_5byte.c 65 cls_struct_fields[0] = &ffi_type_ushort;
66 cls_struct_fields[1] = &ffi_type_ushort;
promotion.c 32 args[3] = &ffi_type_ushort;
cls_6byte.c 68 cls_struct_fields[0] = &ffi_type_ushort;
69 cls_struct_fields[1] = &ffi_type_ushort;
cls_3byte1.c 62 cls_struct_fields[0] = &ffi_type_ushort;
cls_3byte2.c 63 cls_struct_fields[1] = &ffi_type_ushort;
cls_align_uint16.c 63 cls_struct_fields[1] = &ffi_type_ushort;
va_1.c 137 arg_types[6] = &ffi_type_ushort;
  /external/python/cpython2/Modules/_ctypes/libffi_arm_wince/
ffi.h 96 # define ffi_type_ushort ffi_type_uint16 macro
99 # define ffi_type_ushort ffi_type_uint32 macro
  /external/python/cpython2/Modules/_ctypes/libffi_msvc/
ffi.h 96 # define ffi_type_ushort ffi_type_uint16 macro
99 # define ffi_type_ushort ffi_type_uint32 macro
  /external/python/cpython2/Modules/_ctypes/libffi_osx/include/
ffi.h 104 # define ffi_type_ushort ffi_type_uint16 macro
107 # define ffi_type_ushort ffi_type_uint32 macro
  /external/python/cpython2/Modules/_ctypes/libffi/include/
ffi.h.in 129 # define ffi_type_ushort ffi_type_uint16
132 # define ffi_type_ushort ffi_type_uint32
  /external/python/cpython2/Modules/_ctypes/libffi/doc/
libffi.info 277 'ffi_type_ushort'
593 * ffi_type_ushort: Primitive Types. (line 53)
libffi.texi 315 @item ffi_type_ushort
316 @tindex ffi_type_ushort
  /external/python/cpython2/Modules/_ctypes/
cfield.c     [all...]

Completed in 407 milliseconds