HomeSort by relevance Sort by last modified time
    Searched refs:FFI_TYPE_SINT32 (Results 1 - 22 of 22) sorted by null

  /external/libffi/src/
types.c 57 FFI_TYPEDEF(sint32, SINT32, FFI_TYPE_SINT32);
raw_api.c 80 case FFI_TYPE_SINT32:
159 case FFI_TYPE_SINT32:
java_raw_api.c 196 case FFI_TYPE_SINT32:
249 case FFI_TYPE_SINT32:
277 case FFI_TYPE_SINT32:
  /external/libffi/src/alpha/
ffi.c 123 case FFI_TYPE_SINT32:
240 case FFI_TYPE_SINT32:
osf.S 277 .gprel32 $load_32 # FFI_TYPE_SINT32
292 || FFI_TYPE_SINT32 != 10 \
  /external/libffi/src/s390/
ffi.c 287 case FFI_TYPE_SINT32:
390 case FFI_TYPE_SINT32:
646 case FFI_TYPE_SINT32:
724 case FFI_TYPE_SINT32:
  /external/libffi/src/pa/
ffi.c 178 case FFI_TYPE_SINT32:
451 case FFI_TYPE_SINT32:
544 case FFI_TYPE_SINT32:
  /external/libffi/src/mips/
ffi.c 127 (ecif->cif->abi == FFI_N64) ? FFI_TYPE_SINT64 : FFI_TYPE_SINT32;
147 case FFI_TYPE_SINT32:
863 type = (cif->abi == FFI_N64) ? FFI_TYPE_SINT64 : FFI_TYPE_SINT32;
887 case FFI_TYPE_SINT32:
  /external/libffi/src/ia64/
ffi.c 309 case FFI_TYPE_SINT32:
475 case FFI_TYPE_SINT32:
  /external/libffi/src/powerpc/
ffi_darwin.c 211 case FFI_TYPE_SINT32:
693 case FFI_TYPE_SINT32:
ffi.c 344 case FFI_TYPE_SINT32:
564 case FFI_TYPE_SINT32:
1080 case FFI_TYPE_SINT32:
    [all...]
linux64_closure.S 168 # case FFI_TYPE_SINT32
ppc_closure.S 172 # case FFI_TYPE_SINT32
  /external/libffi/src/sh/
ffi.c 73 case FFI_TYPE_SINT32:
93 case FFI_TYPE_SINT32:
  /external/libffi/darwin-x86/
ffi.h 112 # define ffi_type_sshort ffi_type_sint32
122 # define ffi_type_sint ffi_type_sint32
140 # define ffi_type_slong ffi_type_sint32
155 extern ffi_type ffi_type_sint32;
380 #define FFI_TYPE_SINT32 10
  /external/libffi/include/
ffi_real.h 113 # define ffi_type_sshort ffi_type_sint32
123 # define ffi_type_sint ffi_type_sint32
141 # define ffi_type_slong ffi_type_sint32
156 extern ffi_type ffi_type_sint32;
381 #define FFI_TYPE_SINT32 10
ffi.h.in 112 # define ffi_type_sshort ffi_type_sint32
122 # define ffi_type_sint ffi_type_sint32
140 # define ffi_type_slong ffi_type_sint32
155 extern ffi_type ffi_type_sint32;
380 #define FFI_TYPE_SINT32 10
  /external/libffi/src/frv/
ffi.c 203 case FFI_TYPE_SINT32:
  /external/libffi/src/sh64/
ffi.c 121 case FFI_TYPE_SINT32:
  /external/libffi/src/x86/
ffi.c 90 case FFI_TYPE_SINT32:
ffi64.c 144 case FFI_TYPE_SINT32:
  /external/libffi/src/sparc/
ffi.c 204 case FFI_TYPE_SINT32:

Completed in 3720 milliseconds