HomeSort by relevance Sort by last modified time
    Searched defs:stype (Results 1 - 25 of 52) sorted by null

1 2 3

  /external/compiler-rt/lib/tsan/rtl/
tsan_suppressions.cc 101 static uptr IsSuppressed(const char *stype, const AddressInfo &info,
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, kSuppressionNone)
    [all...]
  /external/ppp/pppd/plugins/rp-pppoe/
if.c 101 int domain, stype; local
113 stype = SOCK_RAW;
116 stype = SOCK_PACKET;
119 if ((fd = socket(domain, stype, htons(type))) < 0) {
pppoe-discovery.c 106 int domain, stype; local
118 stype = SOCK_RAW;
121 stype = SOCK_PACKET;
124 if ((fd = socket(domain, stype, htons(type))) < 0) {
  /bionic/libc/upstream-netbsd/lib/libc/gen/
popen.c 95 int stype = flags ? (SOCK_STREAM | SOCK_CLOEXEC) : SOCK_STREAM; local
98 if (socketpair(AF_LOCAL, stype, 0, pdes) < 0)
  /system/sepolicy/tools/sepolicy-analyze/
dups.c 21 struct type_datum *stype, *ttype, *stype2, *ttype2; local
35 stype = policydb->type_val_to_struct[k->source_type - 1];
37 attrib1 = stype->flavor || ttype->flavor;
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_tgsi.c 205 enum tgsi_opcode_type stype = tgsi_opcode_infer_src_type(opcode); local
207 if (!tgsi_type_is_64bit(dtype) && !tgsi_type_is_64bit(stype))
212 if (tgsi_type_is_64bit(stype))
335 enum tgsi_opcode_type stype = tgsi_opcode_infer_src_type(inst->Instruction.Opcode); local
350 res = bld_base->emit_fetch_funcs[reg->Register.File](bld_base, reg, stype,
358 switch (stype) {
378 switch (stype) {
431 enum tgsi_opcode_type stype = TGSI_TYPE_SIGNED; local
451 res = bld_base->emit_fetch_funcs[off->File](bld_base, &reg, stype,
  /external/selinux/python/audit2allow/
sepolgen-ifgen-attr-helper.c 90 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/toybox/kconfig/
lkc.h 56 enum symbol_type stype; member in struct:kconf_id
  /external/iproute2/ip/
tcp_metrics.c 100 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, &f.saddr.data
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_blit.c 166 enum tgsi_return_type stype; local
170 stype = TGSI_RETURN_TYPE_UINT;
173 stype = TGSI_RETURN_TYPE_SINT;
176 stype = TGSI_RETURN_TYPE_FLOAT;
189 stype, stype);
u_blitter.c 876 enum tgsi_return_type stype; local
883 stype = TGSI_RETURN_TYPE_UINT;
893 stype = TGSI_RETURN_TYPE_SINT;
905 dtype = stype = TGSI_RETURN_TYPE_FLOAT;
916 stype != TGSI_RETURN_TYPE_UINT &&
917 stype != TGSI_RETURN_TYPE_SINT) {
930 stype);
    [all...]
  /external/mesa3d/src/gallium/state_trackers/xa/
xa_tracker.c 154 enum xa_surface_type stype; local
175 for (stype = 0; stype < XA_LAST_SURFACE_TYPE; ++stype)
176 num_formats += num_preferred[stype];
187 for (stype = 0; stype < XA_LAST_SURFACE_TYPE; ++stype) {
188 unsigned int bind = stype_bind[stype];
192 for (i = 0; i < num_preferred[stype]; ++i)
    [all...]
  /external/selinux/checkpolicy/test/
dispol.c 65 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/wpa_supplicant_8/src/common/
ieee802_11_common.c 585 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) {
    [all...]
  /external/opencv/cv/src/
cvundistort.cpp 386 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/src/drivers/
driver_hostap.c 59 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);
driver_atheros.c 838 u16 fc, stype; local
852 stype = WLAN_FC_GET_STYPE(fc);
854 wpa_printf(MSG_DEBUG, "%s: subtype 0x%x len %d", __func__, stype,
857 if (stype == WLAN_FC_STYPE_PROBE_REQ) {
871 if (stype == WLAN_FC_STYPE_ACTION &&
887 switch (stype) {
1313 u16 fc, stype; local
    [all...]
driver_nl80211_event.c 604 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);
    [all...]
  /frameworks/base/core/java/android/content/
UndoManager.java 182 int stype; local
183 while ((stype=p.readInt()) != 0) {
185 if (stype == 1) {
  /external/mksh/src/
eval.c 202 short stype; /* [=+-?%#] action after expanded word */ member in struct:SubType
378 int stype; local
383 type = varsub(&x, varname, sp, &stype, &slen);
415 st->stype = stype;
430 if (stype)
432 switch (stype & 0x17F) {
508 if (!(stype & 0x180) &&
514 if (!(stype & 0x100)) {
534 if ((stype & 0x180) &
1115 int stype; \/* substitution type *\/ local
    [all...]
  /external/wpa_supplicant_8/src/ap/
ieee802_11.c 3233 u16 fc, stype; local
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
tekhex.c 425 char stype = (*src); local
443 if (stype <= '4')
447 if (stype == '2' || stype == '6')
449 else if (stype == '3' || stype == '7')
466 else if (stype == '4' || stype == '8')
  /cts/tests/sensor/src/android/hardware/cts/
SensorDirectReportTest.java 591 String stype = SensorCtsHelper.sensorTypeShortString(sensorType); local
594 new TestResultCollector("testTimestamp" + stype, TAG);
602 String.format("(%s, rate %d, memtype %d)", stype, rateLevel, memType));
    [all...]
  /external/selinux/libsepol/src/
expand.c 3276 type_datum_t *stype = p->type_val_to_struct[k->source_type - 1]; local
3406 type_datum_t *stype = p->type_val_to_struct[k->source_type - 1]; local
    [all...]
  /external/syslinux/gpxe/src/net/80211/
net80211.c 2456 u16 stype = hdr->fc & IEEE80211_FC_SUBTYPE; local
    [all...]

Completed in 942 milliseconds

1 2 3