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

  /external/qemu/
thunk.h 27 typedef enum argtype { enum
40 } argtype; typedef in typeref:enum:argtype
51 const argtype *field_types;
69 void thunk_register_struct(int id, const char *name, const argtype *types);
72 const argtype *thunk_convert(void *dst, const void *src,
73 const argtype *type_ptr, int to_host);
78 int thunk_type_size_array(const argtype *type_ptr, int is_host);
79 int thunk_type_align_array(const argtype *type_ptr, int is_host);
81 static inline int thunk_type_size(const argtype *type_ptr, int is_host)
118 static inline int thunk_type_align(const argtype *type_ptr, int is_host
    [all...]
thunk.c 33 static const argtype *thunk_type_next_ptr(const argtype *type_ptr);
35 static inline const argtype *thunk_type_next(const argtype *type_ptr)
61 static const argtype *thunk_type_next_ptr(const argtype *type_ptr)
66 void thunk_register_struct(int id, const char *name, const argtype *types)
68 const argtype *type_ptr;
126 const argtype *thunk_convert(void *dst, const void *src,
127 const argtype *type_ptr, int to_host
    [all...]
  /external/webkit/Source/WebCore/bridge/qt/
qt_instance.cpp 373 QMetaType::Type argtype = QMetaType::Void; local
375 argtype = (QMetaType::Type) QMetaType::type(m_property.typeName());
378 QVariant val = convertValueToQVariant(exec, aValue, argtype, 0);
  /frameworks/native/opengl/libs/GLES_trace/tools/
genapi.py 154 <!--(for argname, argtype in parsedArgs)-->
159 arg_$!argname!$->set_type(GLMessage::DataType::$!argtype!$);
160 arg_$!argname!$->$!argtype.getProtobufCall()!$$!argname!$);
184 <!--(for argname, argtype in parsedArgs)-->
185 <!--(if argtype == DataType.POINTER)-->
247 (name, argtype) = argtypelist[0]
248 if argtype == DataType.VOID:
  /external/v8/src/
builtins.cc 1045 Object* argtype = args->get(i); local
    [all...]
  /external/clang/lib/AST/
ASTContext.cpp 5778 QualType argtype = mergeFunctionArgumentTypes(largtype, rargtype, local
    [all...]
  /external/clang/bindings/python/clang/
cindex.py     [all...]

Completed in 296 milliseconds