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

  /external/openfst/src/lib/
util.cc 78 bool AlignOutput(ostream &strm, int align) {
82 LOG(ERROR) << "AlignOutput: can't determine stream position";
  /external/openfst/src/include/fst/
const-fst.h 364 if (opts.align && !AlignOutput(strm, kFileAlign)) {
382 if (opts.align && !AlignOutput(strm, kFileAlign)) {
util.h 347 bool AlignOutput(ostream &strm, int align);
compact-fst.h 407 if (opts.align && !AlignOutput(strm, kFileAlign)) {
414 if (opts.align && !AlignOutput(strm, kFileAlign)) {
    [all...]

Completed in 621 milliseconds