Home
last modified time | relevance | path

Searched refs:__expect (Results 1 – 12 of 12) sorted by relevance

/dports/net-mgmt/p5-FusionInventory-Agent/FusionInventory-Agent-2.5.2/t/tasks/deploy/
H A Dcheckprocessor.t199 __expect => base_object(),
320 __expect => base_object("FileExists", {
329 __expect => base_object("FileExists", {
339 __expect => base_object("FileExists", {
348 __expect => base_object("FileMissing", {
357 __expect => base_object("FileMissing", {
694 __expect => base_object("FileSHA512", {
1486 my $expect = $check->{__expect};
1489 delete $check->{__expect};
1530 my $expect = $check->{__expect};
[all …]
/dports/www/p5-Plack-Middleware-XForwardedFor/Plack-Middleware-XForwardedFor-0.172050/t/
H A Dbasic.t10 sub { my $env = shift; is($env->{REMOTE_ADDR}, $env->{__expect}) };
17 __expect => "9.8.7.6",
21 __expect => "10.55.1.2",
26 __expect => "1.2.3.4",
31 __expect => "9.8.7.6",
36 __expect => "9.8.7.6",
41 __expect => "2601:647:4200:1::100",
46 __expect => "9.8.7.6",
51 __expect => "9.8.7.6",
56 __expect => "9.8.7.6",
[all …]
/dports/devel/libowfat/libowfat-0.32/
H A Dlikely.h6 #define __expect(foo,bar) (foo) macro
8 #define __expect(foo,bar) __builtin_expect((long)(foo),bar) macro
10 #define __likely(foo) __expect((foo),1)
11 #define __unlikely(foo) __expect((foo),0)
H A Drangecheck.h46 #define __expect(foo,bar) (foo) macro
48 #define __expect(foo,bar) __builtin_expect((long)(foo),bar)
52 #define __likely(foo) __expect((foo),1)
53 #define __unlikely(foo) __expect((foo),0)
/dports/www/gatling/gatling-0.15/
H A Ddirfd.c16 #define __expect(foo,bar) (foo) macro
18 #define __expect(foo,bar) __builtin_expect((long)(foo),bar) macro
20 #define __likely(foo) __expect((foo),1)
21 #define __unlikely(foo) __expect((foo),0)
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/testing/selftests/net/
H A Dipv6_flowlabel_mgr.c34 #define __expect(x) \ macro
42 #define expect_pass(x) __expect(x)
43 #define expect_fail(x) __expect(!(x))
/dports/multimedia/libv4l/linux-5.13-rc2/tools/testing/selftests/net/
H A Dipv6_flowlabel_mgr.c34 #define __expect(x) \ macro
42 #define expect_pass(x) __expect(x)
43 #define expect_fail(x) __expect(!(x))
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/testing/selftests/net/
H A Dipv6_flowlabel_mgr.c34 #define __expect(x) \ macro
42 #define expect_pass(x) __expect(x)
43 #define expect_fail(x) __expect(!(x))
/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/include/std/
H A Dbarrier118 auto __expect = __old_phase;
123 if (__phase.compare_exchange_strong(__expect, __full_step,
127 else if (__phase.compare_exchange_strong(__expect, __half_step,
132 else if (__expect == __half_step)
134 if (__phase.compare_exchange_strong(__expect, __full_step,
/dports/lang/gcc11/gcc-11.2.0/libstdc++-v3/include/std/
H A Dbarrier118 auto __expect = __old_phase;
123 if (__phase.compare_exchange_strong(__expect, __full_step,
127 else if (__phase.compare_exchange_strong(__expect, __half_step,
132 else if (__expect == __half_step)
134 if (__phase.compare_exchange_strong(__expect, __full_step,
/dports/lang/gcc11-devel/gcc-11-20211009/libstdc++-v3/include/std/
H A Dbarrier118 auto __expect = __old_phase;
123 if (__phase.compare_exchange_strong(__expect, __full_step,
127 else if (__phase.compare_exchange_strong(__expect, __half_step,
132 else if (__expect == __half_step)
134 if (__phase.compare_exchange_strong(__expect, __full_step,
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libstdc++-v3/include/std/
H A Dbarrier118 auto __expect = __old_phase;
123 if (__phase.compare_exchange_strong(__expect, __full_step,
127 else if (__phase.compare_exchange_strong(__expect, __half_step,
132 else if (__expect == __half_step)
134 if (__phase.compare_exchange_strong(__expect, __full_step,