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

  /external/qemu/
thunk.h 28 typedef enum argtype { enum
41 } argtype; typedef in typeref:enum:argtype
52 const argtype *field_types;
70 void thunk_register_struct(int id, const char *name, const argtype *types);
73 const argtype *thunk_convert(void *dst, const void *src,
74 const argtype *type_ptr, int to_host);
79 int thunk_type_size_array(const argtype *type_ptr, int is_host);
80 int thunk_type_align_array(const argtype *type_ptr, int is_host);
82 static inline int thunk_type_size(const argtype *type_ptr, int is_host)
119 static inline int thunk_type_align(const argtype *type_ptr, int is_host
    [all...]
thunk.c 34 static const argtype *thunk_type_next_ptr(const argtype *type_ptr);
36 static inline const argtype *thunk_type_next(const argtype *type_ptr)
62 static const argtype *thunk_type_next_ptr(const argtype *type_ptr)
67 void thunk_register_struct(int id, const char *name, const argtype *types)
69 const argtype *type_ptr;
127 const argtype *thunk_convert(void *dst, const void *src,
128 const argtype *type_ptr, int to_host
    [all...]
  /external/webkit/WebCore/bridge/qt/
qt_instance.cpp 360 QMetaType::Type argtype = QMetaType::Void; local
362 argtype = (QMetaType::Type) QMetaType::type(m_property.typeName());
365 QVariant val = convertValueToQVariant(exec, aValue, argtype, 0);
  /external/v8/src/
builtins.cc 706 Object* argtype = args->get(i); local
707 if (argtype->IsUndefined()) continue;
711 if (current->IsInstanceOf(FunctionTemplateInfo::cast(argtype))) {
    [all...]

Completed in 87 milliseconds