Home
last modified time | relevance | path

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

12345678910>>...324

/netbsd-src/external/gpl3/gdb/dist/sim/testsuite/frv/
H A Dfdcmps.cgs13 set_fcc 0x7,0 ; Set mask opposite of expected
14 set_fcc 0x7,1 ; Set mask opposite of expected
18 set_fcc 0xb,0 ; Set mask opposite of expected
19 set_fcc 0xb,1 ; Set mask opposite of expected
23 set_fcc 0xb,0 ; Set mask opposite of expected
24 set_fcc 0xb,1 ; Set mask opposite of expected
28 set_fcc 0xb,0 ; Set mask opposite of expected
29 set_fcc 0xb,1 ; Set mask opposite of expected
33 set_fcc 0xb,0 ; Set mask opposite of expected
34 set_fcc 0xb,1 ; Set mask opposite of expected
[all …]
H A Dnfdcmps.cgs13 set_fcc 0x7,0 ; Set mask opposite of expected
14 set_fcc 0x7,1 ; Set mask opposite of expected
21 set_fcc 0xb,0 ; Set mask opposite of expected
22 set_fcc 0xb,1 ; Set mask opposite of expected
29 set_fcc 0xb,0 ; Set mask opposite of expected
30 set_fcc 0xb,1 ; Set mask opposite of expected
37 set_fcc 0xb,0 ; Set mask opposite of expected
38 set_fcc 0xb,1 ; Set mask opposite of expected
45 set_fcc 0xb,0 ; Set mask opposite of expected
46 set_fcc 0xb,1 ; Set mask opposite of expected
[all …]
H A Dcfcmps.cgs14 set_fcc 0x7,0 ; Set mask opposite of expected
17 set_fcc 0xb,0 ; Set mask opposite of expected
20 set_fcc 0xb,0 ; Set mask opposite of expected
23 set_fcc 0xb,0 ; Set mask opposite of expected
26 set_fcc 0xb,0 ; Set mask opposite of expected
29 set_fcc 0xb,0 ; Set mask opposite of expected
32 set_fcc 0xb,0 ; Set mask opposite of expected
35 set_fcc 0xb,0 ; Set mask opposite of expected
38 set_fcc 0xb,0 ; Set mask opposite of expected
41 set_fcc 0xb,0 ; Set mask opposite of expected
[all …]
H A Dfcmps.cgs12 set_fcc 0x7,0 ; Set mask opposite of expected
15 set_fcc 0xb,0 ; Set mask opposite of expected
18 set_fcc 0xb,0 ; Set mask opposite of expected
21 set_fcc 0xb,0 ; Set mask opposite of expected
24 set_fcc 0xb,0 ; Set mask opposite of expected
27 set_fcc 0xb,0 ; Set mask opposite of expected
30 set_fcc 0xb,0 ; Set mask opposite of expected
33 set_fcc 0xb,0 ; Set mask opposite of expected
36 set_fcc 0xb,0 ; Set mask opposite of expected
39 set_fcc 0xb,0 ; Set mask opposite of expected
[all …]
H A Dfcmpd.cgs13 set_fcc 0x7,0 ; Set mask opposite of expected
16 set_fcc 0xb,0 ; Set mask opposite of expected
19 set_fcc 0xb,0 ; Set mask opposite of expected
22 set_fcc 0xb,0 ; Set mask opposite of expected
25 set_fcc 0xb,0 ; Set mask opposite of expected
28 set_fcc 0xb,0 ; Set mask opposite of expected
31 set_fcc 0xb,0 ; Set mask opposite of expected
34 set_fcc 0xb,0 ; Set mask opposite of expected
37 set_fcc 0xb,0 ; Set mask opposite of expected
40 set_fcc 0xb,0 ; Set mask opposite of expected
[all …]
/netbsd-src/games/quiz/datfiles/
H A Ducc1 1-103:supplementary general principles of law applicable
4 1-203:obligation of good faith
5 1-205:course of dealing and usage of trade
6 1-206:statue of frauds for kinds of personal property not otherwise covered
8 2-201:statute of frauds
9 2-208:course of performance or practical consideration
11 2-310:open time for payment or running of credit
14 2-323:form of bill of lading required in overseas shipment
15 2-401:passing of title; reservation for security
16 2-402:rights of seller's creditors against sold goods
[all …]
/netbsd-src/sys/dev/ofw/
H A Dofdisk.c64 #define OFDISK_FLOPPY_P(of) ((of)->sc_flags & OFDF_ISFLOPPY) argument
140 struct ofdisk_softc *of = device_private(self); in ofdisk_attach() local
145 of->sc_dev = self; in ofdisk_attach()
153 of->sc_flags = 0; in ofdisk_attach()
154 of->sc_phandle = oba->oba_phandle; in ofdisk_attach()
155 of->sc_unit = oba->oba_unit; in ofdisk_attach()
156 of->sc_ihandle = 0; in ofdisk_attach()
157 disk_init(&of->sc_dk, device_xname(of->sc_dev), &ofdisk_dkdriver); in ofdisk_attach()
158 disk_attach(&of->sc_dk); in ofdisk_attach()
162 of->sc_flags |= OFDF_ISFLOPPY; in ofdisk_attach()
[all …]
/netbsd-src/share/misc/
H A Dinter.phone4 7:317:Akmola:Republic of Kazakhstan
5 7:329:Aktau:Republic of Kazakhstan
6 7:313:Aktubinsk:Republic of Kazakhstan
7 7:327:Almaty:Republic of Kazakhstan
8 7:330:Arkalyk:Republic of Kazakhstan
9 7:717:Astana:Republic of Kazakhstan
10 7:312:Atyrau:Republic of Kazakhstan
11 7:321:Karaganda:Republic of Kazakhstan
12 7:314:Kostanai:Republic of Kazakhstan
13 7:324:Kzyl-Orda:Republic of Kazakhstan
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DDiagnosticASTKinds.td3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
14 "%select{reinterpret_cast|dynamic_cast|cast that performs the conversions of"
18 "cannot cast object of dynamic type %0 to type %1">;
20 "value %0 is outside the range of representable values of type %1">;
23 "shift count %0 >= width of type %1 (%2 bit%s2)">;
24 def note_constexpr_lshift_of_negative : Note<"left shift of negative value %0">;
33 "control reached end of constexpr function">;
41 "typeid applied to|construction of|destruction of}0 object '%1' "
45 "static type %1 of operand is a non-public base class of dynamic type %2|"
46 "dynamic type %2 of operand does not have a base class of type %3|"
[all …]
/netbsd-src/external/bsd/flex/dist/tests/
H A Dyyextra.txt7 We the People of the United States, in Order to form a more perfect
10 of Liberty to ourselves and our Posterity, do ordain and establish
11 this Constitution for the United States of America.
17 All legislative Powers herein granted shall be vested in a Congress of
18 the United States, which shall consist of a Senate and House of
23 Clause 1: The House of Representatives shall be composed of Members
24 chosen every second Year by the People of the several States, and the
26 Electors of the most numerous Branch of the State Legislature.
29 attained to the Age of twenty five Years, and been seven Years a
30 Citizen of the United States, and who shall not, when elected, be an
[all …]
H A Dalloc_extra.txt7 We the People of the United States, in Order to form a more perfect
10 of Liberty to ourselves and our Posterity, do ordain and establish
11 this Constitution for the United States of America.
17 All legislative Powers herein granted shall be vested in a Congress of
18 the United States, which shall consist of a Senate and House of
23 Clause 1: The House of Representatives shall be composed of Members
24 chosen every second Year by the People of the several States, and the
26 Electors of the most numerous Branch of the State Legislature.
29 attained to the Age of twenty five Years, and been seven Years a
30 Citizen of the United States, and who shall not, when elected, be an
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
H A DDynamicTags.def39 DYNAMIC_TAG(NULL, 0) // Marks end of dynamic array.
40 DYNAMIC_TAG(NEEDED, 1) // String table offset of needed library.
41 DYNAMIC_TAG(PLTRELSZ, 2) // Size of relocation entries in PLT.
43 DYNAMIC_TAG(HASH, 4) // Address of symbolic hash table.
44 DYNAMIC_TAG(STRTAB, 5) // Address of dynamic string table.
45 DYNAMIC_TAG(SYMTAB, 6) // Address of dynamic symbol table.
46 DYNAMIC_TAG(RELA, 7) // Address of relocation table (Rela entries).
47 DYNAMIC_TAG(RELASZ, 8) // Size of Rela relocation table.
48 DYNAMIC_TAG(RELAENT, 9) // Size of a Rela relocation entry.
49 DYNAMIC_TAG(STRSZ, 10) // Total size of the string table.
[all …]
/netbsd-src/external/gpl3/binutils/dist/gprof/
H A Dbsd_callg_bl.m5 The sum of self and descendents is the major sort
10 index the index of the function in the call graph
13 %time the percentage of the total time of the program
17 self the number of seconds spent in this function
21 the number of seconds spent in the descendents of
22 this function on behalf of this function.
24 called the number of times this function is called (other
27 self the number of times this function calls itself
30 name the name of the function, with an indication of
33 index the index of the function in the call graph
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/gprof/
H A Dbsd_callg_bl.m5 The sum of self and descendents is the major sort
10 index the index of the function in the call graph
13 %time the percentage of the total time of the program
17 self the number of seconds spent in this function
21 the number of seconds spent in the descendents of
22 this function on behalf of this function.
24 called the number of times this function is called (other
27 self the number of times this function calls itself
30 name the name of the function, with an indication of
33 index the index of the function in the call graph
[all …]
/netbsd-src/tests/ipf/expected/
H A Dn411 List of active MAP/Redirect filters:
14 List of active sessions:
18 List of active state sessions:
19 List of configured pools
20 List of configured hash tables
21 List of groups configured (set 0)
22 List of groups configured (set 1)
42 List of active MAP/Redirect filters:
45 List of active sessions:
49 List of active state sessions:
[all …]
H A Dn4_611 List of active MAP/Redirect filters:
14 List of active sessions:
18 List of active state sessions:
19 List of configured pools
20 List of configured hash tables
21 List of groups configured (set 0)
22 List of groups configured (set 1)
42 List of active MAP/Redirect filters:
45 List of active sessions:
49 List of active state sessions:
[all …]
H A Dn6_614 List of active MAP/Redirect filters:
17 List of active sessions:
22 List of active state sessions:
23 List of configured pools
24 List of configured hash tables
25 List of groups configured (set 0)
26 List of groups configured (set 1)
49 List of active MAP/Redirect filters:
52 List of active sessions:
57 List of active state sessions:
[all …]
/netbsd-src/usr.bin/calendar/calendars/
H A Dcalendar.judaic1 01/10* Tu B'Shvat (Feast of Trees)
2 03/13* Fast of Esther (Battle of Purim; 1 day before Purim; fast day)
3 03/14* Purim (Feast of Lots; 30 days before Pesach)
4 04/12* Pesach (First Day of Passover; sabbatical)
8 04/20* Pesach (Last Day of Passover; 8th day of Pesach; sabbatical)
9 04/21* Mimouna (Morrocan Jewish Celebration of End of Pesach)
11 05/16* Lag B'Omer (Commemoration of th
[all...]
/netbsd-src/external/mpl/bind/dist/
H A DCOPYING8 creation of, or owns Covered Software.
12 means the combination of the Contributions of others (if any) used by a
17 means Covered Software of a particular Contributor.
22 notice in Exhibit A, the Executable Form of such Source Code Form, and
23 Modifications of such Source Code Form, in each case including portions
32 b. that the Covered Software was made available under the terms of
33 version 1.1 or earlier of the License, but not also under the terms of
38 means any form of the work other than Source Code Form.
52 at the time of the initial grant or subsequently, any and all of the
57 means any of the following:
[all …]
H A DLICENSE8 creation of, or owns Covered Software.
12 means the combination of the Contributions of others (if any) used by a
17 means Covered Software of a particular Contributor.
22 notice in Exhibit A, the Executable Form of such Source Code Form, and
23 Modifications of such Source Code Form, in each case including portions
32 b. that the Covered Software was made available under the terms of
33 version 1.1 or earlier of the License, but not also under the terms of
38 means any form of the work other than Source Code Form.
52 at the time of the initial grant or subsequently, any and all of the
57 means any of the following:
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/docs/CommandGuide/
H A Dllvm-bcanalyzer.rst16 :program:`llvm-as` tool) and produces a statistical report on the contents of
18 version of the bitcode file. This tool is probably not of much interest or
41 provides details about the encoding of the bitcode file.
51 Print a summary of command line options.
67 This just provides the name of the module for which bitcode analysis is being
72 The bitcode version (not LLVM version) of the file read by the analyzer.
76 The size, in bytes, of the entire bitcode file.
80 The size, in bytes, of the module block. Percentage is relative to File Size.
84 The size, in bytes, of all the function blocks. Percentage is relative to File
89 The size, in bytes, of the Global Types Pool. Percentage is relative to File
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DMatrixTypes.rst24 number of *rows*, and a constant number of *columns*. Matrix types with the same
25 element type, rows, and columns are the same type. A value of a matrix type
26 includes storage for ``rows * columns`` values of the *element type*. The
29 The maximum of the product of the number of rows and columns is
33 Currently, the element type of a matrix is only permitted to be one of the
46 declaration of a *typedef* (or a C++ alias declaration). The underlying type
47 of the *typedef* must be a valid matrix element type. The
48 attribute takes two arguments, both of which must be integer constant
50 number of rows, and the second specifies the number of columns. The underlying
51 type of the *typedef* becomes a matrix type with the given dimensions and an
[all …]
/netbsd-src/external/mpl/dhcp/dist/
H A DLICENSE4 # This Source Code Form is subject to the terms of the Mozilla Public
17 creation of, or owns Covered Software.
21 means the combination of the Contributions of others (if any) used by a
26 means Covered Software of a particular Contributor.
31 notice in Exhibit A, the Executable Form of such Source Code Form, and
32 Modifications of such Source Code Form, in each case including portions
41 b. that the Covered Software was made available under the terms of
42 version 1.1 or earlier of the License, but not also under the terms of
47 means any form of the work other than Source Code Form.
61 at the time of the initial grant or subsequently, any and all of the
[all …]
/netbsd-src/external/historical/nawk/dist/testdir/
H A Dbib2 … form, and void; and darkness was upon the face of the deep. And the Spirit of God moved upon the …
6 And God said, Let there be a firmament in the midst of the waters, and let it divide the waters fro…
10 And God called the dry land Earth; and the gathering together of the waters called he Seas: and God…
14 And God said, Let there be lights in the firmament of the heaven to divide the day from the night; …
15 And let them be for lights in the firmament of the heaven to give light upon the earth: and it was …
17 And God set them in the firmament of the heaven to give light upon the earth,
20 …ing creature that hath life, and fowl that may fly above the earth in the open firmament of heaven.
24 … the living creature after his kind, cattle, and creeping thing, and beast of the earth after his …
25 And God made the beast of the earth after his kind, and cattle after their kind, and every thing th…
26 …fter our likeness: and let them have dominion over the fish of the sea, and over the fowl of the a…
[all …]
/netbsd-src/regress/sys/kern/ipf/expected/
H A Dn189 List of active MAP/Redirect filters:
12 List of active sessions:
24 List of active state sessions:
25 List of configured pools
26 List of configured hash tables
27 List of groups configured (set 0)
28 List of groups configured (set 1)
38 List of active MAP/Redirect filters:
41 List of active sessions:
53 List of active state sessions:
[all …]

12345678910>>...324