Searched refs:vtype (Results 1 - 6 of 6) sorted by relevance

/external/qemu/target-arm/
H A Dneon_helper.c69 #define NEON_UNPACK(vtype, dest, val) do { \
71 vtype v; \
79 #define NEON_PACK(vtype, dest, val) do { \
81 vtype v; \
99 #define NEON_VOP_BODY(vtype, n) \
102 vtype vsrc1; \
103 vtype vsrc2; \
104 vtype vdest; \
105 NEON_UNPACK(vtype, vsrc1, arg1); \
106 NEON_UNPACK(vtype, vsrc
[all...]
/external/ppp/pppd/plugins/radius/
H A Davpair.c266 int vtype; local
294 vtype = *ptr++;
303 if ((attr = rc_dict_getattr(vtype, vendor_id)) == NULL) {
/external/kernel-headers/original/uapi/linux/
H A Dcoda.h434 int vtype; member in struct:coda_lookup_out
563 int vtype; member in struct:coda_vget_out
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_config.c895 int vtype = BTIF_CFG_TYPE_STR; local
897 int ret = btif_config_get("Remote Devices", kname, vname, v, &vsize, &vtype);
899 ret, kname, vname, v, vsize, vtype);
/external/opencv/ml/src/
H A Dmlboost.cpp1280 const int* vtype;
1323 vtype = data->var_type->data.i;
1363 int ci = vtype[i];
1431 value = (float)cmap[cofs[vtype[var_count]] + cls_idx];
H A Dmltree.cpp2895 const int* vtype; local
2932 vtype = data->var_type->data.i;
2944 int ci = vtype[vi];

Completed in 201 milliseconds