Searched refs:spans (Results 1 – 9 of 9) sorted by relevance
1163 fg_pspan *spans, /* finger spans */ in fg_detect_pspans() argument1180 memset(spans, 0, max_spans * sizeof(fg_pspan)); in fg_detect_pspans()1234 spans[num_spans].width++; in fg_detect_pspans()1235 spans[num_spans].cum += p[i]; in fg_detect_pspans()1236 spans[num_spans].cog += p[i] * (i + 1); in fg_detect_pspans()1245 if ((spans[i].cum < FG_PSPAN_MIN_CUM_PRESSURE) || in fg_detect_pspans()1246 (spans[i].width > FG_PSPAN_MAX_WIDTH)) { in fg_detect_pspans()1248 memcpy(&spans[i], &spans[i + 1], in fg_detect_pspans()1257 spans[i].loc = spans[i].cog * FG_SCALE_FACTOR / in fg_detect_pspans()1258 spans[i].cum; in fg_detect_pspans()[all …]
87 static int spans = 1; /* span multiple delimiters (-t) */ variable 171 spans = 0; in main() 331 if (spans && *fieldp == '\0') in slurp()
291 // Not treated as VerbatimBlockCommand because it spans multiple comments.
47 * tbl(7): fix a crash when the last column is only reached by spans48 * tbl(7): fix a NULL pointer access in some cases of two spans on one row52 * tbl(7): fix an infinite loop for some overlapping horizontal spans238 * tbl(7): better column widths in the presence of horizontal spans1029 * In tbl(7), the width of horizontal spans and the vertical spacing
95 as the B<default> section. This section is usually unnamed and spans from
1481 : Note<"the ignored tokens spans until here">;1566 : Note<"the ignored %select{set|selector|property}0 spans until here">;
979 // is tied to $rbx_save. That way, the live-range of $rbx_save spans across
17268 OLD_FILES+=usr/include/netatm/spans/spans_cls.h17269 OLD_FILES+=usr/include/netatm/spans/spans_kxdr.h17270 OLD_FILES+=usr/include/netatm/spans/spans_var.h17311 OLD_DIRS+=usr/include/netatm/spans
2078 HelpText<"Print source range spans in numeric form">,