Home
last modified time | relevance | path

Searched +full:bottom +full:- +full:speed (Results 1 – 25 of 102) sorted by relevance

12345

/freebsd/sys/contrib/device-tree/Bindings/input/
H A Dazoteq,iqs7222.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schema
[all...]
/freebsd/sys/dev/firewire/
H A Dfwohci.c1 /*-
2 * SPDX-License-Identifier: BSD-4-Clause
5 * Copyright (c) 1998-2002 Katsushi Kobayashi and Hidetoshi Shimokawa
121 #define OWRITE(sc, r, x) bus_space_write_4((sc)->bst, (sc)->bsh, (r), (x))
122 #define OREAD(sc, r) bus_space_read_4((sc)->bst, (sc)->bsh, (r))
299 device_printf(sc->fc.dev, "%s: %d->%d (loop=%d)\n", in fwohci_set_bus_manager()
324 device_printf(sc->fc.dev, "%s: failed(1).\n", __func__); in fwphy_rddata()
335 device_printf(sc->fc.dev, "%s: failed(2).\n", __func__); in fwphy_rddata()
342 device_printf(sc->fc.dev, in fwphy_rddata()
364 fc = (struct fwohci_softc *)sc->fc; in fwohci_ioctl()
[all …]
H A Dif_fwe.c1 /*-
2 * SPDX-License-Identifier: BSD-4-Clause
4 * Copyright (c) 2002-2003
67 #define TX_MAX_QUEUE (FWMAXQUEUE - 1)
91 "Transmission speed");
107 fwe = ((struct fwe_eth_softc *)if_getsoftc(ifp))->fwe; in fwe_poll()
108 fc = fwe->fd.fc; in fwe_poll()
109 fc->poll(fc, (cmd == POLL_AND_CHECK_STATUS)?0:1, count); in fwe_poll()
147 mtx_init(&fwe->mtx, "fwe", NULL, MTX_DEF); in fwe_attach()
149 fwe->stream_ch = stream_ch; in fwe_attach()
[all …]
/freebsd/contrib/ee/
H A Dnew_curse.c166 #define nd__ 17 /* non-destructive space (cursor right) */
488 float speed; variable
509 int value; /* CURSES value of key (9-bit) */
565 { 3, "\033[q", 0534 }, /* ka1 upper-left of keypad */
566 { 3, "\033[s", 0535 }, /* ka3 upper-right of keypad */
568 { 3, "\033[p", 0537 }, /* kc1 lower-left of keypad */
569 { 3, "\033[n", 0540 }, /* kc3 lower-right of keypad */
611 { 3, "\033Oq", 0534 }, /* ka1 upper-left of keypad */
612 { 3, "\033Os", 0535 }, /* ka3 upper-right of keypad */
614 { 3, "\033Op", 0537 }, /* kc1 lower-left of keypad */
[all …]
/freebsd/contrib/ncurses/man/
H A Dterminfo.tail2 .\" Copyright 2018-2023,2024 Thomas E. Dickey *
3 .\" Copyright 1998-2016,2017 Free Software Foundation, Inc. *
32 .SS "User-Defined Capabilities"
41 \fI\%ncurses\fP addresses this limitation by allowing user-defined
44 the \fB\-x\fP option for this purpose.
45 When \fB\-x\fP is set,
46 \fB@TIC@\fP treats unknown capabilities as user-defined.
56 User-defined capability strings whose name begins
70 user-defined capabilities intended for use by termcap applications should
77 The \fI\%ncurses\fP library uses a few of these user-defined
[all …]
/freebsd/contrib/llvm-project/llvm/tools/bugpoint/
H A DListReducer.h1 //===- ListReducer.h - Trim down list while retaining property --*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
12 //===----------------------------------------------------------------------===//
73 // Maximal number of allowed single-element trim iterations. We add a in reduceList()
74 // threshold here as single-element reductions may otherwise take a in reduceList()
84 // Halt if the user presses ctrl-c. in reduceList()
92 // distribution (improving the speed of convergence). in reduceList()
157 // Okay, we trimmed as much off the top and the bottom of the list as we in reduceList()
172 // improve the convergence speed. in reduceList()
[all …]
/freebsd/usr.sbin/bsdconfig/console/include/
H A Dmessages.subr30 hline_choose_a_screen_saver="Choose a nifty-looking screen saver"
72 msg_enter_timeout_period="Enter time-out period in seconds for screen saver"
77 msg_estonian_iso_15_desc="Estonian ISO 8859-15 keymap"
92-1.\nAmerican users won't notice the difference since the bottom half\nof all these charactersets …
125 msg_ibm_866_desc="Russian, IBM encoding (use with KOI8-R screenmap)"
127 msg_ibm_866u_desc="Ukrainian, IBM encoding (use with KOI8-U screenmap)"
132 msg_iso_8859_15="ISO 8859-15"
134 msg_iso_8859_1="ISO 8859-1"
136 msg_iso_8859_1_to_ibm437="ISO 8859-1 to IBM437"
137 msg_iso_8859_1_to_ibm437_desc="W-Europe ISO 8859-1 to IBM 437 screenmap"
[all …]
/freebsd/share/misc/
H A Dusb_hid_usages4 # - lines that do not start with a white space give the number and name of
6 # - lines that start with a white space give the number and name of
20 0x08 Multi-axis Controller
62 0x90 D-pad Up
63 0x91 D-pad Down
64 0x92 D-pad Right
65 0x93 D-pad Left
107 0xB2 Anti-Torque Control
163 0x33 Stick Speed
278 0x2D Keyboard - and (underscore)
[all …]
/freebsd/sys/contrib/zlib/
H A Ddeflate.h1 /* deflate.h -- internal compression state
2 * Copyright (C) 1995-2024 Jean-loup Gailly
26 /* define LIT_MEM to slightly increase the speed of deflate (order 1% to 2%) at
58 #define INIT_STATE 42 /* zlib header -> BUSY_STATE */
60 # define GZIP_STATE 57 /* gzip header -> BUSY_STATE | EXTRA_STATE */
62 #define EXTRA_STATE 69 /* gzip extra block -> NAME_STATE */
63 #define NAME_STATE 73 /* gzip file name -> COMMENT_STATE */
64 #define COMMENT_STATE 91 /* gzip comment -> HCRC_STATE */
65 #define HCRC_STATE 103 /* gzip header CRC -> BUSY_STATE */
66 #define BUSY_STATE 113 /* deflate -> FINISH_STATE */
[all …]
/freebsd/share/doc/usd/12.vi/vi/
H A Dvi.in34 .EH 'USD:11-%''An Introduction to Display Editing with Vi'
35 .OH 'An Introduction to Display Editing with Vi''USD:11-%'
90 limited speed available.
109 The financial support of an \s-2IBM\s0 Graduate Fellowship and the
110 National Science Foundation under grants MCS74-07644-A03 and MCS78-07291
115 (Pronounced \fIvee-eye\fP.)
123 some nitty-gritty details of how the editor functions are saved for section
152 2621 Hewlett-Packard 2621A/P Intelligent
153 2645 Hewlett-Packard 264x Intelligent
154 act4 Microterm ACT-IV Dumb
[all …]
/freebsd/share/termcap/
H A Dtermcap.531 .\" * ncurses is copyright (C) 1992-1995 *
32 .\" * Zeyd M. Ben-Halim *
77 consist of a number of `:'-separated fields.
98 in 132-column mode would be
99 .Dq vt100-w .
101 .Bl -column indent "With automatic margins (usually default)xx" -offset indent
103 -w Wide mode (more than 80 columns) vt100-w
104 -am With automatic margins (usually default) vt100-am
105 -nam Without automatic margins vt100-nam
106 .Pf \- Ar n Ta No "Number of lines on screen aaa-60"
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineTraceMetrics.h1 //===- lib/CodeGen/MachineTraceMetrics.h - Super-scalar metrics -*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
11 // preferred traces. This is useful for super-scalar CPUs where execution speed
14 // Out-of-order CPUs will often be executing instructions from multiple basic
27 // A and B, they never diverge again. This applies in both directions - If the
40 // Every instruction in the current block has a slack - the number of cycles
44 //===----------------------------------------------------------------------===//
91 /// we estimate critical path for in-order cores.
119 /// Per-basic block information that doesn't depend on the trace through the
[all …]
H A DScheduleDAGInstrs.h1 //===- ScheduleDAGInstrs.h - MachineInstr Scheduling ------------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
10 /// for a MachineInstr-based dependency graph.
12 //===----------------------------------------------------------------------===//
75 /// For non-data-dependent uses, OpIdx == -1.
137 // ------------------------------------------------
156 // -------------------------------
158 /// Defs, Uses - Remember where defs and uses of each register are as we
174 /// Remember a generic side-effecting instruction as we proceed.
[all …]
/freebsd/contrib/kyua/
H A DCONTRIBUTING.md10 -----------
14 Agreement](https://developers.google.com/open-source/cla/individual),
19 things--for instance that you will tell us if you know that your code
27 Agreement](https://developers.google.com/open-source/cla/corporate).
32 changes to Google Inc. and use the 3-clause BSD license text included
40 -------------
44 [kyua-discuss mailing
45 list](https://groups.google.com/forum/#!forum/kyua-discuss)
50 [kyua-log mailing list](https://groups.google.com/forum/#!forum/kyua-log) to
55 ------------
[all …]
/freebsd/share/doc/usd/12.vi/viapwh/
H A Dvi.apwh.ms72 \fB<character [-character]>\fR means that the character or
76 the \fBescape\fR key is to be typed. \fB<a-z>\fR means that a
130 semi-automatically done when you log in.
138 tset \-s \-d 2621 > tset$$
146 type from an on-line list.
156 semi-automatically done when you log in.
164 tset \-s \-d 2621 > tset$$
172 is simpler, just add the line ``tset \-d 2621''
177 type from an on-line list.
214 or the middle of a multi-keystroke command, it may
[all …]
/freebsd/contrib/gdtoa/
H A Dchanges3 (fixed-point mode); fix rounding bug in these modes when the input
4 d (to be converted) satisfies 10^-(ndigits+1) <= |d| < 10^-ndigits ,
7 the result is empty (i.e., when |d| <= 5 * 10^-ndigits).
25 return +-Infinity for IEEE arithmetic, +- the largest machine number
30 dtoa.c: tweak strtod (one-line addition) so the end-pointer = start
35 reasonably with huge numbers and 16-bit ints.
47 < for(result_k = 0; sizeof(Bigint) - sizeof(unsigned long) + j < i;
48 ---
49 > for(result_k = 0; sizeof(Bigint) - sizeof(unsigned long) + j <= i;
50 With 32-bit ints, the former could give too small a block for the return
[all …]
/freebsd/contrib/nvi/cl/
H A Dcl_funcs.c1 /*-
72 * cl_waddstr --
84 * cl_addstr --
96 * cl_attr --
138 * do this automatically -- so, this attribute isn't as controlled by in cl_attr()
142 if (clp->ti_te != TI_SENT) { in cl_attr()
143 clp->ti_te = TI_SENT; in cl_attr()
144 if (clp->smcup == NULL) in cl_attr()
145 (void)cl_getcap(sp, "smcup", &clp->smcup); in cl_attr()
146 if (clp->smcup != NULL) in cl_attr()
[all …]
/freebsd/contrib/diff/src/
H A Danalyze.c21 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
25 Algorithmica Vol. 1 No. 2, 1986, pp. 251-266;
27 Unless the --minimal option is specified, this code uses the TOO_EXPENSIVE
34 Information and Control Vol. 64, 1985, pp. 100-118. */
39 #include <file-type.h>
67 doing a breadth-first search through the space of edit-sequence.
75 Set PART->(xmid,ymid) to the midpoint (XMID,YMID). The diagonal number
76 XMID - YMID equals the number of inserted lines minus the number
79 Set PART->lo_minimal to true iff the minimal edit script for the
80 left half of the partition is known; similarly for PART->hi_minimal.
[all …]
/freebsd/sys/dev/sound/pcm/
H A Dchannel.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
4 * Copyright (c) 2005-2009 Ariff Abdullah <ariff@FreeBSD.org>
5 * Portions Copyright (c) Ryan Beasley <ryan.beasley@gmail.com> - GSoC 2006
7 * Portions Copyright (c) Luigi Rizzo <luigi@FreeBSD.org> - 1997-99
43 &report_soft_formats, 0, "report software-emulated formats");
47 &report_soft_matrix, 0, "report software-emulated channel matrixing");
58 if (err != 0 || req->newptr == NULL) in sysctl_hw_snd_latency()
81 if (err != 0 || req->newptr == NULL) in sysctl_hw_snd_latency_profile()
104 if (err != 0 || req->newptr == NULL) in sysctl_hw_snd_timeout()
[all …]
/freebsd/share/dict/
H A Dweb2a12 A-b-c book
13 A-b-c method
14 abdomino-uterotomy
15 Abdul-baha
16 a-be
20 able-bodied
21 able-bodiedness
22 able-minded
23 able-mindedness
27 Abor-miri
[all …]
/freebsd/contrib/ncurses/ncurses/widechar/
H A Dlib_add_wch.c2 * Copyright 2019-2021,2023 Thomas E. Dickey *
3 * Copyright 2004-2011,2016 Free Software Foundation, Inc. *
50 * likely to be speed-critical -- profiling data sure says it is!
51 * Most of the important screen-painting functions are shells around
52 * wadd_wch(). So we make every effort to reduce function-call overhead
55 * window sync hook, for use by string-put functions.
72 ch = win->_nc_bkgd; in render_char()
73 SetAttr(ch, a | AttrOf(win->_nc_bkgd)); in render_char()
75 pair = GetPair(win->_nc_bkgd); in render_char()
79 a |= AttrOf(win->_nc_bkgd) & COLOR_MASK(a); in render_char()
[all …]
/freebsd/share/doc/papers/kernmalloc/
H A Dkernmalloc.t68 pp. 295-303, June 1988.
99 patterns in the UNIX kernel and a hybrid strategy that is time-efficient
100 for small allocations and space-efficient for large allocations.
102 with a single easy-to-program interface,
120 In a user process such short-term
121 memory would be allocated on the run-time stack.
122 Because the kernel has a limited run-time stack,
159 Rather than providing many semi-specialized ways of allocating memory,
170 of the well-known memory allocator provided for
233 Speed of allocation is more critical when executing in the
[all …]
/freebsd/contrib/ntp/html/drivers/
H A Ddriver27.html1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
6 <meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
15 <!-- #BeginDate format:En2m -->21-Oct-2010 23:44<!-- #EndDate -->
22 Serial Port: <tt>/dev/arc<i>u</i></tt>; 300 baud, 8-bits, 2-stop, no parity<br>
26 …nux x86. Changes from v1.1 and v1.2 include patches to work with the new ntp-4 code, clock support…
28-5.90 on Solaris-1 (SunOS 4.1.3_U1 on an SS1 serving as a router and firewall) and against ntpd3-5…
30 …omething approaching the 2.5 years expected in the usual stand-alone mode, but no battery-life mea…
31-Davis</a>. Thanks also to <a href="mailto:lyndond@sentinet.co.uk">Lyndon David</a> for some of th…
34-time). In the default or original MSF mode, the time is in `local' format, including the daylight…
35speed from clock to host, and the fact that the clock is not in continuous sync with MSF, it seems…
[all …]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGRRList.cpp1 //===- ScheduleDAGRRList.cpp - Reg pressure reduction list scheduler ------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
9 // This implements bottom-up and top-down register pressure reduction list
15 //===----------------------------------------------------------------------===//
39 #include "llvm/Config/llvm-config.h"
62 #define DEBUG_TYPE "pre-RA-sched"
70 burrListDAGScheduler("list-burr",
71 "Bottom-up register reduction list scheduling",
76 "Similar to list-burr but schedules in source "
[all …]
/freebsd/contrib/flex/src/
H A Ddfa.c1 /* dfa - DFA construction routines */
10 /* to contract no. DE-AC03-76SF00098 between the United States */
43 /* check_for_backing_up - check a DFA state for backing up
48 * ds is the number of the state to check and state[] is its out-transitions,
54 …&& !dfaacc[ds].dfaacc_set) || (!reject && !dfaacc[ds].dfaacc_state)) { /* state is non-accepting */ in check_for_backing_up()
59 _("State #%d is non-accepting -\n"), ds); in check_for_backing_up()
64 /* Now identify it further using the out- and in check_for_backing_up()
65 * jam-transitions. in check_for_backing_up()
75 /* check_trailing_context - check to see if NFA state set constitutes
90 * further-along scanning of the pattern. In these cases, a warning
[all …]

12345