Home
last modified time | relevance | path

Searched +full:11 +full:n (Results 1 – 25 of 1166) sorted by relevance

12345678910>>...47

/freebsd/share/doc/papers/sysperf/
H A Dappendix.ms23 \f2\s12\h'\\n(.lu-\w'\\*(=f'u'\\*(=f\fP\s0\h'|0u'
36 'if \\n(cm=1 'ft 2
59 \f2\s14\h'\\n(.lu-\w'\\$1'u'\\$1\fP\s0\h'|0u'\c
133 \h'|11n'\*(+Kchar\*(-K \fI*\fPargv[];
135 \h'|11n'\*(+Kregister\*(-K \*(+Kint\*(-K ncalls;
137 \h'|11n'\*(+Kif\*(-K (argc < 2) \*(+K{\*(-K
138 \h'|21n'printf("usage: %s #syscalls\en", argv[0]);
139 \h'|21n'exit(1);
140 \h'|11n'\*(+K}\*(-K
141 \h'|11n'ncalls = atoi(argv[1]);
[all …]
/freebsd/share/doc/papers/kernmalloc/
H A Dappendix.ms23 \f2\s12\h'\\n(.lu-\w'\\*(=f'u'\\*(=f\fP\s0\h'|0u'
36 'if \\n(cm=1 'ft 2
59 \f2\s14\h'\\n(.lu-\w'\\$1'u'\\$1\fP\s0\h'|0u'\c
123 \*(+K#define\*(-K MINBUCKET\h'|31n'4\h'|51n'\fI\h'\w' 'u-\w'/'u'/\fP\fI*\fP\c\c
129 \*(+K#define\*(-K MAXALLOCSAVE\h'|31n'(2 \fI*\fP CLBYTES)
140 \*(+K#define\*(-K MAXKMEM\h'|31n'(1024 \fI*\fP PAGESIZE)
160 \h'|11n'\*(+Kshort\*(-K\h'|21n'ks\*_indx;\h'|41n'\fI\h'\w' 'u-\w'/'u'/\fP\fI*\fP\c\c
165 \h'|11n'u\*_short\h'|21n'ks\*_pagecnt;\h'|41n'\fI\h'\w' 'u-\w'/'u'/\fP\fI*\fP\c\c
183 \h'|11n'caddr\*_t kb\*_next;\h'|41n'\fI\h'\w' 'u-\w'/'u'/\fP\fI*\fP\c\c
201 \*(+K#define\*(-K MINALLOCSIZE\h'|31n'(1 << MINBUCKET)
[all …]
/freebsd/contrib/byacc/test/btyacc/
H A Dquote_calc2-s.output4 2 | list stat '\n'
5 3 | list error '\n'
15 11 | expr "MOD" expr
36 list : list . stat '\n' (2)
37 list : list . error '\n' (3)
53 list : list error . '\n' (3)
55 '\n' shift 10
64 LETTER shift 11
90 '\n' reduce 15
98 LETTER shift 11
[all …]
H A Dquote_calc-s.output4 2 | list stat '\n'
5 3 | list error '\n'
15 11 | expr OP_MOD expr
36 list : list . stat '\n' (2)
37 list : list . error '\n' (3)
53 list : list error . '\n' (3)
55 '\n' shift 10
64 LETTER shift 11
90 '\n' reduce 15
98 LETTER shift 11
[all …]
H A Dquote_calc.output4 2 | list stat '\n'
5 3 | list error '\n'
15 11 | expr OP_MOD expr
36 list : list . stat '\n' (2)
37 list : list . error '\n' (3)
53 list : list error . '\n' (3)
55 '\n' shift 10
64 LETTER shift 11
90 '\n' reduce 15
98 LETTER shift 11
[all …]
H A Dquote_calc2.output4 2 | list stat '\n'
5 3 | list error '\n'
15 11 | expr "MOD" expr
36 list : list . stat '\n' (2)
37 list : list . error '\n' (3)
53 list : list error . '\n' (3)
55 '\n' shift 10
64 LETTER shift 11
90 '\n' reduce 15
98 LETTER shift 11
[all …]
H A Dquote_calc3-s.output4 2 | list stat '\n'
5 3 | list error '\n'
15 11 | expr OP_MOD expr
36 list : list . stat '\n' (2)
37 list : list . error '\n' (3)
53 list : list error . '\n' (3)
55 '\n' shift 10
64 LETTER shift 11
90 '\n' reduce 15
98 LETTER shift 11
[all …]
H A Dquote_calc3.output4 2 | list stat '\n'
5 3 | list error '\n'
15 11 | expr OP_MOD expr
36 list : list . stat '\n' (2)
37 list : list . error '\n' (3)
53 list : list error . '\n' (3)
55 '\n' shift 10
64 LETTER shift 11
90 '\n' reduce 15
98 LETTER shift 11
[all …]
H A Dcalc1.output6 3 line : dexp '\n'
7 4 | vexp '\n'
8 5 | DREG '=' dexp '\n'
9 6 | VREG '=' vexp '\n'
10 7 | error '\n'
15 11 | dexp '-' dexp
52 line : error . '\n' (7)
54 '\n' shift 10
59 line : DREG . '=' dexp '\n' (5)
62 '=' shift 11
[all …]
H A Dvarsyntax_calc1.output6 3 line : dexp '\n'
7 4 | vexp '\n'
8 5 | DREG '=' dexp '\n'
9 6 | VREG '=' vexp '\n'
10 7 | error '\n'
15 11 | dexp '-' dexp
52 line : error . '\n' (7)
54 '\n' shift 10
59 line : DREG . '=' dexp '\n' (5)
62 '=' shift 11
[all …]
H A Dbtyacc_calc1.output4 2 | lines line '\n'
5 3 | lines error '\n'
15 11 | dexp '-' dexp
46 lines : lines . line '\n' (2)
47 lines : lines . error '\n' (3)
64 lines : lines error . '\n' (3)
66 '\n' shift 11
79 '\n' reduce 9
91 '\n' reduce 18
135 8: reduce/reduce conflict (reduce 4, reduce 16) on '\n'
[all …]
H A Dquote_calc4-s.output4 2 | list stat '\n'
5 3 | list error '\n'
15 11 | expr "MOD-operator" expr
36 list : list . stat '\n' (2)
37 list : list . error '\n' (3)
53 list : list error . '\n' (3)
55 '\n' shift 10
64 LETTER shift 11
90 '\n' reduce 15
98 LETTER shift 11
[all …]
H A Dquote_calc4.output4 2 | list stat '\n'
5 3 | list error '\n'
15 11 | expr "MOD-operator" expr
36 list : list . stat '\n' (2)
37 list : list . error '\n' (3)
53 list : list error . '\n' (3)
55 '\n' shift 10
64 LETTER shift 11
90 '\n' reduce 15
98 LETTER shift 11
[all …]
H A Dok_syntax1.output4 2 | list stat '\n'
5 3 | list error '\n'
15 11 | expr '%' expr
36 list : list . stat '\n' (2)
37 list : list . error '\n' (3)
53 list : list error . '\n' (3)
55 '\n' shift 10
69 '=' shift 11
70 '\n' reduce 15
107 list : list stat . '\n' (2)
[all …]
/freebsd/contrib/byacc/test/yacc/
H A Dvarsyntax_calc1.output6 3 line : dexp '\n'
7 4 | vexp '\n'
8 5 | DREG '=' dexp '\n'
9 6 | VREG '=' vexp '\n'
10 7 | error '\n'
15 11 | dexp '-' dexp
52 line : error . '\n' (7)
54 '\n' shift 10
59 line : DREG . '=' dexp '\n' (5)
62 '=' shift 11
[all …]
H A Dcalc1.output6 3 line : dexp '\n'
7 4 | vexp '\n'
8 5 | DREG '=' dexp '\n'
9 6 | VREG '=' vexp '\n'
10 7 | error '\n'
15 11 | dexp '-' dexp
52 line : error . '\n' (7)
54 '\n' shift 10
59 line : DREG . '=' dexp '\n' (5)
62 '=' shift 11
[all …]
H A Dquote_calc-s.output4 2 | list stat '\n'
5 3 | list error '\n'
15 11 | expr OP_MOD expr
36 list : list . stat '\n' (2)
37 list : list . error '\n' (3)
53 list : list error . '\n' (3)
55 '\n' shift 10
64 LETTER shift 11
90 '\n' reduce 15
98 LETTER shift 11
[all …]
H A Dquote_calc.output4 2 | list stat '\n'
5 3 | list error '\n'
15 11 | expr OP_MOD expr
36 list : list . stat '\n' (2)
37 list : list . error '\n' (3)
53 list : list error . '\n' (3)
55 '\n' shift 10
64 LETTER shift 11
90 '\n' reduce 15
98 LETTER shift 11
[all …]
H A Dquote_calc2-s.output4 2 | list stat '\n'
5 3 | list error '\n'
15 11 | expr "MOD" expr
36 list : list . stat '\n' (2)
37 list : list . error '\n' (3)
53 list : list error . '\n' (3)
55 '\n' shift 10
64 LETTER shift 11
90 '\n' reduce 15
98 LETTER shift 11
[all …]
H A Dquote_calc2.output4 2 | list stat '\n'
5 3 | list error '\n'
15 11 | expr "MOD" expr
36 list : list . stat '\n' (2)
37 list : list . error '\n' (3)
53 list : list error . '\n' (3)
55 '\n' shift 10
64 LETTER shift 11
90 '\n' reduce 15
98 LETTER shift 11
[all …]
H A Dquote_calc3-s.output4 2 | list stat '\n'
5 3 | list error '\n'
15 11 | expr OP_MOD expr
36 list : list . stat '\n' (2)
37 list : list . error '\n' (3)
53 list : list error . '\n' (3)
55 '\n' shift 10
64 LETTER shift 11
90 '\n' reduce 15
98 LETTER shift 11
[all …]
H A Dquote_calc3.output4 2 | list stat '\n'
5 3 | list error '\n'
15 11 | expr OP_MOD expr
36 list : list . stat '\n' (2)
37 list : list . error '\n' (3)
53 list : list error . '\n' (3)
55 '\n' shift 10
64 LETTER shift 11
90 '\n' reduce 15
98 LETTER shift 11
[all …]
H A Dquote_calc4-s.output4 2 | list stat '\n'
5 3 | list error '\n'
15 11 | expr "MOD-operator" expr
36 list : list . stat '\n' (2)
37 list : list . error '\n' (3)
53 list : list error . '\n' (3)
55 '\n' shift 10
64 LETTER shift 11
90 '\n' reduce 15
98 LETTER shift 11
[all …]
H A Dquote_calc4.output4 2 | list stat '\n'
5 3 | list error '\n'
15 11 | expr "MOD-operator" expr
36 list : list . stat '\n' (2)
37 list : list . error '\n' (3)
53 list : list error . '\n' (3)
55 '\n' shift 10
64 LETTER shift 11
90 '\n' reduce 15
98 LETTER shift 11
[all …]
/freebsd/contrib/ofed/infiniband-diags/man/
H A Dibfindnodesusing.810 \\$1 \\n[an-margin]
11 level \\n[rst2man-indent-level]
12 level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
14 \\n[rst2man-indent0]
15 \\n[rst2man-indent1]
16 \\n[rst2man-indent2]
21 . nr rst2man-indent\\n[rst2man-indent-level] \\n[an-margin]
27 .\" indent \\n[an-margin]
28 .\" old: \\n[rst2man-indent\\n[rst2man-indent-level]]
30 .\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
[all …]

12345678910>>...47