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

1 2 3

  /external/srec/tools/thirdparty/OpenFst/fst/lib/
push.h 63 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/
tsan_suppressions.cc 96 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 = SuppressionMutex
    [all...]
  /external/openfst/src/include/fst/
push.h 133 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>::Weight
    [all...]
  /external/wpa_supplicant_8/src/common/
ieee802_11_common.c 377 u16 fc, type, stype; local
388 stype = WLAN_FC_GET_STYPE(fc);
404 if (stype != WLAN_FC_STYPE_PSPOLL)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
ainstr_fm.h 104 __u32 stype; /* structure type */ member in struct:fm_xinstrument
ainstr_simple.h 116 __u32 stype; member in struct:simple_xinstrument
ainstr_gf1.h 139 __u32 stype; /* structure type */ member in struct:gf1_xwave
175 __u32 stype; member in struct:gf1_xinstrument
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
ainstr_fm.h 104 __u32 stype; /* structure type */ member in struct:fm_xinstrument
ainstr_simple.h 116 __u32 stype; member in struct:simple_xinstrument
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/
TextureGeneratorBlend.java 53 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(); local
140 texres.intensity = INTENSITY_FUNCTION[stype].getIntensity(x, y, dDelta * k)
    [all...]
TextureGeneratorMusgrave.java 62 int stype = ((Number) tex.getFieldValue("stype")).intValue(); local
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();
TextureGeneratorStucci.java 67 int stype = ((Number) tex.getFieldValue("stype")).intValue(); local
90 if (stype != 0) {
103 if (stype == NoiseGenerator.TEX_WALLOUT) {
TextureGeneratorMarble.java 49 // 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();
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/sound/
ainstr_fm.h 101 __u32 stype; /* structure type */ member in struct:fm_xinstrument
ainstr_simple.h 113 __u32 stype; member in struct:simple_xinstrument
ainstr_gf1.h 136 __u32 stype; /* structure type */ member in struct:gf1_xwave
172 __u32 stype; member in struct:gf1_xinstrument
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/sound/
ainstr_fm.h 101 __u32 stype; /* structure type */ member in struct:fm_xinstrument
ainstr_simple.h 113 __u32 stype; member in struct:simple_xinstrument
ainstr_gf1.h 136 __u32 stype; /* structure type */ member in struct:gf1_xwave
172 __u32 stype; member in struct:gf1_xinstrument
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/alsa/sound/
ainstr_fm.h 101 __u32 stype; /* structure type */ member in struct:fm_xinstrument
ainstr_simple.h 113 __u32 stype; member in struct:simple_xinstrument
ainstr_gf1.h 136 __u32 stype; /* structure type */ member in struct:gf1_xwave
172 __u32 stype; member in struct:gf1_xinstrument
  /external/checkpolicy/test/
dispol.c 66 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/libppp/src/
radius.c 257 const char *stype; local
266 stype = r->cx.auth ? "auth" : "acct";
271 "Radius(%s): ACCEPT received\n", stype);
280 "Radius(%s): REJECT received\n", stype);
304 stype);
314 "radius(%s): %s\n", stype, rad_strerror(r->cx.rad));
321 log_Printf(LogERROR, "rad_send_request(%s): Failed %d: %s\n", stype,
    [all...]
  /external/ppp/pppd/plugins/rp-pppoe/
if.c 424 int domain, stype; local
436 stype = SOCK_RAW;
439 stype = SOCK_PACKET;
442 if ((fd = socket(domain, stype, htons(type))) < 0) {

Completed in 889 milliseconds

1 2 3