HomeSort by: relevance | last modified time | path
    Searched defs:ntcs (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/atf/dist/tools/
reader.cpp 165 size_t ntcs __attribute__((__unused__)))
251 size_t ntcs = string_to_int< std::size_t >(t.text()); local
255 ATF_PARSER_CALLBACK(p, got_tp_start(tpname, ntcs));
258 while (p.good() && i < ntcs) {
test-program.cpp 593 impl::atf_tps_writer::start_tp(const std::string& tp, size_t ntcs)
597 << ntcs << "\n"; local

Completed in 18 milliseconds