Home
last modified time | relevance | path

Searched refs:argtype (Results 1 – 5 of 5) sorted by relevance

/external/qemu/
Dthunk.h28 typedef enum argtype { enum
41 } argtype; typedef
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) in thunk_type_size()
119 static inline int thunk_type_align(const argtype *type_ptr, int is_host) in thunk_type_align()
Dthunk.c34 static const argtype *thunk_type_next_ptr(const argtype *type_ptr);
36 static inline const argtype *thunk_type_next(const argtype *type_ptr) in thunk_type_next()
62 static const argtype *thunk_type_next_ptr(const argtype *type_ptr) in thunk_type_next_ptr()
67 void thunk_register_struct(int id, const char *name, const argtype *types) in thunk_register_struct()
69 const argtype *type_ptr; in thunk_register_struct()
127 const argtype *thunk_convert(void *dst, const void *src, in thunk_convert()
128 const argtype *type_ptr, int to_host) in thunk_convert()
217 const argtype *field_types; in thunk_convert()
280 int thunk_type_size_array(const argtype *type_ptr, int is_host) in thunk_type_size_array()
285 int thunk_type_align_array(const argtype *type_ptr, int is_host) in thunk_type_align_array()
/external/webkit/WebCore/bridge/qt/
Dqt_instance.cpp380 QMetaType::Type argtype = QMetaType::Void; in setValueToInstance() local
382 argtype = (QMetaType::Type) QMetaType::type(m_property.typeName()); in setValueToInstance()
385 QVariant val = convertValueToQVariant(exec, aValue, argtype, 0); in setValueToInstance()
/external/webkit/V8Binding/v8/src/
Dbuiltins.cc303 Object* argtype = args->get(i); in TypeCheck() local
304 if (argtype->IsUndefined()) continue; in TypeCheck()
308 if (current->IsInstanceOf(FunctionTemplateInfo::cast(argtype))) { in TypeCheck()
/external/dbus/
DChangeLog9187 argtype to arg_type when raising unknown arg type exception.