Searched refs:stype (Results 1 - 25 of 83) sorted by relevance

1234

/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dpush.h63 const StringType stype = rtype == REWEIGHT_TO_INITIAL local
66 vector<typename GallicArc<Arc, stype>::Weight> gdistance;
67 VectorFst< GallicArc<Arc, stype> > gfst;
68 Map(ifst, &gfst, ToGallicMapper<Arc, stype>());
74 MapFst<Arc, GallicArc<Arc, stype>, ToGallicMapper<Arc, stype> >
75 guwfst(uwfst, ToGallicMapper<Arc, stype>());
79 FactorWeightFst< GallicArc<Arc, stype>, GallicFactor<typename Arc::Label,
80 typename Arc::Weight, stype> > fwfst(gfst);
81 Map(fwfst, ofst, FromGallicMapper<Arc, stype>());
[all...]
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_suppressions.cc96 SuppressionType stype; local
98 stype = SuppressionRace;
102 stype = SuppressionThread;
106 stype = SuppressionMutex;
110 stype = SuppressionSignal;
120 s->type = stype;
140 SuppressionType stype;
142 stype = SuppressionRace;
144 stype = SuppressionThread;
146 stype
[all...]
/external/openfst/src/include/fst/
H A Dpush.h133 const StringType stype = rtype == REWEIGHT_TO_INITIAL local
136 vector<typename GallicArc<Arc, stype>::Weight> gdistance;
137 VectorFst<GallicArc<Arc, stype> > gfst;
138 ArcMap(ifst, &gfst, ToGallicMapper<Arc, stype>());
144 ArcMapFst<Arc, GallicArc<Arc, stype>, ToGallicMapper<Arc, stype> >
145 guwfst(uwfst, ToGallicMapper<Arc, stype>());
148 typename GallicArc<Arc, stype>::Weight total_weight =
149 GallicArc<Arc, stype>::Weight::One();
153 total_weight = typename GallicArc<Arc, stype>
[all...]
/external/mksh/src/
H A Deval.c192 short stype; /* [=+-?%#] action after expanded word */ member in struct:SubType
334 int stype; local
339 type = varsub(&x, varname, sp, &stype, &slen);
368 st->stype = stype;
374 if (stype)
376 switch (stype & 0x17F) {
562 if (stype & 0x80)
641 switch (st->stype & 0x17F) {
657 dp, st->stype);
993 int stype; /* substitution type */ local
[all...]
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/
H A DTextureGeneratorMarble.java49 // tex->stype
117 if (marbleData.stype >= TEX_SOFT) {
119 if (marbleData.stype == TEX_SHARP) {
121 } else if (marbleData.stype == TEX_SHARPER) {
132 public final int stype; field in class:TextureGeneratorMarble.MarbleData
141 stype = ((Number) tex.getFieldValue("stype")).intValue();
H A DTextureGeneratorMusgrave.java62 int stype = ((Number) tex.getFieldValue("stype")).intValue();
82 musgraveFunction = NoiseGenerator.musgraveFunctions.get(Integer.valueOf(musgraveData.stype));
84 throw new IllegalStateException("Unknown type of musgrave texture: " + stype);
117 public final int stype; field in class:TextureGeneratorMusgrave.MusgraveData
127 stype = ((Number) tex.getFieldValue("stype")).intValue();
H A DTextureGeneratorStucci.java67 int stype = ((Number) tex.getFieldValue("stype")).intValue();
90 if (stype != 0) {
103 if (stype == NoiseGenerator.TEX_WALLOUT) {
H A DTextureGeneratorBlend.java53 INTENSITY_FUNCTION[0] = new IntensityFunction() {//Linear: stype = 0 (TEX_LIN)
59 INTENSITY_FUNCTION[1] = new IntensityFunction() {//Quad: stype = 1 (TEX_QUAD)
66 INTENSITY_FUNCTION[2] = new IntensityFunction() {//Ease: stype = 2 (TEX_EASE)
79 INTENSITY_FUNCTION[3] = new IntensityFunction() {//Diagonal: stype = 3 (TEX_DIAG)
85 INTENSITY_FUNCTION[4] = new IntensityFunction() {//Sphere: stype = 4 (TEX_SPHERE)
92 INTENSITY_FUNCTION[5] = new IntensityFunction() {//Halo: stype = 5 (TEX_HALO)
99 INTENSITY_FUNCTION[6] = new IntensityFunction() {//Radial: stype = 6 (TEX_RAD)
119 int stype = ((Number) tex.getFieldValue("stype")).intValue();
140 texres.intensity = INTENSITY_FUNCTION[stype]
[all...]
/external/libsepol/src/
H A Dassertion.c33 unsigned int stype, unsigned int ttype,
41 avkey.source_type = stype + 1;
64 line, p->p_type_val_to_name[stype],
71 p->p_type_val_to_name[stype],
30 check_assertion_helper(sepol_handle_t * handle, policydb_t * p, avtab_t * te_avtab, avtab_t * te_cond_avtab, unsigned int stype, unsigned int ttype, class_perm_node_t * perm, unsigned long line) argument
/external/webkit/Source/WebCore/xml/
H A DXSLTUnicodeSort.cpp108 if ((comp->stype == NULL) && (comp->has_stype != 0)) {
109 comp->stype =
113 if (comp->stype != NULL) {
115 if (xmlStrEqual(comp->stype, (const xmlChar *) "text"))
117 else if (xmlStrEqual(comp->stype, (const xmlChar *) "number"))
122 comp->stype);
304 xmlFree((void *)(comp->stype));
305 comp->stype = NULL;
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dctrl_iface_ap.c108 static int p2p_manager_disconnect(struct hostapd_data *hapd, u16 stype, argument
123 " with minor reason code %u (stype=%u)",
124 MAC2STR(addr), minor_reason_code, stype);
126 mgmt->frame_control = IEEE80211_FC(WLAN_FC_TYPE_MGMT, stype);
130 if (stype == WLAN_FC_STYPE_DEAUTH) {
H A Dieee802_11.h21 u16 stype, int ok);
/external/wpa_supplicant_8/src/ap/
H A Dctrl_iface_ap.c108 static int p2p_manager_disconnect(struct hostapd_data *hapd, u16 stype, argument
123 " with minor reason code %u (stype=%u)",
124 MAC2STR(addr), minor_reason_code, stype);
126 mgmt->frame_control = IEEE80211_FC(WLAN_FC_TYPE_MGMT, stype);
130 if (stype == WLAN_FC_STYPE_DEAUTH) {
H A Dieee802_11.h21 u16 stype, int ok);
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dctrl_iface_ap.c108 static int p2p_manager_disconnect(struct hostapd_data *hapd, u16 stype, argument
123 " with minor reason code %u (stype=%u)",
124 MAC2STR(addr), minor_reason_code, stype);
126 mgmt->frame_control = IEEE80211_FC(WLAN_FC_TYPE_MGMT, stype);
130 if (stype == WLAN_FC_STYPE_DEAUTH) {
H A Dieee802_11.h21 u16 stype, int ok);
/external/webkit/Examples/NetscapeCoreAnimationPlugin/
H A Dmain.m59 NPError NPP_NewStream(NPP instance, NPMIMEType type, NPStream* stream, NPBool seekable, uint16* stype);
163 NPError NPP_NewStream(NPP instance, NPMIMEType type, NPStream* stream, NPBool seekable, uint16* stype)
165 *stype = NP_ASFILEONLY;
/external/wpa_supplicant_8/wpa_supplicant/
H A Dap.h47 void ap_mgmt_tx_cb(void *ctx, const u8 *buf, size_t len, u16 stype, int ok);
/external/iptables/include/
H A Dxtables.h43 #define XTOPT_POINTER(stype, member) \
44 .ptroff = offsetof(stype, member), \
45 .size = sizeof(((stype *)NULL)->member)
/external/checkpolicy/test/
H A Ddispol.c66 char *stype, *ttype, *tclass; local
67 stype = p->p_type_val_to_name[key->source_type - 1];
70 if (stype && ttype)
71 fprintf(fp, "%s %s : %s ", stype, ttype, tclass);
72 else if (stype)
73 fprintf(fp, "%s %u : %s ", stype, key->target_type, tclass);
364 display_id(p, fp, SYM_TYPES, ft->stype - 1, "");
/external/webkit/Examples/NetscapeCocoaPlugin/
H A Dmain.m62 NPError NPP_NewStream(NPP instance, NPMIMEType type, NPStream* stream, NPBool seekable, uint16_t* stype);
167 NPError NPP_NewStream(NPP instance, NPMIMEType type, NPStream* stream, NPBool seekable, uint16_t* stype)
169 *stype = NP_ASFILEONLY;
/external/webkit/Source/WebCore/manual-tests/NPN_Invoke/
H A Dmain.c43 NPError NPP_NewStream(NPP instance, NPMIMEType type, NPStream* stream, NPBool seekable, uint16_t* stype);
183 NPError NPP_NewStream(NPP instance, NPMIMEType type, NPStream* stream, NPBool seekable, uint16_t* stype) argument
185 *stype = NP_ASFILEONLY;
/external/wpa_supplicant_8/hostapd/src/common/
H A Dieee802_11_common.c377 u16 fc, type, stype; local
388 stype = WLAN_FC_GET_STYPE(fc);
404 if (stype != WLAN_FC_STYPE_PSPOLL)
/external/wpa_supplicant_8/src/common/
H A Dieee802_11_common.c377 u16 fc, type, stype; local
388 stype = WLAN_FC_GET_STYPE(fc);
404 if (stype != WLAN_FC_STYPE_PSPOLL)
/external/wpa_supplicant_8/wpa_supplicant/src/common/
H A Dieee802_11_common.c377 u16 fc, type, stype; local
388 stype = WLAN_FC_GET_STYPE(fc);
404 if (stype != WLAN_FC_STYPE_PSPOLL)

Completed in 408 milliseconds

1234