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

  /external/python/cpython2/Modules/_ctypes/libffi/src/
types.c 41 const ffi_type ffi_type_##name = { \
52 ffi_type ffi_type_##name = { \
  /external/python/cpython2/Modules/_ctypes/libffi_msvc/
types.c 31 #define FFI_INTEGRAL_TYPEDEF(n, s, a, t) ffi_type ffi_type_##n = { s, a, t, NULL }
32 #define FFI_AGGREGATE_TYPEDEF(n, e) ffi_type ffi_type_##n = { 0, 0, FFI_TYPE_STRUCT, e }
  /external/python/cpython3/Modules/_ctypes/libffi/src/
types.c 41 const ffi_type ffi_type_##name = { \
52 ffi_type ffi_type_##name = { \
  /external/python/cpython3/Modules/_ctypes/libffi_msvc/
types.c 31 #define FFI_INTEGRAL_TYPEDEF(n, s, a, t) ffi_type ffi_type_##n = { s, a, t, NULL }
32 #define FFI_AGGREGATE_TYPEDEF(n, e) ffi_type ffi_type_##n = { 0, 0, FFI_TYPE_STRUCT, e }
  /external/libffi/src/
types.c 41 maybe_const ffi_type ffi_type_##name = { \
49 (ffi_type *)(&ffi_type_##name), NULL \
  /external/python/cpython2/Modules/_ctypes/libffi_osx/
types.c 31 ffi_type ffi_type_##n = { s, a, t, NULL }
33 ffi_type ffi_type_##n = { 0, 0, FFI_TYPE_STRUCT, e }
  /external/python/cpython3/Modules/_ctypes/libffi_osx/
types.c 31 ffi_type ffi_type_##n = { s, a, t, NULL }
33 ffi_type ffi_type_##n = { 0, 0, FFI_TYPE_STRUCT, e }
  /external/v8/src/asmjs/
asm-typer.h 404 AsmType* ffi_type_; member in class:v8::internal::wasm::final
asm-typer.cc 205 ffi_type_(AsmType::FFIType(zone_)),
849 target_info = new (zone_) VariableInfo(ffi_type_);
    [all...]

Completed in 150 milliseconds