Searched defs:stype (Results 1 - 25 of 56) sorted by relevance

123

/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_suppressions.cc101 static uptr IsSuppressed(const char *stype, const AddressInfo &info, argument
103 if (suppression_ctx->Match(info.function, stype, sp) ||
104 suppression_ctx->Match(info.file, stype, sp) ||
105 suppression_ctx->Match(info.module, stype, sp)) {
118 const char *stype = conv(typ); local
119 if (0 == internal_strcmp(stype, kSuppressionNone))
123 uptr pc = IsSuppressed(stype, frame->info, sp);
127 if (0 == internal_strcmp(stype, kSuppressionRace) && stack->frames != nullptr)
137 const char *stype = conv(typ); local
138 if (0 == internal_strcmp(stype, kSuppressionNon
[all...]
/external/ppp/pppd/plugins/rp-pppoe/
H A Dif.c101 int domain, stype; local
113 stype = SOCK_RAW;
116 stype = SOCK_PACKET;
119 if ((fd = socket(domain, stype, htons(type))) < 0) {
H A Dpppoe-discovery.c106 int domain, stype; local
118 stype = SOCK_RAW;
121 stype = SOCK_PACKET;
124 if ((fd = socket(domain, stype, htons(type))) < 0) {
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi.c291 enum tgsi_opcode_type stype = tgsi_opcode_infer_src_type(inst->Instruction.Opcode); local
306 res = bld_base->emit_fetch_funcs[reg->Register.File](bld_base, reg, stype,
H A Dlp_bld_tgsi_aos.c105 enum tgsi_opcode_type stype,
176 enum tgsi_opcode_type stype,
189 enum tgsi_opcode_type stype,
203 enum tgsi_opcode_type stype,
102 emit_fetch_constant( struct lp_build_tgsi_context * bld_base, const struct tgsi_full_src_register * reg, enum tgsi_opcode_type stype, unsigned swizzle) argument
173 emit_fetch_immediate( struct lp_build_tgsi_context * bld_base, const struct tgsi_full_src_register * reg, enum tgsi_opcode_type stype, unsigned swizzle) argument
186 emit_fetch_input( struct lp_build_tgsi_context * bld_base, const struct tgsi_full_src_register * reg, enum tgsi_opcode_type stype, unsigned swizzle) argument
200 emit_fetch_temporary( struct lp_build_tgsi_context * bld_base, const struct tgsi_full_src_register * reg, enum tgsi_opcode_type stype, unsigned swizzle) argument
/external/toybox/kconfig/
H A Dlkc.h56 enum symbol_type stype; member in struct:kconf_id
/external/iproute2/ip/
H A Dtcp_metrics.c100 int family, i, atype, stype, dlen = 0, slen = 0; local
145 stype = TCP_METRICS_ATTR_SADDR_IPV4;
154 stype = TCP_METRICS_ATTR_SADDR_IPV6;
176 addattr_l(&req2.n, sizeof(req2), stype, &saddr.data,
313 int atype = -1, stype = -1; local
345 stype = TCP_METRICS_ATTR_SADDR_IPV4;
347 stype = TCP_METRICS_ATTR_SADDR_IPV6;
350 if (stype < 0) {
421 if (stype >= 0)
422 addattr_l(&req.n, sizeof(req), stype,
[all...]
/external/mesa3d/src/gallium/state_trackers/xa/
H A Dxa_tracker.c140 enum xa_surface_type stype; local
155 for (stype = 0; stype < XA_LAST_SURFACE_TYPE; ++stype)
156 num_formats += num_preferred[stype];
167 for (stype = 0; stype < XA_LAST_SURFACE_TYPE; ++stype) {
168 unsigned int bind = stype_bind[stype];
172 for (i = 0; i < num_preferred[stype];
235 xa_get_format_stype_depth(struct xa_tracker *xa, enum xa_surface_type stype, unsigned int depth) argument
283 xa_surface_create(struct xa_tracker *xa, int width, int height, int depth, enum xa_surface_type stype, enum xa_formats xa_format, unsigned int flags) argument
338 xa_surface_redefine(struct xa_surface *srf, int width, int height, int depth, enum xa_surface_type stype, enum xa_formats xa_format, unsigned int new_flags, int copy_contents) argument
[all...]
/external/selinux/libsepol/src/
H A Dassertion.c40 unsigned int stype, unsigned int ttype,
46 p->p_type_val_to_name[stype],
52 avrule->line, p->p_type_val_to_name[stype],
58 p->p_type_val_to_name[stype],
142 unsigned int stype, unsigned int ttype,
150 ebitmap_t *sattr = &p->type_attr_map[stype];
200 p->p_type_val_to_name[stype],
332 unsigned int stype, unsigned int ttype,
339 ebitmap_t *sattr = &p->type_attr_map[stype];
39 report_failure(sepol_handle_t *handle, policydb_t *p, const avrule_t *avrule, unsigned int stype, unsigned int ttype, const class_perm_node_t *curperm, uint32_t perms) argument
140 report_assertion_extended_permissions(sepol_handle_t *handle, policydb_t *p, const avrule_t *avrule, unsigned int stype, unsigned int ttype, const class_perm_node_t *curperm, uint32_t perms, avtab_key_t *k, avtab_t *avtab) argument
331 check_assertion_extended_permissions_avtab(avrule_t *avrule, avtab_t *avtab, unsigned int stype, unsigned int ttype, avtab_key_t *k, policydb_t *p) argument
/external/selinux/python/audit2allow/
H A Dsepolgen-ifgen-attr-helper.c90 char *stype, *ttype, *tclass; local
91 stype = p->p_type_val_to_name[key->source_type - 1];
94 if (stype && ttype) {
95 fprintf(fp, "%s,%s,%s", stype, ttype, tclass);
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dctrl_iface_ap.c255 static int p2p_manager_disconnect(struct hostapd_data *hapd, u16 stype, argument
269 mgmt->frame_control = IEEE80211_FC(WLAN_FC_TYPE_MGMT, stype);
271 " with minor reason code %u (stype=%u (%s))",
272 MAC2STR(addr), minor_reason_code, stype,
278 if (stype == WLAN_FC_STYPE_DEAUTH) {
H A Ddrv_callbacks.c922 size_t len, u16 stype, int ok)
932 if (stype != WLAN_FC_STYPE_ACTION || len <= 25 ||
943 ieee802_11_mgmt_cb(hapd, buf, len, stype, ok);
1209 data->tx_status.stype,
921 hostapd_mgmt_tx_cb(struct hostapd_data *hapd, const u8 *buf, size_t len, u16 stype, int ok) argument
/external/wpa_supplicant_8/src/ap/
H A Dctrl_iface_ap.c255 static int p2p_manager_disconnect(struct hostapd_data *hapd, u16 stype, argument
269 mgmt->frame_control = IEEE80211_FC(WLAN_FC_TYPE_MGMT, stype);
271 " with minor reason code %u (stype=%u (%s))",
272 MAC2STR(addr), minor_reason_code, stype,
278 if (stype == WLAN_FC_STYPE_DEAUTH) {
H A Ddrv_callbacks.c922 size_t len, u16 stype, int ok)
932 if (stype != WLAN_FC_STYPE_ACTION || len <= 25 ||
943 ieee802_11_mgmt_cb(hapd, buf, len, stype, ok);
1209 data->tx_status.stype,
921 hostapd_mgmt_tx_cb(struct hostapd_data *hapd, const u8 *buf, size_t len, u16 stype, int ok) argument
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dctrl_iface_ap.c255 static int p2p_manager_disconnect(struct hostapd_data *hapd, u16 stype, argument
269 mgmt->frame_control = IEEE80211_FC(WLAN_FC_TYPE_MGMT, stype);
271 " with minor reason code %u (stype=%u (%s))",
272 MAC2STR(addr), minor_reason_code, stype,
278 if (stype == WLAN_FC_STYPE_DEAUTH) {
H A Ddrv_callbacks.c922 size_t len, u16 stype, int ok)
932 if (stype != WLAN_FC_STYPE_ACTION || len <= 25 ||
943 ieee802_11_mgmt_cb(hapd, buf, len, stype, ok);
1209 data->tx_status.stype,
921 hostapd_mgmt_tx_cb(struct hostapd_data *hapd, const u8 *buf, size_t len, u16 stype, int ok) argument
/external/selinux/checkpolicy/test/
H A Ddispol.c65 char *stype, *ttype, *tclass; local
66 stype = p->p_type_val_to_name[key->source_type - 1];
69 if (stype && ttype)
70 fprintf(fp, "%s %s : %s ", stype, ttype, tclass);
71 else if (stype)
72 fprintf(fp, "%s %u : %s ", stype, key->target_type, tclass);
348 display_id(p, fp, SYM_TYPES, ft->stype - 1, "");
/external/opencv/cv/src/
H A Dcvundistort.cpp386 int stype, dtype; local
428 stype = CV_MAT_TYPE(_src->type);
430 sstep = _src->rows == 1 ? 1 : _src->step/CV_ELEM_SIZE(stype);
445 if( stype == CV_32FC2 )
/external/wpa_supplicant_8/hostapd/src/common/
H A Dieee802_11_common.c585 u16 fc, type, stype; local
596 stype = WLAN_FC_GET_STYPE(fc);
612 if (stype != WLAN_FC_STYPE_PSPOLL)
1208 u16 stype = WLAN_FC_GET_STYPE(fc); local
1213 switch (stype) {
1229 switch (stype) {
1239 switch (stype) {
/external/wpa_supplicant_8/src/common/
H A Dieee802_11_common.c585 u16 fc, type, stype; local
596 stype = WLAN_FC_GET_STYPE(fc);
612 if (stype != WLAN_FC_STYPE_PSPOLL)
1208 u16 stype = WLAN_FC_GET_STYPE(fc); local
1213 switch (stype) {
1229 switch (stype) {
1239 switch (stype) {
/external/wpa_supplicant_8/wpa_supplicant/src/common/
H A Dieee802_11_common.c585 u16 fc, type, stype; local
596 stype = WLAN_FC_GET_STYPE(fc);
612 if (stype != WLAN_FC_STYPE_PSPOLL)
1208 u16 stype = WLAN_FC_GET_STYPE(fc); local
1213 switch (stype) {
1229 switch (stype) {
1239 switch (stype) {
/external/mksh/src/
H A Deval.c202 short stype; /* [=+-?%#] action after expanded word */ member in struct:SubType
367 int stype; local
372 type = varsub(&x, varname, sp, &stype, &slen);
404 st->stype = stype;
419 if (stype)
421 switch (stype & 0x17F) {
497 if (!(stype & 0x180) &&
503 if (!(stype & 0x100)) {
523 if ((stype
1085 int stype; /* substitution type */ local
[all...]
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_hostap.c59 u16 stype)
131 event.tx_status.stype = WLAN_FC_GET_STYPE(fc);
143 u16 fc, type, stype; local
159 stype = WLAN_FC_GET_STYPE(fc);
161 if (type != WLAN_FC_TYPE_MGMT || stype != WLAN_FC_STYPE_BEACON) {
191 handle_data(drv, buf, data_len, stype);
58 handle_data(struct hostap_driver_data *drv, u8 *buf, size_t len, u16 stype) argument
H A Ddriver_nl80211_event.c604 u16 fc, stype; local
616 stype = WLAN_FC_GET_STYPE(fc);
628 " freq=%d ssi_signal=%d fc=0x%x seq_ctrl=0x%x stype=%u (%s) len=%u",
631 le_to_host16(mgmt->seq_ctrl), stype, fc2str(fc),
671 event.tx_status.stype = WLAN_FC_GET_STYPE(fc);
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_hostap.c59 u16 stype)
131 event.tx_status.stype = WLAN_FC_GET_STYPE(fc);
143 u16 fc, type, stype; local
159 stype = WLAN_FC_GET_STYPE(fc);
161 if (type != WLAN_FC_TYPE_MGMT || stype != WLAN_FC_STYPE_BEACON) {
191 handle_data(drv, buf, data_len, stype);
58 handle_data(struct hostap_driver_data *drv, u8 *buf, size_t len, u16 stype) argument

Completed in 1101 milliseconds

123