Home
last modified time | relevance | path

Searched refs:last (Results 126 – 150 of 54832) sorted by relevance

12345678910>>...2194

/dports/devel/hhdate/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 …]
/dports/games/warzone2100/warzone2100/3rdparty/date/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 …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-subzero/lib/Demangle/
H A DItaniumDemangle.cpp63 if (first != last) { in parse_number()
67 if (t != last) { in parse_number()
120 last = first + N; in parse_floating_number()
157 if (first != last) { in parse_source_name()
1142 if (t == last) in parse_call_expr()
1200 if (t == last) in parse_new_expr()
1491 if (first != last && *first == 'A' && first + 1 != last) { in parse_array_type()
1607 if (t1 != last && *t1 == '_' && ++t1 != last) { in parse_vector_type()
3655 if (t != first + 1 && t != last && *t == 'E' && ++t != last) { in parse_local_name()
4142 first = last; in parse_dot_suffix()
[all …]
/dports/shells/ksh93-devel/ast-cc1bca27/src/lib/libast/comp/
H A Ddirname.c35 register char *last; in dirname() local
37 for(last=pathname; *last; last++); in dirname()
39 while(last>pathname && *--last=='/'); in dirname()
41 for(;last>pathname && *last!='/';last--); in dirname()
42 if(last==pathname) in dirname()
45 if(*last!='/') in dirname()
46 *last = '.'; in dirname()
49 last++; in dirname()
54 for(;*last=='/' && last > pathname; last--); in dirname()
57 last++; in dirname()
[all …]
/dports/shells/ksh93/ast-93u/src/lib/libast/comp/
H A Ddirname.c35 register char *last; in dirname() local
37 for(last=pathname; *last; last++); in dirname()
39 while(last>pathname && *--last=='/'); in dirname()
41 for(;last>pathname && *last!='/';last--); in dirname()
42 if(last==pathname) in dirname()
45 if(*last!='/') in dirname()
46 *last = '.'; in dirname()
49 last++; in dirname()
54 for(;*last=='/' && last > pathname; last--); in dirname()
57 last++; in dirname()
[all …]
/dports/shells/ast-ksh/ast-ksh93v/src/lib/libast/comp/
H A Ddirname.c35 register char *last; in dirname() local
37 for(last=pathname; *last; last++); in dirname()
39 while(last>pathname && *--last=='/'); in dirname()
41 for(;last>pathname && *last!='/';last--); in dirname()
42 if(last==pathname) in dirname()
45 if(*last!='/') in dirname()
46 *last = '.'; in dirname()
49 last++; in dirname()
54 for(;*last=='/' && last > pathname; last--); in dirname()
57 last++; in dirname()
[all …]
/dports/net/rtpproxy/rtpproxy-2.1.1/src/
H A Drtp_analyze.c341 stat->last.max_seq = stat->last.min_seq = rinfo->seq; in update_rtpp_stats()
358 memset(stat->last.seen, '\0', sizeof(stat->last.seen)); in update_rtpp_stats()
360 SSRC_FMT "/%d", stat->last.ssrc.val, stat->last.seq, rinfo->ssrc, in update_rtpp_stats()
363 stat->last.max_seq = stat->last.min_seq = rinfo->seq; in update_rtpp_stats()
387 memset(stat->last.seen, '\0', sizeof(stat->last.seen)); in update_rtpp_stats()
388 stat->last.max_seq = stat->last.min_seq = seq; in update_rtpp_stats()
428 memset(stat->last.seen, '\0', sizeof(stat->last.seen) / 2); in update_rtpp_stats()
436 memset(stat->last.seen, '\0', sizeof(stat->last.seen)); in update_rtpp_stats()
437 stat->last.max_seq = stat->last.min_seq = seq; in update_rtpp_stats()
470 if (stat->last.seq_offset == 0 && seq < stat->last.min_seq) { in update_rtpp_stats()
[all …]
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objtools/writers/unit_test/gff3writer_test_cases/
H A Drw-568-3.entry.asn69 last "Lander",
75 last "Linton",
81 last "Birren",
93 last "Zody",
105 last "Devon",
111 last "Dewar",
117 last "Doyle",
129 last "Funke",
135 last "Gage",
159 last "Kann",
[all …]
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objtools/writers/unit_test/gtfwriter_test_cases/
H A Drw-860.entry.asn69 last "Lander",
75 last "Linton",
81 last "Birren",
93 last "Zody",
105 last "Devon",
111 last "Dewar",
117 last "Doyle",
129 last "Funke",
135 last "Gage",
159 last "Kann",
[all …]
/dports/graphics/blender/blender-2.91.0/extern/quadriflow/3rd/lemon-1.3.1/lemon/
H A Dradix_sort.h60 --last; in radixSortPartition()
61 while (first != last && (functor(*last) & mask)) { in radixSortPartition()
62 --last; in radixSortPartition()
73 --last; in radixSortPartition()
75 --last; in radixSortPartition()
94 --last; in radixSortSignPartition()
95 while (first != last && functor(*last) >= 0) { in radixSortSignPartition()
96 --last; in radixSortSignPartition()
107 --last; in radixSortSignPartition()
109 --last; in radixSortSignPartition()
[all …]
/dports/math/lemon/lemon-1.3.1/lemon/
H A Dradix_sort.h60 --last; in radixSortPartition()
61 while (first != last && (functor(*last) & mask)) { in radixSortPartition()
62 --last; in radixSortPartition()
73 --last; in radixSortPartition()
75 --last; in radixSortPartition()
94 --last; in radixSortSignPartition()
95 while (first != last && functor(*last) >= 0) { in radixSortSignPartition()
96 --last; in radixSortSignPartition()
107 --last; in radixSortSignPartition()
109 --last; in radixSortSignPartition()
[all …]
/dports/misc/openmvg/openMVG-2.0/src/third_party/lemon/lemon/
H A Dradix_sort.h60 --last; in radixSortPartition()
61 while (first != last && (functor(*last) & mask)) { in radixSortPartition()
62 --last; in radixSortPartition()
73 --last; in radixSortPartition()
75 --last; in radixSortPartition()
94 --last; in radixSortSignPartition()
95 while (first != last && functor(*last) >= 0) { in radixSortSignPartition()
96 --last; in radixSortSignPartition()
107 --last; in radixSortSignPartition()
109 --last; in radixSortSignPartition()
[all …]
/dports/security/modsecurity3-nginx/nginx-1.20.0/src/http/modules/
H A Dngx_http_autoindex_module.c578 last = b->last; in ngx_http_autoindex_html()
587 last = b->last; in ngx_http_autoindex_html()
600 last = b->last; in ngx_http_autoindex_html()
605 last = b->last - 3; in ngx_http_autoindex_html()
647 b->last = ngx_cpymem(b->last, " -", in ngx_http_autoindex_html()
768 b->last = ngx_cpymem(b->last, "\", \"type\":\"", in ngx_http_autoindex_json()
805 *b->last++ = ')'; *b->last++ = ';'; in ngx_http_autoindex_json()
921 b->last = ngx_cpymem(b->last, "\" size=\"", in ngx_http_autoindex_xml()
926 *b->last++ = '"'; *b->last++ = '>'; in ngx_http_autoindex_xml()
936 *b->last++ = '<'; *b->last++ = '/'; in ngx_http_autoindex_xml()
[all …]
/dports/www/nginx-lite/nginx-1.20.2/src/http/modules/
H A Dngx_http_autoindex_module.c578 last = b->last; in ngx_http_autoindex_html()
587 last = b->last; in ngx_http_autoindex_html()
600 last = b->last; in ngx_http_autoindex_html()
605 last = b->last - 3; in ngx_http_autoindex_html()
647 b->last = ngx_cpymem(b->last, " -", in ngx_http_autoindex_html()
768 b->last = ngx_cpymem(b->last, "\", \"type\":\"", in ngx_http_autoindex_json()
805 *b->last++ = ')'; *b->last++ = ';'; in ngx_http_autoindex_json()
921 b->last = ngx_cpymem(b->last, "\" size=\"", in ngx_http_autoindex_xml()
926 *b->last++ = '"'; *b->last++ = '>'; in ngx_http_autoindex_xml()
936 *b->last++ = '<'; *b->last++ = '/'; in ngx_http_autoindex_xml()
[all …]
/dports/www/nginx/nginx-1.20.2/src/http/modules/
H A Dngx_http_autoindex_module.c578 last = b->last; in ngx_http_autoindex_html()
587 last = b->last; in ngx_http_autoindex_html()
600 last = b->last; in ngx_http_autoindex_html()
605 last = b->last - 3; in ngx_http_autoindex_html()
647 b->last = ngx_cpymem(b->last, " -", in ngx_http_autoindex_html()
768 b->last = ngx_cpymem(b->last, "\", \"type\":\"", in ngx_http_autoindex_json()
805 *b->last++ = ')'; *b->last++ = ';'; in ngx_http_autoindex_json()
921 b->last = ngx_cpymem(b->last, "\" size=\"", in ngx_http_autoindex_xml()
926 *b->last++ = '"'; *b->last++ = '>'; in ngx_http_autoindex_xml()
936 *b->last++ = '<'; *b->last++ = '/'; in ngx_http_autoindex_xml()
[all …]
/dports/www/nginx-devel/nginx-1.21.5/src/http/modules/
H A Dngx_http_autoindex_module.c578 last = b->last; in ngx_http_autoindex_html()
587 last = b->last; in ngx_http_autoindex_html()
600 last = b->last; in ngx_http_autoindex_html()
605 last = b->last - 3; in ngx_http_autoindex_html()
647 b->last = ngx_cpymem(b->last, " -", in ngx_http_autoindex_html()
768 b->last = ngx_cpymem(b->last, "\", \"type\":\"", in ngx_http_autoindex_json()
805 *b->last++ = ')'; *b->last++ = ';'; in ngx_http_autoindex_json()
921 b->last = ngx_cpymem(b->last, "\" size=\"", in ngx_http_autoindex_xml()
926 *b->last++ = '"'; *b->last++ = '>'; in ngx_http_autoindex_xml()
936 *b->last++ = '<'; *b->last++ = '/'; in ngx_http_autoindex_xml()
[all …]
/dports/www/nginx-full/nginx-1.20.2/src/http/modules/
H A Dngx_http_autoindex_module.c578 last = b->last; in ngx_http_autoindex_html()
587 last = b->last; in ngx_http_autoindex_html()
600 last = b->last; in ngx_http_autoindex_html()
605 last = b->last - 3; in ngx_http_autoindex_html()
647 b->last = ngx_cpymem(b->last, " -", in ngx_http_autoindex_html()
768 b->last = ngx_cpymem(b->last, "\", \"type\":\"", in ngx_http_autoindex_json()
805 *b->last++ = ')'; *b->last++ = ';'; in ngx_http_autoindex_json()
921 b->last = ngx_cpymem(b->last, "\" size=\"", in ngx_http_autoindex_xml()
926 *b->last++ = '"'; *b->last++ = '>'; in ngx_http_autoindex_xml()
936 *b->last++ = '<'; *b->last++ = '/'; in ngx_http_autoindex_xml()
[all …]
/dports/www/nginx-naxsi/nginx-1.20.2/src/http/modules/
H A Dngx_http_autoindex_module.c578 last = b->last; in ngx_http_autoindex_html()
587 last = b->last; in ngx_http_autoindex_html()
600 last = b->last; in ngx_http_autoindex_html()
605 last = b->last - 3; in ngx_http_autoindex_html()
647 b->last = ngx_cpymem(b->last, " -", in ngx_http_autoindex_html()
768 b->last = ngx_cpymem(b->last, "\", \"type\":\"", in ngx_http_autoindex_json()
805 *b->last++ = ')'; *b->last++ = ';'; in ngx_http_autoindex_json()
921 b->last = ngx_cpymem(b->last, "\" size=\"", in ngx_http_autoindex_xml()
926 *b->last++ = '"'; *b->last++ = '>'; in ngx_http_autoindex_xml()
936 *b->last++ = '<'; *b->last++ = '/'; in ngx_http_autoindex_xml()
[all …]
/dports/graphics/gmt/gmt-6.3.0/src/
H A Dgrdmath.c874 b = (stack[last]->constant) ? stack[last]->factor : stack[last]->G->data[node]; in grdmath_ADD()
889 b = (stack[last]->constant) ? stack[last]->factor : stack[last]->G->data[node]; in grdmath_AND()
913 b = (stack[last]->constant) ? stack[last]->factor : stack[last]->G->data[node]; in grdmath_ARC()
1002 b = (stack[last]->constant) ? stack[last]->factor : stack[last]->G->data[node]; in grdmath_ATAN2()
1361 y = (stack[last]->constant) ? stack[last]->factor : stack[last]->G->data[node]; in grdmath_CAZ()
1380 y = (stack[last]->constant) ? stack[last]->factor : stack[last]->G->data[node]; in grdmath_CBAZ()
1401 b = (stack[last]->constant) ? stack[last]->factor : stack[last]->G->data[node]; in grdmath_CDIST()
1941 prev1 = last - 1; prev2 = last - 2; in grdmath_DAYNIGHT()
4376 if (stack[last]->constant) b = stack[last]->factor * stack[last]->factor; in grdmath_R2()
4633 …if (stack[last]->constant) a = stack[last]->factor * exp (-0.5 * stack[last]->factor * stack[last]… in grdmath_RPDF()
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/core/src/cpp/hash/
H A Dsha3.cpp120 one = m_hash[10]; m_hash[10] = rotateLeft(last, 1); last = one; in processBlock()
121 one = m_hash[ 7]; m_hash[ 7] = rotateLeft(last, 3); last = one; in processBlock()
122 one = m_hash[11]; m_hash[11] = rotateLeft(last, 6); last = one; in processBlock()
123 one = m_hash[17]; m_hash[17] = rotateLeft(last, 10); last = one; in processBlock()
124 one = m_hash[18]; m_hash[18] = rotateLeft(last, 15); last = one; in processBlock()
125 one = m_hash[ 3]; m_hash[ 3] = rotateLeft(last, 21); last = one; in processBlock()
126 one = m_hash[ 5]; m_hash[ 5] = rotateLeft(last, 28); last = one; in processBlock()
127 one = m_hash[16]; m_hash[16] = rotateLeft(last, 36); last = one; in processBlock()
128 one = m_hash[ 8]; m_hash[ 8] = rotateLeft(last, 45); last = one; in processBlock()
129 one = m_hash[21]; m_hash[21] = rotateLeft(last, 55); last = one; in processBlock()
[all …]
/dports/lang/chaiscript/ChaiScript-6.1.0/src/
H A Dsha3.cpp126 one = m_hash[10]; m_hash[10] = rotateLeft(last, 1); last = one; in processBlock()
127 one = m_hash[ 7]; m_hash[ 7] = rotateLeft(last, 3); last = one; in processBlock()
128 one = m_hash[11]; m_hash[11] = rotateLeft(last, 6); last = one; in processBlock()
129 one = m_hash[17]; m_hash[17] = rotateLeft(last, 10); last = one; in processBlock()
130 one = m_hash[18]; m_hash[18] = rotateLeft(last, 15); last = one; in processBlock()
131 one = m_hash[ 3]; m_hash[ 3] = rotateLeft(last, 21); last = one; in processBlock()
132 one = m_hash[ 5]; m_hash[ 5] = rotateLeft(last, 28); last = one; in processBlock()
133 one = m_hash[16]; m_hash[16] = rotateLeft(last, 36); last = one; in processBlock()
134 one = m_hash[ 8]; m_hash[ 8] = rotateLeft(last, 45); last = one; in processBlock()
135 one = m_hash[21]; m_hash[21] = rotateLeft(last, 55); last = one; in processBlock()
[all …]
/dports/devel/hyperscan/boost_1_75_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/x11-toolkits/gtk30/gtk+-3.24.31/testsuite/css/parser/
H A Dnth-child.ref.css1 a:nth-last-child(odd) {
25 f:nth-last-child(n+10) {
49 l:nth-last-child(0) {
57 n:nth-last-child(0) {
61 o:last-child {
65 p:nth-last-child(2) {
69 q:nth-last-child(10) {
81 t:nth-last-child(-1) {
85 u:nth-last-child(-2) {
93 w:last-child {
[all …]
/dports/x11-toolkits/gtk40/gtk-4.4.1/testsuite/css/parser/
H A Dnth-child.ref.css1 a:nth-last-child(odd) {
25 f:nth-last-child(n+10) {
49 l:nth-last-child(0) {
57 n:nth-last-child(0) {
61 o:last-child {
65 p:nth-last-child(2) {
69 q:nth-last-child(10) {
81 t:nth-last-child(-1) {
85 u:nth-last-child(-2) {
93 w:last-child {
[all …]
/dports/net-im/climm/climm-0.7.1/lang/
H A Di18n-template78 for ($last++ ; $last < $neu - 1; $last++)
80 $last = sprintf ("%04d", $last);
81 next unless defined $nrval{$last} and length($nrval{$last});
82 print OUT "#_#$last:$nrval{$last}\n" unless $have{$last};
85 $last--;
107 for ($last++ ; $last < $neu; $last++)
109 $last = sprintf ("%04d", $last);
111 print OUT "#_#$last:$nrval{$last}\n" unless $have{$last} & 4;
114 print "Error: $last $neu" if $last != $neu;
115 $last = $mod = sprintf ("%04d", $last);
[all …]

12345678910>>...2194