Searched refs:nline (Results 1 – 9 of 9) sorted by relevance
/external/openfst/src/extensions/far/ |
D | strings.cc | 33 int nline = 0; in KeySize() local 35 ++nline; in KeySize() 37 return nline ? ceil(log10(nline + 1)) : 1; in KeySize()
|
/external/openfst/src/script/ |
D | text-io.cc | 42 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/ |
D | util.h | 245 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/ |
D | symbol-table.cc | 47 int64 nline = 0; in ReadText() local 50 ++nline; in ReadText() 59 << "file = " << filename << ", line = " << nline in ReadText() 72 << "file = " << filename << ", line = " << nline; in ReadText()
|
D | util.cc | 34 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/ |
D | weight-class.h | 179 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/ |
D | fail.txt | 1 # RUN: printf "line 1: failed test output on stdout\nline 2: failed test output on stdout"
|
/external/lldb/source/Plugins/ObjectFile/PECOFF/ |
D | ObjectFilePECOFF.h | 212 uint16_t nline; // Number of line table entries member
|
D | ObjectFilePECOFF.cpp | 480 m_sect_headers[idx].nline = section_header_data.GetU16(&offset); in ParseSectionHeaders() 914 sh.nline, in DumpSectionHeader()
|