HomeSort by relevance Sort by last modified time
    Searched refs:outd (Results 1 - 2 of 2) sorted by null

  /external/zlib/src/examples/
gun.c 118 struct outd { struct
133 struct outd *me = (struct outd *)out_desc;
217 struct outd outd; /* output structure */ local
221 outd.outfile = outfile;
222 outd.check = 0;
280 if (outcnt && out(&outd, outbuf, outcnt)) {
352 if (out(&outd, outbuf, outcnt)) {
388 struct outd outd local
    [all...]
  /external/openfst/src/include/fst/
determinize.h 560 Weight outd = Weight::Zero(); local
566 outd = Plus(outd, Times(element.weight, ind));
568 return outd;
    [all...]

Completed in 24 milliseconds