Home
last modified time | relevance | path

Searched refs:line_count (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/googletest/googletest/test/
H A Dgtest_list_output_unittest.py274 line_count = 0
276 expected_line = expected_lines[line_count]
282 'on line %d' % (actual, expected_output, line_count),
284 line_count = line_count + 1
/freebsd/usr.bin/head/tests/
H A Dhead_test.sh50 atf_test_case line_count
166 atf_add_test_case line_count
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DEditline.cpp415 int line_count = (int)m_input_lines.size(); in DisplayInput() local
416 for (int index = firstIndex; index < line_count; index++) { in DisplayInput()
423 if (index < line_count - 1) in DisplayInput()
441 StringList Editline::GetInputAsStringList(int line_count) { in GetInputAsStringList() argument
444 if (line_count == 0) in GetInputAsStringList()
451 --line_count; in GetInputAsStringList()
825 for (int line_count = 0; line_count < m_current_line_rows - cursor_row; in NextLineCommand() local
826 line_count++) { in NextLineCommand()
/freebsd/usr.bin/dtc/
H A Dinput_buffer.cc1058 int line_count = 1; in parse_error() local
1069 line_count++; in parse_error()
1084 …fprintf(stderr, "Error at %s:%d:%d: %s\n", b.filename().c_str(), line_count, loc - line_start, msg… in parse_error()
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DEditline.h242 StringList GetInputAsStringList(int line_count = UINT32_MAX);
/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_dev.c2413 u32 line_count; in ecore_resc_alloc() local
2460 rc = ecore_cxt_cfg_ilt_compute(p_hwfn, &line_count); in ecore_resc_alloc()
2467 p_hwfn, line_count); in ecore_resc_alloc()
2476 rc = ecore_cxt_cfg_ilt_compute(p_hwfn, &line_count); in ecore_resc_alloc()
2479 line_count); in ecore_resc_alloc()
H A Decore_cxt.c633 u32 *line_count) in ecore_cxt_cfg_ilt_compute() argument
897 *line_count = curr_line - p_hwfn->p_cxt_mngr->pf_start_line; in ecore_cxt_cfg_ilt_compute()