Home
last modified time | relevance | path

Searched refs:uuu (Results 1 – 25 of 1385) sorted by relevance

12345678910>>...56

/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/connect/
H A Dncbi_http_connector.c346 retval = uuu->adjust(uuu->net_info, uuu->user_data, arg); in s_CallAdjust()
686 } else if (uuu->adjust && !s_CallAdjust(uuu, uuu->major_fault)) { in s_Adjust()
1399 if (!uuu->chunked || uuu->expected > uuu->received) { in s_ReadData()
2093 if (BUF_Size(uuu->http) && !BUF_Splice(&uuu->r_buf, uuu->http)) in s_PreRead()
2138 assert(uuu->received <= uuu->expected); in s_Read()
2298 uuu->o_timeout = &uuu->oo_timeout; in s_OpenHttpConnector()
2300 uuu->w_timeout = &uuu->ww_timeout; in s_OpenHttpConnector()
2322 uuu->cleanup(uuu->user_data); in s_DestroyHttpConnector()
2460 uuu->w_timeout = &uuu->ww_timeout; in s_VT_Write()
2556 uuu->w_timeout = &uuu->ww_timeout; in s_VT_Flush()
[all …]
H A Dncbi_service_connector.c100 if (!(uuu->iter = SERV_Open(uuu->service, uuu->types, in s_OpenDispatcher()
373 ? uuu->extra.get_next_info(uuu->extra.data, uuu->iter) in s_GetNextInfo()
392 uuu->extra.reset(uuu->extra.data); in s_GetNextInfo()
595 if (uuu->retry >= uuu->net_info->max_try) in s_Adjust()
673 && !uuu->extra.adjust(net_info, uuu->extra.data, uuu->retry) in s_Adjust()
960 if (!uuu->host || !uuu->port) { in s_Open()
1060 return uuu->type ? uuu->type : uuu->service; in s_VT_GetType()
1067 return uuu->descr && *uuu->descr ? strdup(uuu->descr) : 0; in s_VT_Descr()
1078 for (uuu->retry = 0; uuu->retry < uuu->net_info->max_try; uuu->retry++) { in s_VT_Open()
1177 && uuu->retry > 1 && uuu->retry >= uuu->net_info->max_try) { in s_VT_Open()
[all …]
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/connect/
H A Dncbi_http_connector.c346 retval = uuu->adjust(uuu->net_info, uuu->user_data, arg); in s_CallAdjust()
686 } else if (uuu->adjust && !s_CallAdjust(uuu, uuu->major_fault)) { in s_Adjust()
1399 if (!uuu->chunked || uuu->expected > uuu->received) { in s_ReadData()
2093 if (BUF_Size(uuu->http) && !BUF_Splice(&uuu->r_buf, uuu->http)) in s_PreRead()
2138 assert(uuu->received <= uuu->expected); in s_Read()
2298 uuu->o_timeout = &uuu->oo_timeout; in s_OpenHttpConnector()
2300 uuu->w_timeout = &uuu->ww_timeout; in s_OpenHttpConnector()
2322 uuu->cleanup(uuu->user_data); in s_DestroyHttpConnector()
2460 uuu->w_timeout = &uuu->ww_timeout; in s_VT_Write()
2556 uuu->w_timeout = &uuu->ww_timeout; in s_VT_Flush()
[all …]
H A Dncbi_service_connector.c100 if (!(uuu->iter = SERV_Open(uuu->service, uuu->types, in s_OpenDispatcher()
373 ? uuu->extra.get_next_info(uuu->extra.data, uuu->iter) in s_GetNextInfo()
392 uuu->extra.reset(uuu->extra.data); in s_GetNextInfo()
595 if (uuu->retry >= uuu->net_info->max_try) in s_Adjust()
673 && !uuu->extra.adjust(net_info, uuu->extra.data, uuu->retry) in s_Adjust()
960 if (!uuu->host || !uuu->port) { in s_Open()
1060 return uuu->type ? uuu->type : uuu->service; in s_VT_GetType()
1067 return uuu->descr && *uuu->descr ? strdup(uuu->descr) : 0; in s_VT_Descr()
1078 for (uuu->retry = 0; uuu->retry < uuu->net_info->max_try; uuu->retry++) { in s_VT_Open()
1177 && uuu->retry > 1 && uuu->retry >= uuu->net_info->max_try) { in s_VT_Open()
[all …]
/dports/biology/ncbi-toolkit/ncbi/connect/
H A Dncbi_http_connector.c446 } else if (uuu->adjust && !uuu->adjust(uuu->net_info, in s_Adjust()
1097 if (!uuu->chunked || uuu->expected > uuu->received) { in s_ReadData()
1758 if (BUF_Size(uuu->http) && !BUF_Splice(&uuu->r_buf, uuu->http)) in s_PreRead()
1792 assert(uuu->received <= uuu->expected); in s_Read()
1850 if (uuu->received < uuu->expected) { in s_Read()
1930 uuu->o_timeout = &uuu->oo_timeout; in s_OpenHttpConnector()
1932 uuu->w_timeout = &uuu->ww_timeout; in s_OpenHttpConnector()
1952 uuu->cleanup(uuu->user_data); in s_DestroyHttpConnector()
2087 uuu->w_timeout = &uuu->ww_timeout; in s_VT_Write()
2172 uuu->w_timeout = &uuu->ww_timeout; in s_VT_Flush()
[all …]
H A Dncbi_service_connector.c92 if (!(uuu->iter = SERV_Open(uuu->service, types, in s_OpenDispatcher()
357 ? uuu->extra.get_next_info(uuu->extra.data, uuu->iter) in s_GetNextInfo()
538 if (uuu->retry >= uuu->net_info->max_try) in s_Adjust()
616 && !uuu->extra.adjust(net_info, uuu->extra.data, uuu->retry) in s_Adjust()
838 if (!uuu->host || !uuu->port) { in s_Open()
920 uuu->extra.reset(uuu->extra.data); in s_Close()
940 return uuu->type ? uuu->type : uuu->service; in s_VT_GetType()
947 return uuu->descr && *uuu->descr ? strdup(uuu->descr) : 0; in s_VT_Descr()
957 for (uuu->retry = 0; uuu->retry < uuu->net_info->max_try; uuu->retry++) { in s_VT_Open()
1008 if (!uuu->descr && uuu->meta.descr) in s_VT_Open()
[all …]
/dports/math/reduce/Reduce-svn5758-src/packages/regressions/
H A D2011-09-05-expanddf.rlg425 df(uuu,xxx,uuu);
428 df(uuu,xxx,uuu)
434 df(y(uuu),uuu,xxx)
447 df(uuu,xxx,uuu);
472 df(uuu,xxx,uuu);
475 df(uuu,xxx,uuu)
481 df(y(uuu),uuu,2)*df(uuu,xxx) + df(y(uuu),uuu)*df(uuu,xxx,uuu)
487 df(y(uuu),uuu,2)*df(uuu,xxx)
494 df(uuu,xxx,uuu);
503 df(y(uuu),uuu,2)*df(uuu,xxx)
[all …]
H A D2011-09-05-expanddf.tst165 df(uuu,xxx,uuu);
167 df(y(uuu),xxx,uuu);
169 df(y(uuu),uuu,xxx);
173 df(uuu,xxx,uuu);
175 df(y(uuu),xxx,uuu);
177 df(y(uuu),uuu,xxx);
182 df(uuu,xxx,uuu);
184 df(y(uuu),xxx,uuu);
186 df(y(uuu),uuu,xxx);
190 df(uuu,xxx,uuu);
[all …]
/dports/math/reduce/Reduce-svn5758-src/xmpl/
H A D2011-09-05-expanddf.rlg425 df(uuu,xxx,uuu);
428 df(uuu,xxx,uuu)
434 df(y(uuu),uuu,xxx)
447 df(uuu,xxx,uuu);
472 df(uuu,xxx,uuu);
475 df(uuu,xxx,uuu)
481 df(y(uuu),uuu,2)*df(uuu,xxx) + df(y(uuu),uuu)*df(uuu,xxx,uuu)
487 df(y(uuu),uuu,2)*df(uuu,xxx)
494 df(uuu,xxx,uuu);
503 df(y(uuu),uuu,2)*df(uuu,xxx)
[all …]
H A D2011-09-05-expanddf.tst165 df(uuu,xxx,uuu);
167 df(y(uuu),xxx,uuu);
169 df(y(uuu),uuu,xxx);
173 df(uuu,xxx,uuu);
175 df(y(uuu),xxx,uuu);
177 df(y(uuu),uuu,xxx);
182 df(uuu,xxx,uuu);
184 df(y(uuu),xxx,uuu);
186 df(y(uuu),uuu,xxx);
190 df(uuu,xxx,uuu);
[all …]
/dports/textproc/p5-PDF-Builder/PDF-Builder-3.023/lib/PDF/Builder/Resource/
H A DGlyphs.pm33 my $uuu = {};
40 $uuu->{'u'}->{$uni} ||= [];
41 $uuu->{'g'}->{$name} ||= [];
42 push @{$uuu->{'u'}->{$uni}}, { uni => $uni, name => $name, prio => $prio };
43 push @{$uuu->{'g'}->{$name}}, { uni => $uni, name => $name, prio => $prio };
48 foreach my $k (keys %{$uuu->{'u'}}) {
49 $u2n{$k} = $uuu->{'u'}->{$k}->[0]->{'name'};
58 foreach my $k (keys %{$uuu->{'g'}}) {
59 my ($r) = sort { $a->{'prio'} <=> $b->{'prio'}} @{$uuu->{'g'}->{$k}};
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/gcc.dg/
H A DWsign-compare-1.c46 f4 (int xxx, unsigned yyy, short uuu) in f4() argument
48 …return xxx ? yyy : uuu; /* { dg-warning "22:operand of \\?: changes signedness from 'short int' to… in f4()
56 f5 (int xxx, unsigned yyy, short uuu) in f5() argument
58 …return xxx ? uuu : yyy; /* { dg-warning "16:operand of \\?: changes signedness from 'short int' to… in f5()
66 f6 (int xxx, unsigned yyy, signed char uuu) in f6() argument
68 …return xxx ? yyy : uuu; /* { dg-warning "22:operand of \\?: changes signedness from 'signed char' … in f6()
76 f7 (int xxx, unsigned yyy, signed char uuu) in f7() argument
78 …return xxx ? uuu : yyy; /* { dg-warning "16:operand of \\?: changes signedness from 'signed char' … in f7()
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gcc.dg/
H A DWsign-compare-1.c46 f4 (int xxx, unsigned yyy, short uuu) in f4() argument
48 …return xxx ? yyy : uuu; /* { dg-warning "22:operand of '\\?:' changes signedness from 'short int' … in f4()
56 f5 (int xxx, unsigned yyy, short uuu) in f5() argument
58 …return xxx ? uuu : yyy; /* { dg-warning "16:operand of '\\?:' changes signedness from 'short int' … in f5()
66 f6 (int xxx, unsigned yyy, signed char uuu) in f6() argument
68 …return xxx ? yyy : uuu; /* { dg-warning "22:operand of '\\?:' changes signedness from 'signed char… in f6()
76 f7 (int xxx, unsigned yyy, signed char uuu) in f7() argument
78 …return xxx ? uuu : yyy; /* { dg-warning "16:operand of '\\?:' changes signedness from 'signed char… in f7()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gcc.dg/
H A DWsign-compare-1.c46 f4 (int xxx, unsigned yyy, short uuu) in f4() argument
48 …return xxx ? yyy : uuu; /* { dg-warning "22:operand of '\\?:' changes signedness from 'short int' … in f4()
56 f5 (int xxx, unsigned yyy, short uuu) in f5() argument
58 …return xxx ? uuu : yyy; /* { dg-warning "16:operand of '\\?:' changes signedness from 'short int' … in f5()
66 f6 (int xxx, unsigned yyy, signed char uuu) in f6() argument
68 …return xxx ? yyy : uuu; /* { dg-warning "22:operand of '\\?:' changes signedness from 'signed char… in f6()
76 f7 (int xxx, unsigned yyy, signed char uuu) in f7() argument
78 …return xxx ? uuu : yyy; /* { dg-warning "16:operand of '\\?:' changes signedness from 'signed char… in f7()
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gcc.dg/
H A DWsign-compare-1.c46 f4 (int xxx, unsigned yyy, short uuu) in f4() argument
48 …return xxx ? yyy : uuu; /* { dg-warning "22:operand of '\\?:' changes signedness from 'short int' … in f4()
56 f5 (int xxx, unsigned yyy, short uuu) in f5() argument
58 …return xxx ? uuu : yyy; /* { dg-warning "16:operand of '\\?:' changes signedness from 'short int' … in f5()
66 f6 (int xxx, unsigned yyy, signed char uuu) in f6() argument
68 …return xxx ? yyy : uuu; /* { dg-warning "22:operand of '\\?:' changes signedness from 'signed char… in f6()
76 f7 (int xxx, unsigned yyy, signed char uuu) in f7() argument
78 …return xxx ? uuu : yyy; /* { dg-warning "16:operand of '\\?:' changes signedness from 'signed char… in f7()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/
H A DWsign-compare-1.c46 f4 (int xxx, unsigned yyy, short uuu) in f4() argument
48 …return xxx ? yyy : uuu; /* { dg-warning "22:operand of \\?: changes signedness from 'short int' to… in f4()
56 f5 (int xxx, unsigned yyy, short uuu) in f5() argument
58 …return xxx ? uuu : yyy; /* { dg-warning "16:operand of \\?: changes signedness from 'short int' to… in f5()
66 f6 (int xxx, unsigned yyy, signed char uuu) in f6() argument
68 …return xxx ? yyy : uuu; /* { dg-warning "22:operand of \\?: changes signedness from 'signed char' … in f6()
76 f7 (int xxx, unsigned yyy, signed char uuu) in f7() argument
78 …return xxx ? uuu : yyy; /* { dg-warning "16:operand of \\?: changes signedness from 'signed char' … in f7()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/
H A DWsign-compare-1.c46 f4 (int xxx, unsigned yyy, short uuu) in f4() argument
48 …return xxx ? yyy : uuu; /* { dg-warning "22:operand of \\?: changes signedness from 'short int' to… in f4()
56 f5 (int xxx, unsigned yyy, short uuu) in f5() argument
58 …return xxx ? uuu : yyy; /* { dg-warning "16:operand of \\?: changes signedness from 'short int' to… in f5()
66 f6 (int xxx, unsigned yyy, signed char uuu) in f6() argument
68 …return xxx ? yyy : uuu; /* { dg-warning "22:operand of \\?: changes signedness from 'signed char' … in f6()
76 f7 (int xxx, unsigned yyy, signed char uuu) in f7() argument
78 …return xxx ? uuu : yyy; /* { dg-warning "16:operand of \\?: changes signedness from 'signed char' … in f7()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gcc.dg/
H A DWsign-compare-1.c46 f4 (int xxx, unsigned yyy, short uuu) in f4() argument
48 …return xxx ? yyy : uuu; /* { dg-warning "22:operand of \\?: changes signedness from 'short int' to… in f4()
56 f5 (int xxx, unsigned yyy, short uuu) in f5() argument
58 …return xxx ? uuu : yyy; /* { dg-warning "16:operand of \\?: changes signedness from 'short int' to… in f5()
66 f6 (int xxx, unsigned yyy, signed char uuu) in f6() argument
68 …return xxx ? yyy : uuu; /* { dg-warning "22:operand of \\?: changes signedness from 'signed char' … in f6()
76 f7 (int xxx, unsigned yyy, signed char uuu) in f7() argument
78 …return xxx ? uuu : yyy; /* { dg-warning "16:operand of \\?: changes signedness from 'signed char' … in f7()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gcc.dg/
H A DWsign-compare-1.c46 f4 (int xxx, unsigned yyy, short uuu) in f4() argument
48 …return xxx ? yyy : uuu; /* { dg-warning "22:operand of '\\?:' changes signedness from 'short int' … in f4()
56 f5 (int xxx, unsigned yyy, short uuu) in f5() argument
58 …return xxx ? uuu : yyy; /* { dg-warning "16:operand of '\\?:' changes signedness from 'short int' … in f5()
66 f6 (int xxx, unsigned yyy, signed char uuu) in f6() argument
68 …return xxx ? yyy : uuu; /* { dg-warning "22:operand of '\\?:' changes signedness from 'signed char… in f6()
76 f7 (int xxx, unsigned yyy, signed char uuu) in f7() argument
78 …return xxx ? uuu : yyy; /* { dg-warning "16:operand of '\\?:' changes signedness from 'signed char… in f7()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/
H A DWsign-compare-1.c46 f4 (int xxx, unsigned yyy, short uuu) in f4() argument
48 …return xxx ? yyy : uuu; /* { dg-warning "22:operand of \\?: changes signedness from 'short int' to… in f4()
56 f5 (int xxx, unsigned yyy, short uuu) in f5() argument
58 …return xxx ? uuu : yyy; /* { dg-warning "16:operand of \\?: changes signedness from 'short int' to… in f5()
66 f6 (int xxx, unsigned yyy, signed char uuu) in f6() argument
68 …return xxx ? yyy : uuu; /* { dg-warning "22:operand of \\?: changes signedness from 'signed char' … in f6()
76 f7 (int xxx, unsigned yyy, signed char uuu) in f7() argument
78 …return xxx ? uuu : yyy; /* { dg-warning "16:operand of \\?: changes signedness from 'signed char' … in f7()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gcc.dg/
H A DWsign-compare-1.c46 f4 (int xxx, unsigned yyy, short uuu) in f4() argument
48 …return xxx ? yyy : uuu; /* { dg-warning "22:operand of \\?: changes signedness from 'short int' to… in f4()
56 f5 (int xxx, unsigned yyy, short uuu) in f5() argument
58 …return xxx ? uuu : yyy; /* { dg-warning "16:operand of \\?: changes signedness from 'short int' to… in f5()
66 f6 (int xxx, unsigned yyy, signed char uuu) in f6() argument
68 …return xxx ? yyy : uuu; /* { dg-warning "22:operand of \\?: changes signedness from 'signed char' … in f6()
76 f7 (int xxx, unsigned yyy, signed char uuu) in f7() argument
78 …return xxx ? uuu : yyy; /* { dg-warning "16:operand of \\?: changes signedness from 'signed char' … in f7()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/
H A DWsign-compare-1.c46 f4 (int xxx, unsigned yyy, short uuu) in f4() argument
48 …return xxx ? yyy : uuu; /* { dg-warning "22:operand of \\?: changes signedness from 'short int' to… in f4()
56 f5 (int xxx, unsigned yyy, short uuu) in f5() argument
58 …return xxx ? uuu : yyy; /* { dg-warning "16:operand of \\?: changes signedness from 'short int' to… in f5()
66 f6 (int xxx, unsigned yyy, signed char uuu) in f6() argument
68 …return xxx ? yyy : uuu; /* { dg-warning "22:operand of \\?: changes signedness from 'signed char' … in f6()
76 f7 (int xxx, unsigned yyy, signed char uuu) in f7() argument
78 …return xxx ? uuu : yyy; /* { dg-warning "16:operand of \\?: changes signedness from 'signed char' … in f7()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gcc.dg/
H A DWsign-compare-1.c46 f4 (int xxx, unsigned yyy, short uuu) in f4() argument
48 …return xxx ? yyy : uuu; /* { dg-warning "22:operand of '\\?:' changes signedness from 'short int' … in f4()
56 f5 (int xxx, unsigned yyy, short uuu) in f5() argument
58 …return xxx ? uuu : yyy; /* { dg-warning "16:operand of '\\?:' changes signedness from 'short int' … in f5()
66 f6 (int xxx, unsigned yyy, signed char uuu) in f6() argument
68 …return xxx ? yyy : uuu; /* { dg-warning "22:operand of '\\?:' changes signedness from 'signed char… in f6()
76 f7 (int xxx, unsigned yyy, signed char uuu) in f7() argument
78 …return xxx ? uuu : yyy; /* { dg-warning "16:operand of '\\?:' changes signedness from 'signed char… in f7()
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/gcc.dg/
H A DWsign-compare-1.c46 f4 (int xxx, unsigned yyy, short uuu) in f4() argument
48 …return xxx ? yyy : uuu; /* { dg-warning "22:operand of \\?: changes signedness from 'short int' to… in f4()
56 f5 (int xxx, unsigned yyy, short uuu) in f5() argument
58 …return xxx ? uuu : yyy; /* { dg-warning "16:operand of \\?: changes signedness from 'short int' to… in f5()
66 f6 (int xxx, unsigned yyy, signed char uuu) in f6() argument
68 …return xxx ? yyy : uuu; /* { dg-warning "22:operand of \\?: changes signedness from 'signed char' … in f6()
76 f7 (int xxx, unsigned yyy, signed char uuu) in f7() argument
78 …return xxx ? uuu : yyy; /* { dg-warning "16:operand of \\?: changes signedness from 'signed char' … in f7()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/gcc.dg/
H A DWsign-compare-1.c46 f4 (int xxx, unsigned yyy, short uuu) in f4() argument
48 …return xxx ? yyy : uuu; /* { dg-warning "22:operand of \\?: changes signedness from 'short int' to… in f4()
56 f5 (int xxx, unsigned yyy, short uuu) in f5() argument
58 …return xxx ? uuu : yyy; /* { dg-warning "16:operand of \\?: changes signedness from 'short int' to… in f5()
66 f6 (int xxx, unsigned yyy, signed char uuu) in f6() argument
68 …return xxx ? yyy : uuu; /* { dg-warning "22:operand of \\?: changes signedness from 'signed char' … in f6()
76 f7 (int xxx, unsigned yyy, signed char uuu) in f7() argument
78 …return xxx ? uuu : yyy; /* { dg-warning "16:operand of \\?: changes signedness from 'signed char' … in f7()

12345678910>>...56