Searched refs:line_count (Results 1 - 10 of 10) sorted by relevance

/freebsd-11-stable/usr.bin/head/tests/
H A Dhead_test.sh51 atf_test_case line_count
125 atf_add_test_case line_count
/freebsd-11-stable/contrib/binutils/bfd/
H A Ddwarf1.c81 unsigned long line_count; member in struct:dwarf1_unit
83 /* The decoded line number table (line_count entries). */
306 aUnit->line_count = (tblend - xptr) / 10;
309 amt = sizeof (struct linenumber) * aUnit->line_count;
312 for (eachLine = 0; eachLine < aUnit->line_count; eachLine++)
408 for (i = 0; i < aUnit->line_count; i++)
/freebsd-11-stable/contrib/ntp/sntp/libevent/
H A Devent_rpcgen.py24 line_count = 0 variable
64 self._tags[entry.Tag()], line_count))
1344 'around line %d' % (entry, line_count))
1398 newentry.SetLineCount(line_count)
1408 newentry.SetLineCount(line_count)
1439 global line_count
1453 line_count += 1
1489 % (line_count, line))
1503 % line_count)
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
H A DEditline.cpp410 int line_count = (int)m_input_lines.size(); local
414 for (int index = firstIndex; index < line_count; index++) {
420 if (index < line_count - 1)
438 StringList Editline::GetInputAsStringList(int line_count) { argument
441 if (line_count == 0)
448 --line_count;
820 for (int line_count = 0; line_count < m_current_line_rows - cursor_row;
821 line_count++) {
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Host/
H A DEditline.h269 StringList GetInputAsStringList(int line_count = UINT32_MAX);
/freebsd-11-stable/usr.bin/dtc/
H A Dinput_buffer.cc1057 int line_count = 1; local
1068 line_count++;
1083 fprintf(stderr, "Error at %s:%d:%d: %s\n", b.filename().c_str(), line_count, loc - line_start, msg);
/freebsd-11-stable/sys/dev/drm2/i915/
H A Dintel_pm.c1096 int line_time_us, line_count; local
1123 line_count = (cursor_latency_ns / line_time_us + 1000) / 1000;
1124 entries = line_count * 64 * pixel_size;
1181 int line_count, line_size; local
1197 line_count = (latency_ns / line_time_us + 1000) / 1000;
1202 large = line_count * line_size;
1208 entries = line_count * pixel_size * 64;
1671 int line_count, line_size; local
1687 line_count = (latency_ns / line_time_us + 1000) / 1000;
1692 large = line_count * line_siz
2088 int line_count, line_size; local
[all...]
/freebsd-11-stable/contrib/binutils/binutils/
H A Dobjcopy.c669 unsigned int line_count;
690 line_count = 1;
758 filename, line_count);
769 line_count ++;
667 unsigned int line_count; local
/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Decore_cxt.c635 u32 *line_count)
899 *line_count = curr_line - p_hwfn->p_cxt_mngr->pf_start_line;
634 ecore_cxt_cfg_ilt_compute(struct ecore_hwfn *p_hwfn, u32 *line_count) argument
H A Decore_dev.c2417 u32 line_count; local
2464 rc = ecore_cxt_cfg_ilt_compute(p_hwfn, &line_count);
2471 p_hwfn, line_count);
2480 rc = ecore_cxt_cfg_ilt_compute(p_hwfn, &line_count);
2483 line_count);

Completed in 294 milliseconds