Searched defs:nline (Results 1 - 8 of 8) sorted by relevance

/external/openfst/src/extensions/far/
H A Dstrings.cc33 int nline = 0; local
35 ++nline;
37 return nline ? ceil(log10(nline + 1)) : 1;
/external/openfst/src/script/
H A Dtext-io.cc42 size_t nline = 0; local
46 ++nline;
53 << "file = " << filename << ", line = " << nline; local
57 ssize_t s = StrToInt64(col[0], filename, nline, false);
/external/openfst/src/lib/
H A Dutil.cc34 int64 StrToInt64(const string &s, const string &src, size_t nline, argument
43 << "\", source = " << src << ", line = " << nline; local
H A Dsymbol-table.cc47 int64 nline = 0; local
50 ++nline;
59 << "file = " << filename << ", line = " << nline
72 << "file = " << filename << ", line = " << nline; local
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dsymbol-table.cpp45 int64 nline = 0; local
48 ++nline;
55 << "file = " << filename << ", line = " << nline; local
65 << "file = " << filename << ", line = " << nline; local
/external/openfst/src/include/fst/script/
H A Dweight-class.h179 size_t nline);
183 const string &src, size_t nline) {
184 return new WeightClassImpl<W>(StrToWeight<W>(str, src, nline));
182 StrToWeightImplBase(const string &str, const string &src, size_t nline) argument
/external/openfst/src/include/fst/
H A Dutil.h245 int64 StrToInt64(const string &s, const string &src, size_t nline,
249 Weight StrToWeight(const string &s, const string &src, size_t nline) { argument
255 << "\", source = " << src << ", line = " << nline; local
287 size_t nline = 0; local
291 ++nline;
299 << "file = " << filename << ", line = " << nline; local
304 I i1 = StrToInt64(col[0], filename, nline, allow_negative, &err);
306 I i2 = StrToInt64(col[1], filename, nline, allow_negative, &err);
/external/lldb/source/Plugins/ObjectFile/PECOFF/
H A DObjectFilePECOFF.h212 uint16_t nline; // Number of line table entries member in struct:ObjectFilePECOFF::section_header

Completed in 9133 milliseconds