Searched refs:first_col (Results 1 – 5 of 5) sorted by relevance
38 uint32_t row, first_row, last_row, first_col, last_col;74 first_col = section->x1;97 - col_offset = first_col * spp * bps / 8;98 + col_offset = (first_col * spp * bps) / 8;109 - shift1 = spp * ((first_col * bps) % 8);111 + shift1 = ((first_col * spp * bps) % 8); /* shift1 = bits to skip in the first byte o…116 - offset1 = row_offset + (first_col * bps / 8);118 + offset1 = row_offset + ((first_col * spp * bps) / 8); /* offset1 = offset into source of b…
635 bool first_node, first_col; in hists__fprintf_hierarchy_headers() local665 first_col = true; in hists__fprintf_hierarchy_headers()670 if (!first_col) in hists__fprintf_hierarchy_headers()672 first_col = false; in hists__fprintf_hierarchy_headers()689 first_col = true; in hists__fprintf_hierarchy_headers()691 if (!first_col) in hists__fprintf_hierarchy_headers()693 first_col = false; in hists__fprintf_hierarchy_headers()701 first_col = true; in hists__fprintf_hierarchy_headers()708 if (!first_col) in hists__fprintf_hierarchy_headers()710 first_col = false; in hists__fprintf_hierarchy_headers()
510 bool first_node, first_col; in perf_gtk__show_hierarchy() local549 first_col = true; in perf_gtk__show_hierarchy()554 if (!first_col) in perf_gtk__show_hierarchy()556 first_col = false; in perf_gtk__show_hierarchy()
1702 bool first_node, first_col; in hists_browser__scnprintf_hierarchy_headers() local1743 first_col = true; in hists_browser__scnprintf_hierarchy_headers()1750 if (!first_col) { in hists_browser__scnprintf_hierarchy_headers()1755 first_col = false; in hists_browser__scnprintf_hierarchy_headers()