Home
last modified time | relevance | path

Searched refs:nline (Results 1 – 9 of 9) sorted by relevance

/external/openfst/src/extensions/far/
Dstrings.cc33 int nline = 0; in KeySize() local
35 ++nline; in KeySize()
37 return nline ? ceil(log10(nline + 1)) : 1; in KeySize()
/external/openfst/src/script/
Dtext-io.cc42 size_t nline = 0; in ReadPotentials() local
46 ++nline; in ReadPotentials()
53 << "file = " << filename << ", line = " << nline; in ReadPotentials()
57 ssize_t s = StrToInt64(col[0], filename, nline, false); in ReadPotentials()
/external/openfst/src/include/fst/
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) { in StrToWeight() argument
255 << "\", source = " << src << ", line = " << nline; in StrToWeight()
287 size_t nline = 0; variable
291 ++nline;
299 << "file = " << filename << ", line = " << nline;
304 I i1 = StrToInt64(col[0], filename, nline, allow_negative, &err);
306 I i2 = StrToInt64(col[1], filename, nline, allow_negative, &err);
/external/openfst/src/lib/
Dsymbol-table.cc47 int64 nline = 0; in ReadText() local
50 ++nline; in ReadText()
59 << "file = " << filename << ", line = " << nline in ReadText()
72 << "file = " << filename << ", line = " << nline; in ReadText()
Dutil.cc34 int64 StrToInt64(const string &s, const string &src, size_t nline, in StrToInt64() argument
43 << "\", source = " << src << ", line = " << nline; in StrToInt64()
/external/openfst/src/include/fst/script/
Dweight-class.h179 size_t nline);
183 const string &src, size_t nline) { in StrToWeightImplBase() argument
184 return new WeightClassImpl<W>(StrToWeight<W>(str, src, nline)); in StrToWeightImplBase()
/external/llvm/utils/lit/tests/Inputs/shtest-format/
Dfail.txt1 # RUN: printf "line 1: failed test output on stdout\nline 2: failed test output on stdout"
/external/lldb/source/Plugins/ObjectFile/PECOFF/
DObjectFilePECOFF.h212 uint16_t nline; // Number of line table entries member
DObjectFilePECOFF.cpp480 m_sect_headers[idx].nline = section_header_data.GetU16(&offset); in ParseSectionHeaders()
914 sh.nline, in DumpSectionHeader()