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

1 2

  /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/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 350 u16 fc, type, stype; local
361 stype = WLAN_FC_GET_STYPE(fc);
377 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
  /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/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) {
  /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/ap/
ieee802_11.c 1363 u16 fc, stype; local
    [all...]
  /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, extra_len, type, stype; local
159 stype = WLAN_FC_GET_STYPE(fc);
161 if (type != WLAN_FC_TYPE_MGMT || stype != WLAN_FC_STYPE_BEACON) {
200 handle_data(drv, buf, data_len, stype);
  /external/mksh/src/
eval.c 192 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...]

Completed in 874 milliseconds

1 2