Home
last modified time | relevance | path

Searched refs:last (Results 101 – 125 of 49328) sorted by relevance

12345678910>>...1974

/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/g++.dg/cpp1z/
H A Deval-order4.C5 int last = 0; variable
12 last = i; in foo()
32 last = 0; in main()
36 last = 0; in main()
40 last = 0; in main()
44 last = 0; in main()
48 last = 0; in main()
52 last = 0; in main()
56 last = 0; in main()
60 last = 0; in main()
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/g++.dg/cpp1z/
H A Deval-order4.C5 int last = 0; variable
12 last = i; in foo()
32 last = 0; in main()
36 last = 0; in main()
40 last = 0; in main()
44 last = 0; in main()
48 last = 0; in main()
52 last = 0; in main()
56 last = 0; in main()
60 last = 0; in main()
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/cpp1z/
H A Deval-order4.C5 int last = 0; variable
12 last = i; in foo()
32 last = 0; in main()
36 last = 0; in main()
40 last = 0; in main()
44 last = 0; in main()
48 last = 0; in main()
52 last = 0; in main()
56 last = 0; in main()
60 last = 0; in main()
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/g++.dg/cpp1z/
H A Deval-order4.C5 int last = 0; variable
12 last = i; in foo()
32 last = 0; in main()
36 last = 0; in main()
40 last = 0; in main()
44 last = 0; in main()
48 last = 0; in main()
52 last = 0; in main()
56 last = 0; in main()
60 last = 0; in main()
[all …]
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/g++.dg/cpp1z/
H A Deval-order4.C5 int last = 0; variable
12 last = i; in foo()
32 last = 0; in main()
36 last = 0; in main()
40 last = 0; in main()
44 last = 0; in main()
48 last = 0; in main()
52 last = 0; in main()
56 last = 0; in main()
60 last = 0; in main()
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/g++.dg/cpp1z/
H A Deval-order4.C5 int last = 0; variable
12 last = i; in foo()
32 last = 0; in main()
36 last = 0; in main()
40 last = 0; in main()
44 last = 0; in main()
48 last = 0; in main()
52 last = 0; in main()
56 last = 0; in main()
60 last = 0; in main()
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/g++.dg/cpp1z/
H A Deval-order4.C5 int last = 0; variable
12 last = i; in foo()
32 last = 0; in main()
36 last = 0; in main()
40 last = 0; in main()
44 last = 0; in main()
48 last = 0; in main()
52 last = 0; in main()
56 last = 0; in main()
60 last = 0; in main()
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/g++.dg/cpp1z/
H A Deval-order4.C5 int last = 0; variable
12 last = i; in foo()
32 last = 0; in main()
36 last = 0; in main()
40 last = 0; in main()
44 last = 0; in main()
48 last = 0; in main()
52 last = 0; in main()
56 last = 0; in main()
60 last = 0; in main()
[all …]
/dports/www/nginx-full/rds-json-nginx-module-0.15/src/
H A Dngx_http_rds_json_output.c226 last = ngx_copy_literal(last, ":true,"); in ngx_http_rds_json_output_header()
257 last = ngx_snprintf(last, NGX_UINT16_LEN, "%uD", in ngx_http_rds_json_output_header()
368 last = ngx_copy_literal(last, ":true,"); in ngx_http_rds_json_output_props()
660 *last++ = ','; *last++ = '{'; in ngx_http_rds_json_output_field()
678 *last++ = '"'; *last++ = ':'; in ngx_http_rds_json_output_field()
697 last = ngx_copy_literal(last, "null"); in ngx_http_rds_json_output_field()
701 last = ngx_copy_literal(last, "\"\""); in ngx_http_rds_json_output_field()
707 last = ngx_copy(last, data, len); in ngx_http_rds_json_output_field()
728 last = ngx_copy(last, data, len); in ngx_http_rds_json_output_field()
862 last = ngx_copy(last, data, len); in ngx_http_rds_json_output_more_field_data()
[all …]
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/vidhrdw/
H A Dartmagic_vidhrdw.c151 last = 0; in execute_blit()
185 p1 = last = ((val ^ artmagic_xor[last]) >> 0) & 0xf; in execute_blit()
186 p2 = last = ((val ^ artmagic_xor[last]) >> 4) & 0xf; in execute_blit()
187 p3 = last = ((val ^ artmagic_xor[last]) >> 8) & 0xf; in execute_blit()
188 p4 = last = ((val ^ artmagic_xor[last]) >> 12) & 0xf; in execute_blit()
200 last = 0; in execute_blit()
220 last = 0; in execute_blit()
257 last = ((val ^ artmagic_xor[last]) >> 0) & 0xf; in execute_blit()
268 last = ((val ^ artmagic_xor[last]) >> 4) & 0xf; in execute_blit()
278 last = ((val ^ artmagic_xor[last]) >> 8) & 0xf; in execute_blit()
[all …]
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/vidhrdw/
H A Dartmagic_vidhrdw.c151 last = 0; in execute_blit()
185 p1 = last = ((val ^ artmagic_xor[last]) >> 0) & 0xf; in execute_blit()
186 p2 = last = ((val ^ artmagic_xor[last]) >> 4) & 0xf; in execute_blit()
187 p3 = last = ((val ^ artmagic_xor[last]) >> 8) & 0xf; in execute_blit()
188 p4 = last = ((val ^ artmagic_xor[last]) >> 12) & 0xf; in execute_blit()
200 last = 0; in execute_blit()
220 last = 0; in execute_blit()
257 last = ((val ^ artmagic_xor[last]) >> 0) & 0xf; in execute_blit()
268 last = ((val ^ artmagic_xor[last]) >> 4) & 0xf; in execute_blit()
278 last = ((val ^ artmagic_xor[last]) >> 8) & 0xf; in execute_blit()
[all …]
/dports/devel/boost-docs/boost_1_72_0/libs/spirit/test/x3/
H A Dtest.hpp19 Char const* last = in; in test() local
20 while (*last) in test()
21 last++; in test()
41 while (*last) in test()
42 last++; in test()
52 while (*last) in test_failure()
53 last++; in test_failure()
71 while (*last) in test_attr()
72 last++; in test_attr()
82 while (*last) in test_attr()
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/libs/spirit/test/x3/
H A Dtest.hpp19 Char const* last = in; in test() local
20 while (*last) in test()
21 last++; in test()
41 while (*last) in test()
42 last++; in test()
52 while (*last) in test_failure()
53 last++; in test_failure()
71 while (*last) in test_attr()
72 last++; in test_attr()
82 while (*last) in test_attr()
[all …]
/dports/devel/boost-libs/boost_1_72_0/libs/spirit/test/x3/
H A Dtest.hpp19 Char const* last = in; in test() local
20 while (*last) in test()
21 last++; in test()
41 while (*last) in test()
42 last++; in test()
52 while (*last) in test_failure()
53 last++; in test_failure()
71 while (*last) in test_attr()
72 last++; in test_attr()
82 while (*last) in test_attr()
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/spirit/test/x3/
H A Dtest.hpp18 Char const* last = in; in test() local
19 while (*last) in test()
20 last++; in test()
30 while (*last) in test()
31 last++; in test()
41 while (*last) in test_failure()
42 last++; in test_failure()
52 while (*last) in test_attr()
53 last++; in test_attr()
63 while (*last) in test_attr()
[all …]
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/spirit/test/x3/
H A Dtest.hpp18 Char const* last = in; in test() local
19 while (*last) in test()
20 last++; in test()
30 while (*last) in test()
31 last++; in test()
41 while (*last) in test_failure()
42 last++; in test_failure()
52 while (*last) in test_attr()
53 last++; in test_attr()
63 while (*last) in test_attr()
[all …]
/dports/databases/percona57-server/boost_1_59_0/libs/spirit/test/x3/
H A Dtest.hpp18 Char const* last = in; in test() local
19 while (*last) in test()
20 last++; in test()
30 while (*last) in test()
31 last++; in test()
41 while (*last) in test_failure()
42 last++; in test_failure()
52 while (*last) in test_attr()
53 last++; in test_attr()
63 while (*last) in test_attr()
[all …]
/dports/databases/xtrabackup/boost_1_59_0/libs/spirit/test/x3/
H A Dtest.hpp18 Char const* last = in; in test() local
19 while (*last) in test()
20 last++; in test()
30 while (*last) in test()
31 last++; in test()
41 while (*last) in test_failure()
42 last++; in test_failure()
52 while (*last) in test_attr()
53 last++; in test_attr()
63 while (*last) in test_attr()
[all …]
/dports/databases/percona57-client/boost_1_59_0/libs/spirit/test/x3/
H A Dtest.hpp18 Char const* last = in; in test() local
19 while (*last) in test()
20 last++; in test()
30 while (*last) in test()
31 last++; in test()
41 while (*last) in test_failure()
42 last++; in test_failure()
52 while (*last) in test_attr()
53 last++; in test_attr()
63 while (*last) in test_attr()
[all …]
/dports/lang/ruby26/ruby-2.6.9/spec/ruby/core/array/
H A Dlast_spec.rb6 [1, 1, 1, 1, 2].last.should == 2
10 [].last.should == nil
18 [].last(0).should == []
19 [].last(1).should == []
40 ary.last(0).replace([1,2])
42 ary.last(1).replace([1,2])
44 ary.last(6).replace([1,2])
50 empty.last.should equal(empty)
80 a.last
82 a.last(2)
[all …]
/dports/devel/boost-docs/boost_1_72_0/libs/range/test/
H A Dirange.cpp23 void test_irange_impl(Integer last) in test_irange_impl() argument
43 for (Integer i = first; i < last; ++i) in test_irange_impl()
64 || (static_cast<IntegerInput>(static_cast<Integer>(last)) != last)) in test_irange_impl()
87 void test_irange(int last) in test_irange() argument
89 test_irange_impl<signed char>(last); in test_irange()
90 test_irange_impl<unsigned char>(last); in test_irange()
91 test_irange_impl<signed short>(last); in test_irange()
93 test_irange_impl<signed int>(last); in test_irange()
94 test_irange_impl<unsigned int>(last); in test_irange()
95 test_irange_impl<signed long>(last); in test_irange()
[all …]
/dports/devel/boost-libs/boost_1_72_0/libs/range/test/
H A Dirange.cpp23 void test_irange_impl(Integer last) in test_irange_impl() argument
43 for (Integer i = first; i < last; ++i) in test_irange_impl()
64 || (static_cast<IntegerInput>(static_cast<Integer>(last)) != last)) in test_irange_impl()
87 void test_irange(int last) in test_irange() argument
89 test_irange_impl<signed char>(last); in test_irange()
90 test_irange_impl<unsigned char>(last); in test_irange()
91 test_irange_impl<signed short>(last); in test_irange()
93 test_irange_impl<signed int>(last); in test_irange()
94 test_irange_impl<unsigned int>(last); in test_irange()
95 test_irange_impl<signed long>(last); in test_irange()
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/libs/range/test/
H A Dirange.cpp23 void test_irange_impl(Integer last) in test_irange_impl() argument
43 for (Integer i = first; i < last; ++i) in test_irange_impl()
64 || (static_cast<IntegerInput>(static_cast<Integer>(last)) != last)) in test_irange_impl()
87 void test_irange(int last) in test_irange() argument
89 test_irange_impl<signed char>(last); in test_irange()
90 test_irange_impl<unsigned char>(last); in test_irange()
91 test_irange_impl<signed short>(last); in test_irange()
93 test_irange_impl<signed int>(last); in test_irange()
94 test_irange_impl<unsigned int>(last); in test_irange()
95 test_irange_impl<signed long>(last); in test_irange()
[all …]
/dports/devel/hyperscan/boost_1_75_0/libs/range/test/
H A Dirange.cpp23 void test_irange_impl(Integer last) in test_irange_impl() argument
43 for (Integer i = first; i < last; ++i) in test_irange_impl()
64 || (static_cast<IntegerInput>(static_cast<Integer>(last)) != last)) in test_irange_impl()
87 void test_irange(int last) in test_irange() argument
89 test_irange_impl<signed char>(last); in test_irange()
90 test_irange_impl<unsigned char>(last); in test_irange()
91 test_irange_impl<signed short>(last); in test_irange()
93 test_irange_impl<signed int>(last); in test_irange()
94 test_irange_impl<unsigned int>(last); in test_irange()
95 test_irange_impl<signed long>(last); in test_irange()
[all …]
/dports/devel/date/date-3.0.1/test/iso_week/
H A Dop_div_survey.pass.cpp74 static_assert(is_same<decltype(test( 1, last, last)), void>{}, ""); in main()
104 static_assert(is_same<decltype(test( mon, last, last)), void>{}, ""); in main()
134 static_assert(is_same<decltype(test( 1_w, last, last)), void>{}, ""); in main()
164 static_assert(is_same<decltype(test( 1_y, last, last)), void>{}, ""); in main()
170 static_assert(is_same<decltype(test(last, 1, last)), void>{}, ""); in main()
176 static_assert(is_same<decltype(test(last, mon, last)), void>{}, ""); in main()
182 static_assert(is_same<decltype(test(last, 1_w, last)), void>{}, ""); in main()
188 static_assert(is_same<decltype(test(last, 1_y, last)), void>{}, ""); in main()
190 static_assert(is_same<decltype(test(last, last, 1)), void>{}, ""); in main()
191 static_assert(is_same<decltype(test(last, last, mon)), void>{}, ""); in main()
[all …]

12345678910>>...1974