Home
last modified time | relevance | path

Searched refs:spans (Results 1 – 9 of 9) sorted by relevance

/freebsd/sys/dev/usb/input/
H A Datp.c1163 fg_pspan *spans, /* finger spans */ in fg_detect_pspans() argument
1180 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 …]
/freebsd/usr.bin/join/
H A Djoin.c87 static int spans = 1; /* span multiple delimiters (-t) */ variable
171 spans = 0; in main()
331 if (spans && *fieldp == '\0') in slurp()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DCommentCommands.td291 // Not treated as VerbatimBlockCommand because it spans multiple comments.
/freebsd/contrib/mandoc/
H A DNEWS47 * tbl(7): fix a crash when the last column is only reached by spans
48 * tbl(7): fix a NULL pointer access in some cases of two spans on one row
52 * tbl(7): fix an infinite loop for some overlapping horizontal spans
238 * tbl(7): better column widths in the presence of horizontal spans
1029 * In tbl(7), the width of horizontal spans and the vertical spacing
/freebsd/crypto/openssl/doc/man5/
H A Dconfig.pod95 as the B<default> section. This section is usually unnamed and spans from
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticParseKinds.td1481 : Note<"the ignored tokens spans until here">;
1566 : Note<"the ignored %select{set|selector|property}0 spans until here">;
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrCompiler.td979 // is tied to $rbx_save. That way, the live-range of $rbx_save spans across
/freebsd/
H A DObsoleteFiles.inc17268 OLD_FILES+=usr/include/netatm/spans/spans_cls.h
17269 OLD_FILES+=usr/include/netatm/spans/spans_kxdr.h
17270 OLD_FILES+=usr/include/netatm/spans/spans_var.h
17311 OLD_DIRS+=usr/include/netatm/spans
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td2078 HelpText<"Print source range spans in numeric form">,