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

  /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...]
  /prebuilt/linux-x86/toolchain/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
ainstr_iw.h 217 __u32 stype; /* structure type */ member in struct:iwffff_xwave
254 __u32 stype; member in struct:iwffff_xenv_record
274 __u32 stype; member in struct:iwffff_xlayer
297 __u32 stype; member in struct:iwffff_xinstrument
  /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/qemu/
sockets.c 880 int stype = socket_type_to_bsd(type); local
882 if (sfamily < 0 || stype < 0) {
886 QSOCKET_CALL(ret, socket(sfamily, stype, 0));
    [all...]
  /sdk/emulator/qtools/
trace_reader.h 330 typedef typename TraceReader<T>::symbol_type stype; typedef
332 const stype *syma = static_cast<stype const *>(a);
333 const stype *symb = static_cast<stype const *>(b);
    [all...]
  /prebuilt/common/jython/
jython.jar 

Completed in 218 milliseconds