Searched defs:c_type (Results 1 - 6 of 6) sorted by relevance

/external/qemu/scripts/
H A Dqapi-visit.py224 visit_type_%(c_type)s(m, &(*obj)->%(c_name)s, name, &err);
229 c_type = type_name(members[key]), variable
306 fmt = 'visit_type_%(c_type)s(m, &(*obj)->%(c_name)s, "data", &err);'
308 fmt = '''visit_start_implicit_struct(m, (void**) &(*obj)->%(c_name)s, sizeof(%(c_type)s), &err);
310 visit_type_%(c_type)s_fields(m, &(*obj)->%(c_name)s, &err);
323 c_type=type_name(members[key]), variable
H A Dqapi.py300 def c_type(name): function
H A Dqapi-types.py32 type=c_type(name),
78 %(c_type)s %(c_name)s;
80 c_type=c_type(argentry), c_name=c_var(argname)) variable
225 %(c_type)s %(c_name)s;
227 c_type=c_type(typeinfo[key]), variable
257 void qapi_free_%(type)s(%(c_type)s obj);
259 c_type=c_type(nam
[all...]
/external/bluetooth/bluedroid/bta/hh/
H A Dbta_hh_api.c283 void BTA_HhSendCtrl(UINT8 dev_handle, tBTA_HH_TRANS_CTRL_TYPE c_type) argument
285 bta_hh_snd_write_dev(dev_handle, HID_TRANS_CONTROL, (UINT8)c_type, 0, 0, NULL);
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctp_output.c3380 sctp_find_cmsg(int c_type, void *data, struct mbuf *control, size_t cpsize) argument
3396 * Independent of how many mbufs, find the c_type inside the control
3414 ((c_type == cmh.cmsg_type) ||
3415 ((c_type == SCTP_SNDRCV) &&
3419 if (c_type == cmh.cmsg_type) {
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dbcel.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ ...

Completed in 113 milliseconds