Home
last modified time | relevance | path

Searched +full:long +full:- +full:term (Results 1 – 25 of 531) sorted by relevance

12345678910>>...22

/freebsd/contrib/ncurses/man/
H A Dcurs_terminfo.3x3 .\" Copyright 2018-2023,2024 Thomas E. Dickey *
4 .\" Copyright 1998-2016,2017 Free Software Foundation, Inc. *
32 .TH curs_terminfo 3X 2024-04-13 "ncurses @NCURSES_MAJOR@.@NCURSES_MINOR@" "Library calls"
67 \fB\%vidputs\fP \-
68 \fIcurses\fR interfaces to \fI\%term\%info\fR database
72 \fB#include <term.h>
86 \fBint setupterm(const char *\fIterm\fP, int \fIfiledes\fP, int *\fIerrret\fP);
89 \fBint restartterm(const char *\fIterm\fP, int \fIfiledes\fP, int *\fIerrret\fP);
93 \fBchar *tparm(const char *\fIstr\fP, long \fIp1\fP \fR.\|.\|.\fP \fBlong\fP \fIp9\fP);
105 \fBint tigetflag(const char *\fIcap-code\fP);
[all …]
H A Dtput.13 .\" Copyright 2018-2023,2024 Thomas E. Dickey *
4 .\" Copyright 1998-2016,2017 Free Software Foundation, Inc. *
32 .TH @TPUT@ 1 2024-04-20 "ncurses @NCURSES_MAJOR@.@NCURSES_MINOR@" "User commands"
50 \fB\%@TPUT@\fP \-
51 initialize a terminal, exercise its capabilities, or query \fI\%term\%info\fP database
53 \fB@TPUT@\fP [\fB\-T\fP \fIterminal-type\fP]
54 {\fIcap-code\fP [\fIparameter\fP .\|.\|.\&]} .\|.\|.
56 \fB@TPUT@\fP [\fB\-T\fP \fIterminal-type\fP] [\fB\-x\fP] \fBclear\fP
58 \fB@TPUT@\fP [\fB\-T\fP \fIterminal-type\fP] \fBinit\fP
60 \fB@TPUT@\fP [\fB\-T\fP \fIterminal-type\fP] \fB\%reset\fP
[all …]
H A Dterm.72 .\" Copyright 2018-2023,2024 Thomas E. Dickey *
3 .\" Copyright 1998-2011,2017 Free Software Foundation, Inc. *
30 .\" $Id: term.7,v 1.48 2024/03/16 15:35:01 tom Exp $
31 .TH term 7 2024-03-16 "ncurses @NCURSES_MAJOR@.@NCURSES_MINOR@" Miscellaneous
45 term \-
49 The environment variable \fITERM\fP should normally contain the type
51 console or display-device type you are using.
53 is critical for all screen-oriented programs, including your editor and mailer.
55 A default \fITERM\fP value will be set on a per-line basis by either
56 \fB/etc/inittab\fP (e.g., System\-V-like Unices)
[all …]
/freebsd/contrib/ntp/parseutil/
H A Dtestdcf.c2 * /src/NTP/ntp4-dev/parseutil/testdcf.c,v 4.10 2005/08/06 14:18:43 kardel RELEASE_20050806_A
8 * Copyright (c) 1995-2015 by Frank Kardel <kardel <AT> ntp.org>
9 …* Copyright (c) 1989-1994 by Frank Kardel, Friedrich-Alexander Universitaet Erlangen-Nuernberg, Ge…
56 long wday;
57 long day;
58 long month;
59 long year;
60 long hour;
61 long minute;
62 long second;
[all …]
H A Ddcfd.c2 …* /src/NTP/REPOSITORY/ntp4-dev/parseutil/dcfd.c,v 4.18 2005/10/07 22:08:18 kardel RELEASE_20051008…
14 * Leap second handling (at that level you should switch to NTP Version 4 - really!)
16 * Copyright (c) 1995-2015 by Frank Kardel <kardel <AT> ntp.org>
17 …* Copyright (c) 1989-1994 by Frank Kardel, Friedrich-Alexander Universitaet Erlangen-Nuernberg, Ge…
90 if ((_a_)->tv_usec >= 1000000) \
92 (_a_)->tv_sec += (_a_)->tv_usec / 1000000; \
93 (_a_)->tv_usec = (_a_)->tv_usec % 1000000; \
95 if ((_a_)->tv_usec < 0) \
97 (_a_)->tv_sec -= 1 + (-(_a_)->tv_usec / 1000000); \
98 (_a_)->tv_usec = 999999 - (-(_a_)->tv_usec - 1); \
[all …]
/freebsd/sys/contrib/device-tree/Bindings/input/
H A Diqs269a.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Jef
[all...]
H A Diqs626a.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Jeff LaBundy <jeff@labundy.com>
13 The Azoteq IQS626A is a 14-channel capacitive touch controller that features
14 additional Hall-effect and inductive sensing capabilities.
19 - $ref: touchscreen/touchscreen.yaml#
31 "#address-cells":
34 "#size-cells":
37 azoteq,suspend-mode:
[all …]
/freebsd/share/doc/papers/kerntune/
H A D3.t61 time is long.
91 Despite the long period of time that elapsed
98 While these benchmarks are not useful as a long term profile
103 long term measurements of general timesharing.
106 in the long term system performance is negligible,
108 but the long term system performance improves significantly.
110 An investigation of our long term profiling showed that
167 cache we ran ``ls \-l''
169 Before the per-process cache this command
195 Figure 4. Call times for \fInamei\fP with per-process cache.
[all …]
/freebsd/contrib/ncurses/include/
H A DMKterm.h.awk.in3 printf "typedef struct termtype%s { /* in-core form of terminfo data */\n", suffix;
4 print " char *term_names; /* str_table offset of term names */"
7 printf " %-5s *Numbers; /* array of integer values */\n", number;
29 print " * Copyright 2018-2021,2023 Thomas E. Dickey *"
30 print " * Copyright 1998-2013,2017 Free Software Foundation, Inc. *"
58 print "/* Author: Zeyd M. Ben-Halim <zmbenhal@netcom.com> 1992,1995 */"
60 print "/* and: Thomas E. Dickey 1995-on */"
66 print "** term.h -- Definition of struct term"
81 print "/* Make this file self-contained by providing defaults for the HAVE_TERMIO[S]_H"
95 print "/* Define the sp-funcs helper function */"
[all …]
/freebsd/contrib/ntp/scripts/
H A Dplot_summary-opts1 # EDIT THIS FILE WITH CAUTION (plot_summary-opts)
3 # It has been AutoGen-ed May 25, 2024 at 12:05:57 AM by AutoGen 5.18.16
4 # From the definitions plot_summary-opts.def
7 use Getopt::Long qw(GetOptionsFromArray);
8 Getopt::Long::Configure(qw(no_auto_abbrev no_ignore_case_always));
34 'offset-limit' => '0.128',
36 'plot-term' => '',
37 'output-file' => '',
38 'dont-wai
[all...]
/freebsd/crypto/openssl/doc/man3/
H A DSSL_CTX_dane_enable.pod9 - enable DANE TLS authentication of the remote TLS server in the local
26 unsigned long SSL_CTX_dane_set_flags(SSL_CTX *ctx, unsigned long flags);
27 unsigned long SSL_CTX_dane_clear_flags(SSL_CTX *ctx, unsigned long flags);
28 unsigned long SSL_dane_set_flags(SSL *ssl, unsigned long flags);
29 unsigned long SSL_dane_clear_flags(SSL *ssl, unsigned long flags);
39 per-connection DANE support as appropriate.
58 By default, matching type C<SHA2-256(1)> (see RFC7218 for definitions
60 with a strength ordinal of C<1> and matching type C<SHA2-512(2)>
65 (The connection must be associated with a DANE-enabled SSL context).
90 and authentication will be based on any configured traditional trust-anchors;
[all …]
/freebsd/lib/libc/quad/
H A Dmuldi3.c1 /*-
2 * SPDX-License-Identifier: BSD-3-Clause
8 * at Lawrence Berkeley Laboratory under DARPA contract BG 91-66 and
55 * Now add 2^n u1 v1 to the first term and subtract it from the middle,
56 * and add 2^n u0 v0 to the last term and subtract it from the middle.
60 * (2^n) (u1 v0 - u1 v1 + u0 v1 - u0 v0) +
66 * (2^n) (u1 - u0) (v0 - v1) + [(u1-u0)... = mid]
69 * The terms (u1 v1), (u1 - u0) (v0 - v1), and (u0 v0) can all be done
71 * of (u1 - u0) or (v0 - v1) may be negative.)
75 * Since C does not give us a `long * long = quad' operator, we split
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DDelinearization.cpp1 //===---- Delinearization.cpp - MultiDimensional Index Delinearization ----===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
12 // use the on-demand SCEVAddRecExpr::delinearize() function.
14 //===----------------------------------------------------------------------===//
40 return isa<UndefValue>(SU->getValue()); in containsUndefs()
57 Strides.push_back(AR->getStepRecurrence(SE)); in follow()
76 // Stop recursion: once we collected a term, do not walk its operands. in follow()
99 // Stop recursion: once we collected a term, do not walk its operands. in follow()
134 for (const auto *Op : Mul->operands()) { in follow()
[all …]
/freebsd/secure/lib/libcrypto/man/man3/
H A DSSL_CTX_dane_enable.318 .\" Set up some character translations and predefined strings. \*(-- will
24 .tr \(*W-
27 . ds -- \(*W-
29 . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch
30 . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch
37 . ds -- \|\(em\|
71 .\" Fear. Run. Save yourself. No user-serviceable parts.
81 . ds #H ((1u-(\\\\n(.fu%2u))*.13m)
97 . ds ' \\k:\h'-(\\n(.wu*8/10-\*(#H)'\'\h"|\\n:u"
98 . ds ` \\k:\h'-(\\n(.wu*8/10-\*(#H)'\`\h'|\\n:u'
[all …]
/freebsd/contrib/ncurses/ncurses/
H A Dterm.priv.h2 * Copyright 2021-2023,2024 Thomas E. Dickey *
30 * $Id: term.priv.h,v 1.13 2024/03/02 20:43:06 tom Exp $
32 * term.priv.h
40 /* *INDENT-OFF* */
64 #include <term.h> /* time_t */
90 # define PATH_MAX 255 /* the Posix minimum path-size */
139 * Internals for term.h
141 typedef struct term { /* describe an actual terminal */ struct
156 * Internals for soft-keys
168 long sequence;
[all …]
/freebsd/share/doc/papers/sysperf/
H A D2.t54 out at 25-35 tps in practice), and the user cpu utilization (us) should
60 be non-zero). It is healthy for the paging demon to free pages when
70 is overloaded or imbalanced. If you have several non-dma
72 that are doing high-speed non-buffered input/output, then the system
73 time may go high (60-80% or higher).
76 activity (in) or system call activity (sy). Long term measurements
85 reduction in the system responsiveness and long pauses when interactive
118 non-zero average seek times. Most modern disk drives should
119 exhibit an average seek time of 25-35 ms.
135 .B \-p
[all …]
/freebsd/contrib/dialog/
H A Dtextbox.c4 * textbox.c -- implements the text box
6 * Copyright 2000-2020,2021 Thomas E. Dickey
30 #define PAGE_LENGTH (height - 4)
31 #define PAGE_WIDTH (width - 2)
40 long file_size;
41 long fd_bytes_read;
42 long bytes_read;
43 long buffer_len;
47 long page_length; /* lines on the page which is shown */
48 long in_buf; /* ending index into buf[] for page */
[all …]
/freebsd/sys/contrib/device-tree/src/arm/nvidia/
H A Dtegra124-apalis-emc.dtsi1 // SPDX-License-Identifier: GPL-2.0 OR X11
3 * Copyright 2016-2019 Toradex AG
7 #include <dt-bindings/clock/tegra124-car.h>
11 emc-timings-1 {
12 nvidia,ram-code = <1>;
14 timing-12750000 {
15 clock-frequency = <12750000>;
16 nvidia,parent-clock-frequency = <408000000>;
18 clock-names = "emc-parent";
21 timing-20400000 {
[all …]
H A Dtegra124-jetson-tk1-emc.dtsi1 // SPDX-License-Identifier: GPL-2.0
3 #include <dt-bindings/clock/tegra124-car.h>
7 emc-timings-3 {
8 nvidia,ram-code = <3>;
10 timing-12750000 {
11 clock-frequency = <12750000>;
12 nvidia,parent-clock-frequency = <408000000>;
14 clock-names = "emc-parent";
17 timing-20400000 {
18 clock-frequency = <20400000>;
[all …]
H A Dtegra124-nyan-blaze-emc.dtsi1 // SPDX-License-Identifier: GPL-2.0
3 #include <dt-bindings/clock/tegra124-car.h>
7 emc-timings-1 {
8 nvidia,ram-code = <1>;
10 timing-12750000 {
11 clock-frequency = <12750000>;
12 nvidia,parent-clock-frequency = <408000000>;
14 clock-names = "emc-parent";
17 timing-20400000 {
18 clock-frequency = <20400000>;
[all …]
/freebsd/contrib/wpa/wpa_supplicant/doc/docbook/
H A Dwpa_cli.sgml1 <!doctype refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN">
21 <arg>-p <replaceable>path to ctrl sockets</replaceable></arg>
22 <arg>-g <replaceable>path to global ctrl_interface socket</replaceable></arg>
23 <arg>-i <replaceable>ifname</replaceable></arg>
24 <arg>-hvB</arg>
25 <arg>-a <replaceable>action file</replaceable></arg>
26 <arg>-P <replaceable>pid file</replaceable></arg>
27 <arg>-G <replaceable>ping interval</replaceable></arg>
35 <para>wpa_cli is a text-based frontend program for interacting
47 implement, e.g., one-time-passwords or generic token card
[all …]
/freebsd/bin/ls/
H A Dls.c1 /*-
2 * SPDX-License-Identifier: BSD-3-Clause
72 * MAKENINES(n) turns n into (10**n)-1. This is useful for converting a width
82 n--; \
83 n = __i - 1; \
92 GRP_DIR_FIRST = -1,
105 {"group-directories", optional_argument, NULL, GROUP_OPT},
106 {"group-directories-first", no_argument, NULL, GROUP_OPT},
113 long blocksize; /* block size units */
121 int f_humanval; /* show human-readable file sizes */
[all …]
/freebsd/usr.bin/tabs/
H A Dtabs.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
30 * tabs -- set terminal tabs
47 #include <term.h>
55 /* Predefined formats, taken from IEEE Std 1003.1-2001. */
58 long stops[NSTOPS]; /* Column positions */
73 static void gettabs(char *, long *, long *);
80 long cols, i, inc, j, margin, nstops, stops[NSTOPS]; in main()
88 nstops = -1; in main()
89 while ((arg = *++argv) != NULL && (*arg == '-' || *arg == '+')) { in main()
[all …]
/freebsd/lib/msun/ld128/
H A Ds_logl.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
4 * Copyright (c) 2007-2013 Bruce D. Evans
30 * Implementation of the natural logarithm of x for 128-bit format.
38 * [-1.0/256, 1.0/256), [1.0/256, 3.0/256), .... [2.0-1.0/256, 2.0+1.0/256)
49 * where p(d) = d - 0.
[all...]
/freebsd/contrib/ncurses/ncurses/win32con/
H A Dwin_driver.c2 * Copyright 2018-2021,2023 Thomas E. Dickey *
3 * Copyright 2008-2016,2017 Free Software Foundation, Inc. *
36 * TODO - GetMousePos(POINT * result) from ntconio.c
37 * TODO - implement nodelay
38 * TODO - improve screen-repainting performance, using implied wraparound to reduce write's
39 * TODO - make it optional whether screen is restored or not when non-buffered
73 #define AssertTCB() assert(TCB != 0 && (TCB->magic == WINMAGIC))
74 #define SetSP() assert(TCB->csp != 0); sp = TCB->csp; (void) sp
87 /* *INDENT-OFF* */
88 static const LONG keylist[] =
[all …]

12345678910>>...22