Home
last modified time | relevance | path

Searched refs:c_type (Results 1 – 12 of 12) sorted by relevance

/external/qemu/scripts/
Dqapi-commands.py36 argtype = c_type(argtype)
45 ret_type=c_type(ret_type), name=c_fun(name), args=arglist).strip()
115 if c_type(argtype).endswith("*"):
119 argname=c_var(argname), argtype=c_type(argtype))
124 argname=c_var(argname), argtype=c_type(argtype))
204 c_ret_type=c_type(ret_type), c_name=c_fun(name),
234 if c_type(ret_type).endswith("*"):
235 retval = " %s retval = NULL;" % c_type(ret_type)
237 retval = " %s retval;" % c_type(ret_type)
Dqapi-types.py32 type=c_type(name),
80 c_type=c_type(argentry), c_name=c_var(argname))
227 c_type=c_type(typeinfo[key]),
259 c_type=c_type(name),type=name)
280 c_type=c_type(name),type=name)
Dqapi-visit.py229 c_type = type_name(members[key]),
323 c_type=type_name(members[key]),
Dqapi.py300 def c_type(name): function
/external/chromium_org/third_party/webrtc/base/
Dflags.h156 #define DEFINE_FLAG(type, c_type, name, default, comment) \ argument
158 c_type FLAG_##name = (default); \
166 #define DECLARE_FLAG(c_type, name) \ argument
168 extern c_type FLAG_##name
/external/chromium_org/third_party/libjingle/source/talk/base/
Dflags.h171 #define DEFINE_FLAG(type, c_type, name, default, comment) \ argument
173 c_type FLAG_##name = (default); \
181 #define DECLARE_FLAG(c_type, name) \ argument
183 extern c_type FLAG_##name
/external/lldb/source/API/
DSBTypeNameSpecifier.cpp70 lldb_private::ClangASTType c_type = m_opaque_sp->GetClangASTType(); in GetType() local
71 if (c_type.IsValid()) in GetType()
72 return SBType(c_type); in GetType()
/external/bluetooth/bluedroid/bta/hh/
Dbta_hh_api.c283 void BTA_HhSendCtrl(UINT8 dev_handle, tBTA_HH_TRANS_CTRL_TYPE c_type) in BTA_HhSendCtrl() argument
285 bta_hh_snd_write_dev(dev_handle, HID_TRANS_CONTROL, (UINT8)c_type, 0, 0, NULL); in BTA_HhSendCtrl()
/external/bluetooth/bluedroid/bta/include/
Dbta_hh_api.h447 tBTA_HH_TRANS_CTRL_TYPE c_type);
/external/chromium_org/third_party/mesa/src/src/mapi/mapi/
Dmapi_abi.py110 c_type = m.group('type').strip()
115 return (c_type, c_name, c_array)
/external/mesa3d/src/mapi/mapi/
Dmapi_abi.py110 c_type = m.group('type').strip()
115 return (c_type, c_name, c_array)
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
Dsctp_output.c3380 sctp_find_cmsg(int c_type, void *data, struct mbuf *control, size_t cpsize) argument
3414 ((c_type == cmh.cmsg_type) ||
3415 ((c_type == SCTP_SNDRCV) &&
3419 if (c_type == cmh.cmsg_type) {