Home
last modified time | relevance | path

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

12345678910>>...25

/freebsd-12.1/tools/tools/iso/
H A Dcheck-iso3166.pl31 my $three = $2;
36 $old{$two}{three} = $three;
61 my $three = $3;
66 $new1{$two}{three} = $three;
138 $old{$two}{three} ne $new1{$two}{three} ||
/freebsd-12.1/bin/sh/tests/builtins/
H A Dread2.07 echo three
14 [ "$x" = three ]
22 echo three
30 [ "$x" = three ]
/freebsd-12.1/contrib/ntp/lib/isc/tests/
H A Dqueue_test.c57 item_t one, two, three, four, five; in ATF_TC_BODY() local
66 item_init(&three, 3); in ATF_TC_BODY()
98 ATF_CHECK(! ISC_QLINK_LINKED(&three, qlink)); in ATF_TC_BODY()
99 ISC_QUEUE_PUSH(queue, &three, qlink); in ATF_TC_BODY()
100 ATF_CHECK(ISC_QLINK_LINKED(&three, qlink)); in ATF_TC_BODY()
/freebsd-12.1/contrib/libxo/tests/core/saved/
H A Dtest_09.X.out1 …m><item>water</item><total>six</total><one>one</one><two>two</two><three>three</three></contents><…
H A Dtest_09.XP.out26 <three>three</three>
H A Dtest_09.J.out1 …["gum","rope","ladder","bolt","water"],"total":"six","one":"one", "two": ["two"],"three":"three"}}}
H A Dtest_09.JP.out35 "three": "three"
H A Dtest_09.E.out35 op string: [three] [three] [0]
H A Dtest_09.HIPx.out90 <div class="data" data-tag="three" data-xpath="/top/data/contents/three">three</div>
/freebsd-12.1/contrib/dialog/samples/
H A Dtreeview220 tag3:three:on:2
28 tag13:1three:on:2
36 tag23:2three:on:2
/freebsd-12.1/bin/sh/tests/parser/
H A Dset-v1.0.stderr4 echo three >&2
5 three
H A Dset-v1.07 echo three >&2
/freebsd-12.1/contrib/bmake/unit-tests/
H A Dmodorder.exp1 LIST = one two three four five six seven eight nine ten
2 LIST:O = eight five four nine one seven six ten three two
H A Dvarcmd.mk21 @${.MAKE} -f ${MAKEFILE} three
23 three: show
/freebsd-12.1/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/aggs/
H A Dtst.lquantzero.d57 @three[i] = lquantize(0, 0, 20, 1, incr);
76 printa(@three);
/freebsd-12.1/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/usdt/
H A Dtst.linkpriv.ksh48 DTRACE_PROBE3(test_prov, three, 4, 5, 7);
59 probe three(uintptr_t, uintptr_t, uintptr_t);
H A Dtst.linkunpriv.ksh50 DTRACE_PROBE3(test_prov, three, 4, 5, 7);
61 probe three(uintptr_t, uintptr_t, uintptr_t);
/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DP9InstrResources.td36 // (EXECE, EXECO) and all three dispatches (DISP) to the given superslice.
203 // (EXECE, EXECO) and all three dispatches (DISP) to the given superslice.
289 // (EXECE, EXECO) and all three dispatches (DISP) to the given superslice.
523 // superslice. That includes both exec pipelines (EXECO, EXECE) and all three
793 // three dispatches.
890 // all three dispatches for the superslice.
908 // Requires the whole superslice and therefore requires all three dispatches
919 // superslice. That includes both exec pipelines (EXECO, EXECE) and all three
1035 // One is three cycle ALU the ohter is a two cycle ALU.
1094 // Cracked ALU instruction composed of three consecutive 2 cycle loads for a
[all …]
/freebsd-12.1/contrib/gcc/config/arm/
H A Darm1026ejs.md60 ;; ALU instructions require three cycles to execute, and use the ALU
61 ;; pipeline in each of the three stages. The results are available
121 ;; available after three iterations.
135 ;; three iterations through the execute cycle, and make their results
161 ;; three through six.
163 ;; register pre-indexed addressing mode take three cycles EXCEPT for
H A Darm1136jfs.md40 ;; There are three distinct pipelines (page 1-26 and following):
42 ;; - A 4-stage decode pipeline, shared by all three. It has fetch (1),
49 ;; - A 4-stage multiply-accumulate pipeline. It has three stages, called
136 ;; The *S variants set the condition flags, which requires three more cycles.
160 ;; after three iterations and the memory cycle. The same is also true of
167 ;; The *S variants set the condition flags, which requires three more cycles.
190 ;; pass through the pipeline and make the result available after three
/freebsd-12.1/contrib/libxo/tests/xo/saved/
H A Dxo_01.HIPx.out29 <div class="data" data-tag="name" data-xpath="/top/item/name">three</div>
33 <div class="data" data-tag="value" data-xpath="/top/item[name = 'three']/value">003</div>
38 <div class="data" data-tag="color" data-xpath="/top/item[name = 'three']/color">green</div>
/freebsd-12.1/usr.bin/sed/tests/
H A Dhanoi.sed14 # the smallest called "d", from the first to the second of three towers, so
26 # has the following meaning: the material after the three markers :1, :2,
27 # and :3 represents the three towers; in this case the current set-up is
/freebsd-12.1/contrib/llvm/lib/Target/Mips/
H A DMSA.txt64 These three operations differ only in the operand that is tied to the
68 In future, the compiler may choose between these three instructions
70 These three operations can be very confusing so here is a mapping
/freebsd-12.1/crypto/openssl/doc/man3/
H A DRAND_DRBG_get0_master.pod21 The default RAND API implementation (RAND_OpenSSL()) utilizes three
48 three instances directly.
/freebsd-12.1/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/types/
H A Dtst.enum.d42 three, enumerator

12345678910>>...25