Home
last modified time | relevance | path

Searched +full:4 +full:- +full:line (Results 1 – 25 of 1074) sorted by relevance

12345678910>>...43

/freebsd/contrib/libyaml/tests/
H A Drun-emitter-test-suite.c8 int get_line(FILE * input, char *line);
9 char *get_anchor(char sigil, char *line, char *anchor);
10 char *get_tag(char *line, char *tag);
11 void get_value(char *line, char *value, int *style);
23 char line[1024]; in main() local
27 int flow = -1; /** default no flow style collections */ in main()
30 if (strncmp(argv[i], "--help", 6) == 0) in main()
32 if (strncmp(argv[i], "-h", 2) == 0) in main()
34 if (strncmp(argv[i], "--flow", 6) == 0) { in main()
38 if (strncmp(argv[i], "keep", 4) == 0) in main()
[all …]
/freebsd/share/doc/papers/kernmalloc/
H A Dalloc.fig32 line from 4,12 to 4,4
33 line from 8,12 to 8,4
34 line from 12,12 to 12,4
35 line from 16,12 to 16,4
36 line from 20,12 to 20,4
37 line from 24,12 to 24,4
38 line from 28,12 to 28,4
39 line from 0,16 to 0,0
40 line from 0,8 to 32,8
45 line from 8,12 to 8,4
[all …]
/freebsd/contrib/netbsd-tests/bin/sh/
H A Dt_redir.sh43 cat <<- 'DONE' |
45 atf_check -s exit:0 -o empty -e empty ${TEST_SH}
46 cat <<- 'DONE' |
48 atf_check -s exit:0 -o match:0 -e empty ${TEST_SH} -c 'wc -l'
50 cat <<- 'DONE' |
53 atf_check -s exit:0 -o match:hello -e empty ${TEST_SH}
54 cat <<- 'DONE' |
57 atf_check -s exit:0 -o match:1 -e empty ${TEST_SH} -c 'wc -l'
59 cat <<- 'DONE' |
63 atf_check -s exit:0 -o match:helloworld -e empty ${TEST_SH}
[all …]
/freebsd/contrib/file/magic/Magdir/
H A Dmagic2 #------------------------------------------------------------------------------
7 # skip Magicsee_R1.cfg found on retropie starting with # Magicsee R1 one-handed controller
10 !:mime text/x-file
14 # some (34/339) samples start with a comment line
16 # some (28/339) samples start with separator line (about 78 minus characters) like:
17 # archive arm assembler beetle c-lang clojure compress der filesystems firmware gentoo lammps
19 >4 string --------
23 >>>0 use magic-fragment
24 # few (6/339) samples with 1st comment line and without separator comment line
26 >4 default x
[all …]
H A Dc642 #------------------------------------------------------------------------------
16 # Reference: https://vice-emu.sourceforge.io/vice_17.html#SEC391
18 # http://mark0.net/download/triddefs_xml.7z/defs/c/crt-c64.trid.xml
23 # skip DROID fmt-822-signature-id-1179.crt with missing packet length
25 >>0 use c64-crt
27 0 name c64-crt
29 #!:mime application/octet-stream
30 !:mime application/x-commodore-crt
32 # http://mark0.net/download/triddefs_xml.7z/defs/c/car-ccs64.trid.xml
36 # 32-byte null padded cartridge name like: "BUGS BUNNY" "CART64" "EasyFlash" "FINAL CARTRIDGE" "Mag…
[all …]
/freebsd/sys/contrib/device-tree/src/arm64/broadcom/
H A Dbcm2712.dtsi1 // SPDX-License-Identifier: (GPL-2.0 OR MIT)
2 #include <dt-bindings/interrupt-controller/arm-gic.h>
7 #address-cells = <2>;
8 #size-cells = <2>;
10 interrupt-parent = <&gicv2>;
14 clk_osc: clk-osc {
15 compatible = "fixed-clock";
16 #clock-cells = <0>;
17 clock-output-names = "osc";
18 clock-frequency = <54000000>;
[all …]
/freebsd/share/doc/usd/21.troff/
H A Dm0a1 .\" Copyright (C) Caldera International Inc. 2001-2002. All rights reserved.
54 .h1 \s-1#\s+1 *
59 \s-1#\s+1Notes are explained at the end of this Summary and Index
66 \fB&ps\fI\|\(+-N\fR 10\|point previous E Point size; also \fB\es\fI\(+-N\fR.\(dg
68 \fB&fz\fI|F|\(+-N\fR off - E font \fIF\fR to point size \fI\(+-N\fR.
70 \fB&fz|S|\fIF|\(+-N\fR off - E Special Font characters to point size \fI\(+-N\fR.
72 \fB&ss\fI|N\fR 12\(sl36\|em ignored E Space-character size
75 \fB&cs\fI|F\|N\|M\fR off - P Constant character
79 \fB&bd\fI|F|N\fR off - P Embolden font \fIF\fR by \fIN\fR\(mi1 units.\(dg
81 \fB&bd|S|\fIF|N\fR off - P Embolden Special Font when current font is \fIF\fR.\(dg
[all …]
/freebsd/contrib/byacc/test/yacc/
H A Dgrammar.tab.c10 #define YYEMPTY (-1)
14 #define YYENOMEM (-2)
100 #line 9 "grammar.y"
110 #line 81 "grammar.y"
127 #define TEXT_LEN (MAX_TEXT_SIZE / 2 - 3)
131 #define PROTO_ANSI_LLIB -2 /* form ANSI lint-library source */
132 #define PROTO_LINTLIBRARY -1 /* form lint-library source */
151 #define FUNC_UNKNOWN -1 /* unspecified */
172 #define DS_CHAR 4 /* contains "char" type specifier */
326 * the parameter declaration on the same line. If the lexer scans a comment
[all …]
H A Dvarsyntax_calc1.output1 0 $accept : line $end
4 2 | lines line
6 3 line : dexp '\n'
7 4 | vexp '\n'
15 11 | dexp '-' dexp
18 14 | '-' dexp
26 21 | vexp '-' vexp
27 22 | dexp '-' vexp
32 27 | '-' vexp
36 $accept : . line $end (0)
[all …]
H A Dcalc1.output1 0 $accept : line $end
4 2 | lines line
6 3 line : dexp '\n'
7 4 | vexp '\n'
15 11 | dexp '-' dexp
18 14 | '-' dexp
26 21 | vexp '-' vexp
27 22 | dexp '-' vexp
32 27 | '-' vexp
36 $accept : . line $end (0)
[all …]
/freebsd/sys/contrib/device-tree/src/arm/nuvoton/
H A Dnuvoton-npcm750-runbmc-olympus.dts1 // SPDX-License-Identifier: GPL-2.0
5 /dts-v1/;
6 #include "nuvoton-npcm750.dtsi"
7 #include "nuvoton-npcm750-runbmc-olympus-pincfg.dtsi"
9 #include <dt-bindings/i2c/i2c.h>
10 #include <dt-bindings/gpio/gpio.h>
43 stdout-path = &serial3;
50 iio-hwmon {
51 compatible = "iio-hwmon";
52 io-channels = <&adc 0>, <&adc 1>, <&adc 2>, <&adc 3>,
[all …]
/freebsd/lib/libpmc/pmu-events/arch/s390/cf_z13/
H A Dextended.json5 "BriefDescription": "L1D Read-only Exclusive Writes",
6-1 Data cache where the line was originally in a Read-Only state in the cache but has been updated…
12 …"PublicDescription": "A translation entry has been written to the Level-1 Data Translation Lookasi…
18 …"PublicDescription": "Level-1 Data TLB miss in progress. Incremented by one for every cycle a DTLB…
23 "BriefDescription": "DTLB1 One-Megabyte Page Writes",
24 …": "A translation entry has been written to the Level-1 Data Translation Lookaside Buffer for a on…
29 "BriefDescription": "DTLB1 Two-Gigabyte Page Writes",
30 …": "A translation entry has been written to the Level-1 Data Translation Lookaside Buffer for a tw…
36 …on": "A directory write to the Level-1 Data cache directory where the returned cache line was sour…
42 …"PublicDescription": "A translation entry has been written to the Level-1 Instruction Translation …
[all …]
/freebsd/sys/tools/
H A Dmiidevs2h.awk1 #! /usr/bin/awk -f
4 #-
5 # SPDX-License-Identifier: BSD-2-Clause AND BSD-4-Clause
49 # 4. The name of the author(s) may not be used to endorse or promote models
64 function collectline(f, line) {
66 line = ""
69 line = line "("
75 line = line $f
77 line = line " "
81 line = line $f
[all …]
/freebsd/contrib/byacc/test/btyacc/
H A Dcalc1.output1 0 $accept : line $end
4 2 | lines line
6 3 line : dexp '\n'
7 4 | vexp '\n'
15 11 | dexp '-' dexp
18 14 | '-' dexp
26 21 | vexp '-' vexp
27 22 | dexp '-' vexp
32 27 | '-' vexp
36 $accept : . line $end (0)
[all …]
H A Dvarsyntax_calc1.output1 0 $accept : line $end
4 2 | lines line
6 3 line : dexp '\n'
7 4 | vexp '\n'
15 11 | dexp '-' dexp
18 14 | '-' dexp
26 21 | vexp '-' vexp
27 22 | dexp '-' vexp
32 27 | '-' vexp
36 $accept : . line $end (0)
[all …]
/freebsd/sys/x86/x86/
H A Didentcpu.c1 /*-
22 * 4. Neither the name of the University nor the names of its contributors
71 #include <xen/xen-os.h>
154 if ((req->flags & SCTL_MASK32) != 0 && adaptive_machine_arch) in sysctl_hw_machine()
199 "Intel Pentium 4"
222 { "Pentium 4", CPUCLASS_686 }, /* CPU_P4 */
252 u_int regs[4], i; in printcpuinfo()
313 "DX2 Write-Back Enhanced"); in printcpuinfo()
325 strcat(cpu_model, " A-step"); in printcpuinfo()
343 strcat(cpu_model, "/P55C (quarter-micro in printcpuinfo()
[all...]
/freebsd/contrib/mandoc/
H A Dst.c28 #define LINE(x, y) \ macro
34 LINE("-p1003.1-88", "IEEE Std 1003.1-1988 (\\(lqPOSIX.1\\(rq)") in mdoc_a2st()
35 LINE("-p1003.1-90", "IEEE Std 1003.1-1990 (\\(lqPOSIX.1\\(rq)") in mdoc_a2st()
36 LINE("-p1003.1-96", "ISO/IEC 9945-1:1996 (\\(lqPOSIX.1\\(rq)") in mdoc_a2st()
37 LINE("-p1003.1-2001", "IEEE Std 1003.1-2001 (\\(lqPOSIX.1\\(rq)") in mdoc_a2st()
38 LINE("-p1003.1-2004", "IEEE Std 1003.1-2004 (\\(lqPOSIX.1\\(rq)") in mdoc_a2st()
39 LINE("-p1003.1-2008", "IEEE Std 1003.1-2008 (\\(lqPOSIX.1\\(rq)") in mdoc_a2st()
40 LINE("-p1003.1-2013", "IEEE Std 1003.1-2008, 2013 Edition (\\(LqPOSIX.1\\(Rq)") in mdoc_a2st()
41 LINE("-p1003.1-2016", "IEEE Std 1003.1-2008, 2016 Edition (\\(LqPOSIX.1\\(Rq)") in mdoc_a2st()
42 LINE("-p1003.1-2024", "IEEE Std 1003.1-2024 (\\(lqPOSIX.1\\(rq)") in mdoc_a2st()
[all …]
/freebsd/contrib/netbsd-tests/include/
H A Dd_bitstring_8.out7 2 0 4 1
9 4 0 16 1
15 be: 0 -1 00000000
16 is: 0 -1 00000000
32 4 0
38 be: 0 -1 00000000
39 is: 0 -1 00000000
46 be: 0 -1 00000000
47 is: 0 -1 00000000
50 be: 0 -1 00000000
[all …]
/freebsd/share/man/man4/
H A Dsnd_hda.42 .\" SPDX-License-Identifier: BSD-2-Clause
4 .\" Copyright (c) 2006-2008 Joel Dahl <joel@FreeBSD.org>
38 .Bd -ragged -offset indent
44 following line in
46 .Bd -literal -offset indent
60 .Xr sound 4 ,
91 .Xr sound 4 ,
93 .Ss Boot-time Configuration
94 The following variables are available at boot-time through the
97 .Bl -tag -width ".Va hint.hdac.%d.config"-offset indent
[all …]
/freebsd/lib/libpmc/pmu-events/arch/x86/sandybridge/
H A Dcache.json5 "CounterHTOff": "0,1,2,3,4,5,6,7",
12 …ription": "Cache lines in M state evicted out of L1D due to Snoop HitM or dirty line replacement.",
14 "CounterHTOff": "0,1,2,3,4,5,6,7",
23 "CounterHTOff": "0,1,2,3,4,5,6,7",
30 "BriefDescription": "L1D data line replacements.",
32 "CounterHTOff": "0,1,2,3,4,5,6,7",
35 …event counts L1D data line replacements. Replacements occur when a new line is brought into the c…
42 "CounterHTOff": "0,1,2,3,4,5,6,7",
52 "CounterHTOff": "0,1,2,3,4,5,6,7",
92 "CounterHTOff": "0,1,2,3,4,5,6,7",
[all …]
/freebsd/share/doc/usd/12.vi/summary/
H A Dvi.summary16 .\" 4. Neither the name of the University nor the names of its contributors
77 % ex +\fIn\fP \fIname\fP ... at line \fIn\fP
78 % ex \-t \fItag\fP start at \fItag\fP
79 % ex \-r list saved files
80 % ex \-r \fIname\fP recover file \fIname\fP
82 % ex \-R \fIname\fP read only mode
95 Arbitrary text then terminates with line having only \fB.\fP
125 \fIn\fP line \fIn\fP /\fIpat\fP next with \fIpat\fP
127 $ last \fIx\fP-\fIn\fP \fIn\fP before \fIx\fP
129 \- previous \(aa\fIx\fP marked with \fIx\fP
[all …]
/freebsd/share/doc/usd/11.vitut/
H A Dedittut.ms16 .\" 4. Neither the name of the University nor the names of its contributors
34 .EH 'USD:11-%''Edit: A Tutorial'
35 .OH 'Edit: A Tutorial''USD:11-%'
64 Its aim is to lead the beginning \s-2UNIX\(dg\s+2 user through the
76 and the \s-2UNIX\s+2 documentation in general.
90 Session 1\ \ 4
92 Making contact with \s-2UNIX\s+2\ \ \ 4
93 Logging in\ \ 4
94 Asking for \fIedit\fR\ \ \ 4
112 The current line\ \ \ 10
[all …]
/freebsd/lib/libpmc/pmu-events/arch/x86/haswell/
H A Dcache.json3 "BriefDescription": "L1D data line replacements",
5 "CounterHTOff": "0,1,2,3,4,5,6,7",
15 "CounterHTOff": "0,1,2,3,4,5,6,7",
56 "CounterHTOff": "0,1,2,3,4,5,6,7",
65 "CounterHTOff": "0,1,2,3,4,5,6,7",
75 "CounterHTOff": "0,1,2,3,4,5,6,7",
85 "CounterHTOff": "0,1,2,3,4,5,6,7",
95 "CounterHTOff": "0,1,2,3,4,5,6,7",
105 "CounterHTOff": "0,1,2,3,4,5,6,7",
115 "CounterHTOff": "0,1,2,3,4,5,6,7",
[all …]
/freebsd/sys/contrib/device-tree/src/arm/aspeed/
H A Daspeed-bmc-opp-palmetto.dts1 // SPDX-License-Identifier: GPL-2.0+
2 /dts-v1/;
4 #include "aspeed-g4.dtsi"
5 #include <dt-bindings/gpio/aspeed-gpio.h>
9 compatible = "tyan,palmetto-bmc", "aspeed,ast2400";
12 stdout-path = &uart5;
20 reserved-memory {
21 #address-cells = <1>;
22 #size-cells = <1>;
26 no-map;
[all …]
/freebsd/lib/libpmc/pmu-events/arch/x86/jaketown/
H A Dcache.json5 "CounterHTOff": "0,1,2,3,4,5,6,7",
12 …ription": "Cache lines in M state evicted out of L1D due to Snoop HitM or dirty line replacement.",
14 "CounterHTOff": "0,1,2,3,4,5,6,7",
23 "CounterHTOff": "0,1,2,3,4,5,6,7",
30 "BriefDescription": "L1D data line replacements.",
32 "CounterHTOff": "0,1,2,3,4,5,6,7",
35 …event counts L1D data line replacements. Replacements occur when a new line is brought into the c…
42 "CounterHTOff": "0,1,2,3,4,5,6,7",
52 "CounterHTOff": "0,1,2,3,4,5,6,7",
92 "CounterHTOff": "0,1,2,3,4,5,6,7",
[all …]

12345678910>>...43