Home
last modified time | relevance | path

Searched refs:normal (Results 1 – 25 of 980) sorted by relevance

12345678910>>...40

/openbsd-src/gnu/usr.bin/binutils/cpu/
H A Dsimplify.inc25 ; Define a normal enum without using name/value pairs.
29 (define-pmacro (define-normal-enum name comment attrs prefix vals)
31 Define a normal enum, fixed number of arguments.
36 ; Define a normal insn enum.
38 (define-pmacro (define-normal-insn-enum name comment attrs prefix fld vals)
40 Define a normal instruction opcode enum.
49 (define-pmacro (define-normal-ifield name comment attrs start length)
50 "Define a normal instruction field.\n"
61 "Shorthand form of define-normal-ifield.\n"
62 define-normal-ifield
[all …]
/openbsd-src/gnu/usr.bin/binutils-2.17/cpu/
H A Dsimplify.inc25 ; Define a normal enum without using name/value pairs.
29 (define-pmacro (define-normal-enum name comment attrs prefix vals)
31 Define a normal enum, fixed number of arguments.
36 ; Define a normal insn enum.
38 (define-pmacro (define-normal-insn-enum name comment attrs prefix fld vals)
40 Define a normal instruction opcode enum.
49 (define-pmacro (define-normal-ifield name comment attrs start length)
50 "Define a normal instruction field.\n"
61 "Shorthand form of define-normal-ifield.\n"
62 define-normal-ifield
[all …]
/openbsd-src/gnu/usr.bin/perl/dist/threads-shared/t/
H A Dobject2.t101 # Testing with normal array
106 ok($created[$ID], 'Created hash object in normal array');
108 ok($destroyed[$ID], 'Deleted hash object in normal array');
111 ok($created[$ID], 'Created hash object in normal array');
113 ok($destroyed[$ID], 'Undef hash object in normal array');
116 ok($created[$ID], 'Created hash object in normal array');
118 ok($created[$ID], 'Created hash object in normal array');
119 ok($destroyed[$ID-1], 'Replaced hash object in normal array');
121 ok($destroyed[$ID], 'Hash object removed from cleared normal array');
124 ok($created[$ID], 'Created hash object in normal array');
[all …]
/openbsd-src/regress/usr.bin/m4/
H A Dquotes.out3 1: normal
6 normal STRING
13 normal STRING
17 3: normal changed quote
20 normal STRING
27 normal STRING
33 normal STRING
36 6: normal quotes are back
40 normal STRING
47 normal string
H A Dquotes.m44 1: normal
7 normal string
15 normal string
19 3: normal changed quote
23 normal string
31 normal string
39 normal string
43 6: normal quotes are back
47 normal string
55 normal string
/openbsd-src/usr.bin/mandoc/
H A Dmandoc.css121 font-style: normal;
166 .Rs { font-style: normal;
167 font-weight: normal; }
170 font-weight: normal; }
174 font-weight: normal; }
176 font-weight: normal; }
182 .RsT { font-style: normal;
183 font-weight: normal; }
196 code.Nm { font-style: normal;
199 .Fl { font-style: normal;
[all...]
/openbsd-src/gnu/gcc/gcc/config/arm/
H A Dcirrus.md26 ; normal Any Cirrus insn not covered by the special cases below
30 (define_attr "cirrus" "not,normal,double,compare,move" (const_string "not"))
40 (set_attr "cirrus" "normal")]
50 (set_attr "cirrus" "normal")]
60 (set_attr "cirrus" "normal")]
70 (set_attr "cirrus" "normal")]
80 (set_attr "cirrus" "normal")]
90 (set_attr "cirrus" "normal")]
100 (set_attr "cirrus" "normal")]
110 (set_attr "cirrus" "normal")]
[all …]
/openbsd-src/sys/dev/isa/
H A Dics2101.c78 register unsigned char normal; in ics2101_mix_doit() local
103 normal = 0x0; in ics2101_mix_doit()
105 normal = flip_left[chan]; in ics2101_mix_doit()
107 normal = 0x01; in ics2101_mix_doit()
112 normal = 0x0; in ics2101_mix_doit()
114 normal = flip_right[chan]; in ics2101_mix_doit()
116 normal = 0x02; in ics2101_mix_doit()
122 bus_space_write_1(iot, sc->sc_dataio_ioh, sc->sc_dataio, normal); in ics2101_mix_doit()
/openbsd-src/regress/usr.bin/mandoc/char/space/
H A Dleading-mdoc.out_ascii7 normal line of text second normal line
8 line with a leading space UNIX normal line after a macro line UNIX
11 normal line in a literal display
13 another normal line
15 normal line in a filled display
16 leading space in a filled display another normal line
/openbsd-src/regress/usr.bin/mandoc/mdoc/Bf/
H A Dmultiargs.out_ascii7normal text ssyymmbboolliicc eemmpphhaassiiss back to normal ssyymmbboollii…
8 …ymmbboolliicc bbaaddaarrgg back to normal SSyy --eemmpphhaassiiss back to
9 normal SSyy EEmm back to normal
/openbsd-src/gnu/gcc/libstdc++-v3/docs/doxygen/
H A Dstyle.css9 CAPTION { font-weight: normal }
12 A.el { text-decoration: none; font-size: small; font-weight: normal }
13 A.elRef { text-decoration: none; font-size: small; font-weight: normal }
14 A.code { text-decoration: none; font-weight: normal; color: #4444ee }
15 A.codeRef { font-weight: normal; color: #4444ee }
21 font-weight: normal;
30 font-weight: normal
37 font-weight: normal;
44 font-weight: normal;
/openbsd-src/gnu/usr.bin/perl/cpan/JSON-PP/t/
H A D009_pc_extra_number.t19 is($obj->{foo}, 0, "normal 0");
23 is($obj->{foo}, 0.1, "normal 0.1");
28 is($obj->{foo}, 10, "normal 10");
32 is($obj->{foo}, -10, "normal -10");
37 is($obj->{foo},0, "normal 0");
38 is($obj->{bar},0.1,"normal 0.1");
/openbsd-src/gnu/usr.bin/perl/cpan/version/t/
H A D10_lyon.t25 is('version'->new('1.0203')->normal, 'v1.20.300');
28 is('version'->new('1.02_03')->normal, 'v1.20.300');
31 is('version'->new('v1.2.30')->normal, 'v1.2.30');
33 is('version'->new('v1.2.3_0')->normal, 'v1.2.30');
/openbsd-src/regress/usr.bin/mandoc/tbl/layout/
H A Dcomplex.out_ascii7 normal text
13 normal text
19 normal text
28 normal text
/openbsd-src/gnu/usr.bin/texinfo/info/
H A Dinfokey.c421 normal, in compile() enumerator
484 seqstate = normal; in compile()
527 case normal: in compile()
558 seqstate = normal; in compile()
562 seqstate = normal; in compile()
566 seqstate = normal; in compile()
570 seqstate = normal; in compile()
574 seqstate = normal; in compile()
578 seqstate = normal; in compile()
587 seqstate = normal; in compile()
[all …]
/openbsd-src/regress/usr.bin/mandoc/man/TS/
H A Dvspace.out_ascii7 normal text before table
9 normal text after table without box
13 normal text after table with box
19 normal text after table with double box
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DCoreProperties.td53 …on.name-without-args}}:\\\\n}{${ansi.fg.yellow}${current-pc-arrow}${ansi.normal} }${addr-file-or-l…
57normal}{ ${module.file.basename}{`${function.name-with-args}{${frame.no-debug}${function.pc-offset…
112 DefaultStringValue<"${ansi.normal}">,
120 DefaultStringValue<"${ansi.normal}">,
128normal}:${ansi.fg.yellow}${line.number}${ansi.normal}{:${ansi.fg.yellow}${line.column}${ansi.norma…
132normal}}{, activity = ${ansi.fg.green}'${thread.info.activity.name}'${ansi.normal}}{, ${thread.inf…
152 DefaultStringValue<"${ansi.normal}">,
180normal}{ ${module.file.basename}{`${function.name-without-args}{${frame.no-debug}${function.pc-off…
192 DefaultStringValue<"${ansi.normal}">,
/openbsd-src/gnu/usr.bin/perl/lib/
H A Dsigtrap.t37 my @normal = qw( HUP INT PIPE TERM );
38 @SIG{@normal} = 1 x @normal;
40 is( (grep { ref $_ } @SIG{@normal}), @normal, 'check normal-signals set' );
/openbsd-src/regress/libexec/ld.so/initfirst/test1/prog1/
H A Dexpected13 init normal
5 func normal
6 fini normal
/openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/gdb.hp/gdb.base-hp/
H A Dsized-enum.c23 enum Normal normal[3]; in main() local
30 normal[i] = (enum Normal) i; in main()
34 normal[0] = 0; /* place to hang a breakpoint */ in main()
/openbsd-src/regress/usr.bin/mandoc/tbl/opt/
H A Dinvalid.out_ascii7 normal text
13 normal text
18 normal text
/openbsd-src/regress/usr.bin/mandoc/mdoc/Bd/
H A Dparagraph.out_markdown13 normal
23 to normal
35 to normal
H A Dparagraph.out_ascii9 normal paragraph
14 back to normal
23 again back to normal
/openbsd-src/regress/usr.bin/mandoc/tbl/data/
H A Dblock_unclosed.out_ascii7 normal text
13 normal text
19 normal text
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/objc/execute/
H A Droot_methods.m29 Class normal = objc_get_class ("NormalClass");
31 if (normal == Nil)
36 if ([NormalClass self] != normal)

12345678910>>...40