Home
last modified time | relevance | path

Searched full:perform (Results 1 – 25 of 2438) sorted by relevance

12345678910>>...98

/freebsd/contrib/googletest/googlemock/test/
H A Dgmock-more-actions_test.cc205 EXPECT_EQ(1, a.Perform(std::make_tuple())); in TEST()
211 EXPECT_FALSE(a.Perform(std::make_tuple(1))); in TEST()
212 EXPECT_TRUE(a.Perform(std::make_tuple(-1))); in TEST()
219 EXPECT_EQ(p + 2, a.Perform(std::make_tuple(p, Short(2)))); in TEST()
225 EXPECT_EQ(6, a.Perform(std::make_tuple(1, '\2', Short(3)))); in TEST()
231 EXPECT_EQ(1234, a.Perform(std::make_tuple(1000, 200, 30, 4))); in TEST()
237 EXPECT_EQ(12345, a.Perform(std::make_tuple(10000, 2000, 300, 40, 5))); in TEST()
244 a.Perform(std::make_tuple(100000, 20000, 3000, 400, 50, 6))); in TEST()
257 a.Perform(std::make_tuple(CharPtr("1"), CharPtr("2"), CharPtr("3"), in TEST()
268 a.Perform(std::make_tuple(CharPtr("1"), CharPtr("2"), CharPtr("3"), in TEST()
[all …]
H A Dgmock-actions_test.cc513 // Perform method.
519 int Perform(const std::tuple<bool, int>& args) override { in Perform() function in testing::__anon10e2b6f40111::MyActionImpl
532 // When exercising the Perform() method of Action<F>, we must pass in TEST()
534 // types. For example, if F is int(), then Perform() takes a in TEST()
535 // 0-tuple; if F is void(bool, int), then Perform() takes a in TEST()
537 EXPECT_EQ(5, action.Perform(std::make_tuple(true, 5))); in TEST()
550 EXPECT_EQ(5, action.Perform(std::make_tuple(true, 5))); in TEST()
551 EXPECT_EQ(0, action.Perform(std::make_tuple(false, 1))); in TEST()
560 EXPECT_EQ(5, a1.Perform(std::make_tuple(true, 5))); in TEST()
561 EXPECT_EQ(0, a1.Perform(std::make_tuple(false, 1))); in TEST()
[all …]
/freebsd/lib/libpmc/pmu-events/arch/x86/icelakex/
H A Dfloating-point.json15 …DPP FM(N)ADD/SUB. DPP and FM(N)ADD/SUB instructions count twice as they perform 2 calculations pe…
21 …DPP FM(N)ADD/SUB. DPP and FM(N)ADD/SUB instructions count twice as they perform 2 calculations pe…
26 …DPP FM(N)ADD/SUB. DPP and FM(N)ADD/SUB instructions count twice as they perform 2 calculations pe…
32 …DPP FM(N)ADD/SUB. DPP and FM(N)ADD/SUB instructions count twice as they perform 2 calculations pe…
37 …IN MAX SQRT FM(N)ADD/SUB. FM(N)ADD/SUB instructions count twice as they perform 2 calculations pe…
43 …IN MAX SQRT FM(N)ADD/SUB. FM(N)ADD/SUB instructions count twice as they perform 2 calculations pe…
48 …DPP FM(N)ADD/SUB. DPP and FM(N)ADD/SUB instructions count twice as they perform 2 calculations pe…
54 …DPP FM(N)ADD/SUB. DPP and FM(N)ADD/SUB instructions count twice as they perform 2 calculations pe…
59 …SQRT14 RCP14 FM(N)ADD/SUB. FM(N)ADD/SUB instructions count twice as they perform 2 calculations pe…
65 …SQRT14 RCP14 FM(N)ADD/SUB. FM(N)ADD/SUB instructions count twice as they perform 2 calculations pe…
[all …]
/freebsd/lib/libpmc/pmu-events/arch/x86/icelake/
H A Dfloating-point.json15 …DPP FM(N)ADD/SUB. DPP and FM(N)ADD/SUB instructions count twice as they perform 2 calculations pe…
21 …DPP FM(N)ADD/SUB. DPP and FM(N)ADD/SUB instructions count twice as they perform 2 calculations pe…
26 …DPP FM(N)ADD/SUB. DPP and FM(N)ADD/SUB instructions count twice as they perform 2 calculations pe…
32 …DPP FM(N)ADD/SUB. DPP and FM(N)ADD/SUB instructions count twice as they perform 2 calculations pe…
37 …IN MAX SQRT FM(N)ADD/SUB. FM(N)ADD/SUB instructions count twice as they perform 2 calculations pe…
43 …IN MAX SQRT FM(N)ADD/SUB. FM(N)ADD/SUB instructions count twice as they perform 2 calculations pe…
48 …DPP FM(N)ADD/SUB. DPP and FM(N)ADD/SUB instructions count twice as they perform 2 calculations pe…
54 …DPP FM(N)ADD/SUB. DPP and FM(N)ADD/SUB instructions count twice as they perform 2 calculations pe…
59 …SQRT14 RCP14 FM(N)ADD/SUB. FM(N)ADD/SUB instructions count twice as they perform 2 calculations pe…
65 …SQRT14 RCP14 FM(N)ADD/SUB. FM(N)ADD/SUB instructions count twice as they perform 2 calculations pe…
[all …]
/freebsd/lib/libpmc/pmu-events/arch/x86/tigerlake/
H A Dfloating-point.json14 …DPP FM(N)ADD/SUB. DPP and FM(N)ADD/SUB instructions count twice as they perform 2 calculations pe…
20 …DPP FM(N)ADD/SUB. DPP and FM(N)ADD/SUB instructions count twice as they perform 2 calculations pe…
25 …DPP FM(N)ADD/SUB. DPP and FM(N)ADD/SUB instructions count twice as they perform 2 calculations pe…
31 …DPP FM(N)ADD/SUB. DPP and FM(N)ADD/SUB instructions count twice as they perform 2 calculations pe…
36 …IN MAX SQRT FM(N)ADD/SUB. FM(N)ADD/SUB instructions count twice as they perform 2 calculations pe…
42 …IN MAX SQRT FM(N)ADD/SUB. FM(N)ADD/SUB instructions count twice as they perform 2 calculations pe…
47 …DPP FM(N)ADD/SUB. DPP and FM(N)ADD/SUB instructions count twice as they perform 2 calculations pe…
53 …DPP FM(N)ADD/SUB. DPP and FM(N)ADD/SUB instructions count twice as they perform 2 calculations pe…
58 …SQRT14 RCP14 FM(N)ADD/SUB. FM(N)ADD/SUB instructions count twice as they perform 2 calculations pe…
64 …SQRT14 RCP14 FM(N)ADD/SUB. FM(N)ADD/SUB instructions count twice as they perform 2 calculations pe…
[all …]
/freebsd/tests/sys/cddl/zfs/include/
H A Dlogapi.kshlib231 # $@ - function(s) to perform on exit
242 # Perform cleanup and exit $STF_PASS
251 # Perform cleanup and exit $STF_FAIL
260 # Perform cleanup and exit $STF_UNRESOLVED
269 # Perform cleanup and exit $STF_NOTINUSE
278 # Perform cleanup and exit $STF_UNSUPPORTED
287 # Perform cleanup and exit $STF_UNTESTED
296 # Perform cleanup and exit $STF_UNINITIATED
305 # Perform cleanup and exit $STF_NORESULT
314 # Perform cleanup and exit $STF_WARNING
[all …]
/freebsd/sys/dev/isci/scil/
H A Dscif_sas_domain_state_handlers.c114 * on which the user is attempting to perform a discover
193 * on which the user is attempting to perform a start IO
196 * object on which the user is attempting to perform a start IO
246 * on which the user is attempting to perform a complete IO
249 * object on which the user is attempting to perform a complete
290 * on which the user is attempting to perform a continue IO
293 * object on which the user is attempting to perform a start IO
326 * on which the user is attempting to perform a start task
329 * object on which the user is attempting to perform a start IO
379 * on which the user is attempting to perform a complete task
[all …]
H A Dscif_sas_controller_state_handlers.c81 * the reset state and allowing the state to perform it's work.
280 * on which the user is attempting to perform an initialize
311 // Perform any domain object initialization that is necessary. in scif_sas_controller_reset_initialize_handler()
352 * on which the user is attempting to perform a start
472 * on which the user is attempting to perform a stop
522 * on which the user is attempting to perform a reset
543 * on which the user is attempting to perform a start IO
546 * object on which the user is attempting to perform a start IO
646 * on which the user is attempting to perform a complete IO
649 * object on which the user is attempting to perform a start IO
[all …]
/freebsd/sys/dev/qat/qat_api/include/dc/
H A Dcpa_dc_chain.h82 * 1st operation is to perform compression on plain text
83 * 2nd operation is to perform hash on compressed text
89 * 1st operation is to perform compression on plain text
90 * 2nd operation is to perform encryption on compressed text
96 * 1st operation is to perform compression on plain text
97 * 2nd operation is to perform hash on compressed text and
104 * 1st operation is to perform compression on plain text
105 * 2nd operation is to perform encryption on compressed text and
112 * 1st operation is to perform compression on plain text
113 * 2nd operation is to perform AEAD encryption on compressed text
[all …]
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/rsend/
H A Dsend_partial_dataset.ksh29 # 2. Perform saved send without incremental
30 # 3. Perform saved send with incremental
31 # 4. Perform saved send with incremental, resuming from a token
32 # 5. Perform negative tests for invalid command inputs
67 # Perform saved send without incremental
75 # Perform saved send with incremental
84 # Perform saved send with incremental, resuming from token
94 # Perform negative tests for invalid command inputs
/freebsd/lib/libpmc/pmu-events/arch/x86/sapphirerapids/
H A Dfloating-point.json65 …DPP FM(N)ADD/SUB. DPP and FM(N)ADD/SUB instructions count twice as they perform 2 calculations pe…
71 …DPP FM(N)ADD/SUB. DPP and FM(N)ADD/SUB instructions count twice as they perform 2 calculations pe…
76 …DPP FM(N)ADD/SUB. DPP and FM(N)ADD/SUB instructions count twice as they perform 2 calculations pe…
82 …DPP FM(N)ADD/SUB. DPP and FM(N)ADD/SUB instructions count twice as they perform 2 calculations pe…
87 …IN MAX SQRT FM(N)ADD/SUB. FM(N)ADD/SUB instructions count twice as they perform 2 calculations pe…
93 …IN MAX SQRT FM(N)ADD/SUB. FM(N)ADD/SUB instructions count twice as they perform 2 calculations pe…
98 …DPP FM(N)ADD/SUB. DPP and FM(N)ADD/SUB instructions count twice as they perform 2 calculations pe…
104 …DPP FM(N)ADD/SUB. DPP and FM(N)ADD/SUB instructions count twice as they perform 2 calculations pe…
109 …SQRT14 RCP14 FM(N)ADD/SUB. FM(N)ADD/SUB instructions count twice as they perform 2 calculations pe…
115 …SQRT14 RCP14 FM(N)ADD/SUB. FM(N)ADD/SUB instructions count twice as they perform 2 calculations pe…
[all …]
/freebsd/lib/libpmc/pmu-events/arch/x86/skylakex/
H A Dfloating-point.json8 …DPP FM(N)ADD/SUB. DPP and FM(N)ADD/SUB instructions count twice as they perform 2 calculations pe…
18 …DPP FM(N)ADD/SUB. DPP and FM(N)ADD/SUB instructions count twice as they perform 2 calculations pe…
28 …IN MAX SQRT FM(N)ADD/SUB. FM(N)ADD/SUB instructions count twice as they perform 2 calculations pe…
38 …DPP FM(N)ADD/SUB. DPP and FM(N)ADD/SUB instructions count twice as they perform 2 calculations pe…
43 …SQRT14 RCP14 FM(N)ADD/SUB. FM(N)ADD/SUB instructions count twice as they perform 2 calculations pe…
48 …SQRT14 RCP14 FM(N)ADD/SUB. FM(N)ADD/SUB instructions count twice as they perform 2 calculations pe…
53 …SQRT14 RCP14 FM(N)ADD/SUB. FM(N)ADD/SUB instructions count twice as they perform 2 calculations pe…
58 …SQRT14 RCP14 FM(N)ADD/SUB. FM(N)ADD/SUB instructions count twice as they perform 2 calculations pe…
68 …IN MAX SQRT FM(N)ADD/SUB. FM(N)ADD/SUB instructions count twice as they perform 2 calculations pe…
78 …T RSQRT RCP FM(N)ADD/SUB. FM(N)ADD/SUB instructions count twice as they perform 2 calculations pe…
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_send/
H A Dzfs_send_raw.ksh25 # ZFS should perform raw sends of datasets.
48 log_assert "ZFS should perform raw sends of datasets"
63 log_note "Verify ZFS can perform raw sends with properties"
67 log_note "Verify ZFS can perform raw replication sends"
71 log_note "Verify ZFS can perform a raw send of an encrypted datasets with" \
/freebsd/lib/libpmc/pmu-events/arch/x86/broadwellde/
H A Dfloating-point.json3 …DPP FM(N)ADD/SUB. DPP and FM(N)ADD/SUB instructions count twice as they perform multiple calculat…
12 …DPP FM(N)ADD/SUB. DPP and FM(N)ADD/SUB instructions count twice as they perform multiple calculat…
21 …DPP FM(N)ADD/SUB. DPP and FM(N)ADD/SUB instructions count twice as they perform multiple calculat…
30 …DPP FM(N)ADD/SUB. DPP and FM(N)ADD/SUB instructions count twice as they perform multiple calculat…
39 …DPP FM(N)ADD/SUB. DPP and FM(N)ADD/SUB instructions count twice as they perform multiple calculat…
48 …DPP FM(N)ADD/SUB. DPP and FM(N)ADD/SUB instructions count twice as they perform multiple calculat…
57 …QRT RCP SQRT FM(N)ADD/SUB. FM(N)ADD/SUB instructions count twice as they perform multiple calculat…
66 …IN MAX SQRT FM(N)ADD/SUB. FM(N)ADD/SUB instructions count twice as they perform multiple calculat…
75 … RSQRT SQRT FM(N)ADD/SUB. FM(N)ADD/SUB instructions count twice as they perform multiple calculat…
84 …DPP FM(N)ADD/SUB. DPP and FM(N)ADD/SUB instructions count twice as they perform multiple calculat…
/freebsd/lib/libpmc/pmu-events/arch/x86/broadwellx/
H A Dfloating-point.json3 …DPP FM(N)ADD/SUB. DPP and FM(N)ADD/SUB instructions count twice as they perform 2 calculations pe…
12 …DPP FM(N)ADD/SUB. DPP and FM(N)ADD/SUB instructions count twice as they perform 4 calculations pe…
21 …IN MAX SQRT FM(N)ADD/SUB. FM(N)ADD/SUB instructions count twice as they perform 4 calculations pe…
30 …DPP FM(N)ADD/SUB. DPP and FM(N)ADD/SUB instructions count twice as they perform 8 calculations pe…
39 …DPP FM(N)ADD/SUB. DPP and FM(N)ADD/SUB instructions count twice as they perform multiple calculat…
48 …DPP FM(N)ADD/SUB. DPP and FM(N)ADD/SUB instructions count twice as they perform multiple calculat…
57 …RT RSQRT RCP FM(N)ADD/SUB. FM(N)ADD/SUB instructions count twice as they perform multiple calculat…
66 …IN MAX SQRT FM(N)ADD/SUB. FM(N)ADD/SUB instructions count twice as they perform multiple calculat…
75 …T RSQRT RCP FM(N)ADD/SUB. FM(N)ADD/SUB instructions count twice as they perform multiple calculat…
84 …DPP FM(N)ADD/SUB. DPP and FM(N)ADD/SUB instructions count twice as they perform multiple calculat…
/freebsd/lib/libpmc/pmu-events/arch/x86/broadwell/
H A Dfloating-point.json3 …DPP FM(N)ADD/SUB. DPP and FM(N)ADD/SUB instructions count twice as they perform 2 calculations pe…
12 …DPP FM(N)ADD/SUB. DPP and FM(N)ADD/SUB instructions count twice as they perform 4 calculations pe…
21 …IN MAX SQRT FM(N)ADD/SUB. FM(N)ADD/SUB instructions count twice as they perform 4 calculations pe…
30 …DPP FM(N)ADD/SUB. DPP and FM(N)ADD/SUB instructions count twice as they perform 8 calculations pe…
39 …DPP FM(N)ADD/SUB. DPP and FM(N)ADD/SUB instructions count twice as they perform multiple calculat…
48 …DPP FM(N)ADD/SUB. DPP and FM(N)ADD/SUB instructions count twice as they perform multiple calculat…
57 …RT RSQRT RCP FM(N)ADD/SUB. FM(N)ADD/SUB instructions count twice as they perform multiple calculat…
66 …IN MAX SQRT FM(N)ADD/SUB. FM(N)ADD/SUB instructions count twice as they perform multiple calculat…
75 …T RSQRT RCP FM(N)ADD/SUB. FM(N)ADD/SUB instructions count twice as they perform multiple calculat…
84 …DPP FM(N)ADD/SUB. DPP and FM(N)ADD/SUB instructions count twice as they perform multiple calculat…
/freebsd/lib/libpmc/pmu-events/arch/x86/cascadelakex/
H A Dfloating-point.json8 …DPP FM(N)ADD/SUB. DPP and FM(N)ADD/SUB instructions count twice as they perform 2 calculations pe…
18 …DPP FM(N)ADD/SUB. DPP and FM(N)ADD/SUB instructions count twice as they perform 2 calculations pe…
28 …IN MAX SQRT FM(N)ADD/SUB. FM(N)ADD/SUB instructions count twice as they perform 2 calculations pe…
38 …DPP FM(N)ADD/SUB. DPP and FM(N)ADD/SUB instructions count twice as they perform 2 calculations pe…
43 …DPP FM(N)ADD/SUB. DPP and FM(N)ADD/SUB instructions count twice as they perform 2 calculations pe…
48 …DPP FM(N)ADD/SUB. DPP and FM(N)ADD/SUB instructions count twice as they perform 2 calculations pe…
53 …DPP FM(N)ADD/SUB. DPP and FM(N)ADD/SUB instructions count twice as they perform 2 calculations pe…
58 …DPP FM(N)ADD/SUB. DPP and FM(N)ADD/SUB instructions count twice as they perform 2 calculations pe…
68 …IN MAX SQRT FM(N)ADD/SUB. FM(N)ADD/SUB instructions count twice as they perform 2 calculations pe…
78 …T RSQRT RCP FM(N)ADD/SUB. FM(N)ADD/SUB instructions count twice as they perform 2 calculations pe…
/freebsd/usr.sbin/certctl/
H A Dcertctl.sh58 perform() function
133 perform install ${INSTALLFLAGS} -m 0444 ${link} \
173 perform install ${INSTALLFLAGS} -m 0444 ${link} \
234 perform find "$CERTDESTDIR" \( -type f -or -type l \) -delete
236 perform install -d -m 0755 "$CERTDESTDIR"
239 perform find "$UNTRUSTDESTDIR" \( -type f -or -type l \) -delete
241 perform install -d -m 0755 "$UNTRUSTDESTDIR"
259 perform install -d -m 0755 "$UNTRUSTDESTDIR"
279 perform rm -f $UNTRUSTEDFILE
284 perform r
[all...]
/freebsd/usr.sbin/cxgbetool/
H A Dcxgbetool.8426 incoming frame, an action to perform when all matches succeed, and some
489 Perform NAT on destination IP.
491 Perform NAT on destination IP, destination port.
493 Perform NAT on destination IP, destination port, source IP.
495 Perform NAT on destination IP, destination port, source port.
497 Perform NAT on source IP, source port.
499 Perform NAT on destination IP, source IP, source port.
501 Perform NAT on all 4-tuple fields.
504 Perform NAT only on segments which do not have TCP FIN or RST set.
506 Perform NAT only if incoming segment's sequence number + payload length is less
[all …]
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_diff/
H A Dzfs_diff_encrypted.ksh26 # 3. Perform 'zfs diff -Ft' and verify no errors occur
27 # 4. Perform the same test on a dataset with large dnodes
51 # 3. Perform 'zfs diff' and verify no errors occur
54 # 4. Perform the same test on a dataset with large dnodes
/freebsd/lib/libpmc/pmu-events/arch/x86/skylake/
H A Dfloating-point.json8 …DPP FM(N)ADD/SUB. DPP and FM(N)ADD/SUB instructions count twice as they perform 2 calculations pe…
18 …DPP FM(N)ADD/SUB. DPP and FM(N)ADD/SUB instructions count twice as they perform 2 calculations pe…
28 …IN MAX SQRT FM(N)ADD/SUB. FM(N)ADD/SUB instructions count twice as they perform 2 calculations pe…
38 …DPP FM(N)ADD/SUB. DPP and FM(N)ADD/SUB instructions count twice as they perform 2 calculations pe…
48 …IN MAX SQRT FM(N)ADD/SUB. FM(N)ADD/SUB instructions count twice as they perform 2 calculations pe…
58 …T RSQRT RCP FM(N)ADD/SUB. FM(N)ADD/SUB instructions count twice as they perform 2 calculations pe…
/freebsd/sys/contrib/openzfs/tests/test-runner/include/
H A Dlogapi.shlib325 # $@ - function(s) to perform on exit
334 # $@ - function(s) to perform on exit
352 # Perform cleanup and exit $STF_PASS
361 # Perform cleanup and exit $STF_FAIL
370 # Perform cleanup and exit $STF_UNRESOLVED
379 # Perform cleanup and exit $STF_UNSUPPORTED
388 # Perform cleanup and exit $STF_UNTESTED
422 # Perform cleanup and exit
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DWarnMissedTransforms.cpp32 << "loop not unrolled: the optimizer was unable to perform the " in warnAboutLeftoverTransformations()
43 << "loop not unroll-and-jammed: the optimizer was unable to perform " in warnAboutLeftoverTransformations()
60 << "loop not vectorized: the optimizer was unable to perform the " in warnAboutLeftoverTransformations()
68 << "loop not interleaved: the optimizer was unable to perform the " in warnAboutLeftoverTransformations()
79 << "loop not distributed: the optimizer was unable to perform the " in warnAboutLeftoverTransformations()
/freebsd/contrib/libarchive/libarchive/test/
H A Dtest_archive_read.c46 /* perform a read which can be fulfilled */ in DEFINE_TEST()
50 /* perform a read which cannot be fulfilled due to EOF */ in DEFINE_TEST()
54 /* perform the same read again */ in DEFINE_TEST()
58 /* perform another read which can be fulfilled */ in DEFINE_TEST()
/freebsd/lib/libpmc/pmu-events/arch/x86/alderlake/
H A Dfloating-point.json93 …DPP FM(N)ADD/SUB. DPP and FM(N)ADD/SUB instructions count twice as they perform 2 calculations pe…
104 …DPP FM(N)ADD/SUB. DPP and FM(N)ADD/SUB instructions count twice as they perform 2 calculations pe…
115 …IN MAX SQRT FM(N)ADD/SUB. FM(N)ADD/SUB instructions count twice as they perform 2 calculations pe…
126 …DPP FM(N)ADD/SUB. DPP and FM(N)ADD/SUB instructions count twice as they perform 2 calculations pe…
137 …IN MAX SQRT FM(N)ADD/SUB. FM(N)ADD/SUB instructions count twice as they perform 2 calculations pe…
148 …T RSQRT RCP FM(N)ADD/SUB. FM(N)ADD/SUB instructions count twice as they perform 2 calculations pe…

12345678910>>...98