Home
last modified time | relevance | path

Searched refs:aux2 (Results 1 – 25 of 1029) sorted by relevance

12345678910>>...42

/dports/security/gnomint/gnomint-1.2.1/src/
H A Dca-cli.c181 if (*aux2[i]) { in ca_command_line()
185 if (aux2[i][j] && aux2[i][j][strlen(aux2[i][j]) - 1] == '\\') { in ca_command_line()
186 oldaux = aux2[i][j]; in ca_command_line()
187 aux2[i][j][strlen(aux2[i][j]) - 1] = '\0'; in ca_command_line()
188 aux2[i][j] = g_strdup_printf ("%s %s", aux2[i][j], aux2[i][j+1]); in ca_command_line()
191 aux2[i][k] = aux2[i][k+1]; in ca_command_line()
198 if (aux2[i][0][0]=='\0' && i > 0) { in ca_command_line()
204 if (strlen(aux2[i][j])) { in ca_command_line()
223 if (*aux2[i-1]) { in ca_command_line()
225 aux[i] = g_strdup_printf("%s%s", aux2[i-1][g_strv_length(aux2[i-1]) - 1], aux[i]); in ca_command_line()
[all …]
/dports/science/quantum-espresso/q-e-qe-6.7.0/PHonon/PH/
H A Dapply_trev.f9036 aux2(:,:) = (0.D0, 0.D0)
38 aux2 (dffts%nl (igk_k (ig, ikk_evc) ), 1 ) = evc (ig, ibnd)
39 aux2 (dffts%nl (igk_k (ig, ikk_evc) ), 2 ) = evc (npwx+ig, ibnd)
41 CALL invfft ('Wave', aux2(:,1), dffts)
42 CALL invfft ('Wave', aux2(:,2), dffts)
43 aux2=CONJG(aux2)
44 CALL fwfft ('Wave', aux2(:,1), dffts)
45 CALL fwfft ('Wave', aux2(:,2), dffts)
48 evc(ig,ibnd)=-aux2(dffts%nl(igk_k (ig, ikk_tevc)),2)
49 evc(ig+npwx,ibnd)=aux2(dffts%nl(igk_k (ig, ikk_tevc)),1)
/dports/math/cado-nfs/cado-nfs-f4284e2391121b2bfb97bc4880b6273c7250dc2f/sieve/
H A Dlas-fbroot-qlattice.hpp146 int64_t aux1, aux2; in fb_root_in_qlattice_31bits() local
186 v = (aux2 >= 0) ? aux2 % p : p - ((-aux2) % p); in fb_root_in_qlattice_31bits()
193 if (LIKELY(aux2)) { in fb_root_in_qlattice_31bits()
288 int64_t aux1, aux2; in fb_root_in_qlattice_127bits() local
329 if (aux2 < 0) aux2 -= ((uint64_t)p)<<32; in fb_root_in_qlattice_127bits()
340 aux2 = redc_32<CARRYCHECK>(basis.a0, p, invp) - aux2; in fb_root_in_qlattice_127bits()
355 if (aux2 < 0) aux2 -= ((uint64_t)p)<<32; in fb_root_in_qlattice_127bits()
357 aux2 = redc_32<CARRYCHECK>(basis.b0, p, invp) - aux2; in fb_root_in_qlattice_127bits()
369 v = (aux2 >= 0) ? aux2 % p : p - ((-aux2) % p); in fb_root_in_qlattice_127bits()
376 if (LIKELY(aux2)) { in fb_root_in_qlattice_127bits()
[all …]
/dports/graphics/gegl/gegl-0.4.34/gegl/operation/
H A Dgegl-operation-point-composer3.c42 GeglBuffer *aux2; member
59 gint aux2 = 0; in thread_process() local
75 if (data->aux2) in thread_process()
76 aux2 = gegl_buffer_iterator_add (i, data->aux2, area, data->level, in thread_process()
86 data->aux2?i->items[aux2].data:NULL, in thread_process()
101 GeglBuffer *aux2; in gegl_operation_composer3_process() local
131 aux2 != NULL) in gegl_operation_composer3_process()
137 g_clear_object (&aux2); in gegl_operation_composer3_process()
230 data.aux2 = aux2; in gegl_operation_point_composer3_process()
244 if (aux2) in gegl_operation_point_composer3_process()
[all …]
/dports/sysutils/tracker3/tracker-3.1.2/src/libtracker-data/
H A Dtracker-collation.c79 gchar *aux2; in tracker_collation_utf8() local
86 memcpy (aux2, str2, len2); aux2[len2] = '\0'; in tracker_collation_utf8()
91 aux1, aux2, result); in tracker_collation_utf8()
96 g_free (aux2); in tracker_collation_utf8()
165 gchar *aux2; in tracker_collation_utf8() local
172 memcpy (aux2, str2, len2); aux2[len2] = '\0'; in tracker_collation_utf8()
180 g_free (aux2); in tracker_collation_utf8()
221 gchar *aux2; in tracker_collation_utf8() local
228 memcpy (aux2, str2, len2); aux2[len2] = '\0'; in tracker_collation_utf8()
233 aux1, aux2, result); in tracker_collation_utf8()
[all …]
/dports/sysutils/tracker/tracker-2.3.4/src/libtracker-data/
H A Dtracker-collation.c79 gchar *aux2; in tracker_collation_utf8() local
86 memcpy (aux2, str2, len2); aux2[len2] = '\0'; in tracker_collation_utf8()
91 aux1, aux2, result); in tracker_collation_utf8()
96 g_free (aux2); in tracker_collation_utf8()
165 gchar *aux2; in tracker_collation_utf8() local
172 memcpy (aux2, str2, len2); aux2[len2] = '\0'; in tracker_collation_utf8()
180 g_free (aux2); in tracker_collation_utf8()
221 gchar *aux2; in tracker_collation_utf8() local
228 memcpy (aux2, str2, len2); aux2[len2] = '\0'; in tracker_collation_utf8()
233 aux1, aux2, result); in tracker_collation_utf8()
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/optimization/src/fortran/
H A Dn1gc2b.f96 aux2=f - finit
97 write(bufstr,2002) alpha, aux2, dal
115 aux2=abs(dal/dg)
116 accept=(f .le. aux1) .and. (aux2 .le. envir1)
127 aux2=aux1 * aux1 - dp * dal
128 if (aux2 .le. zero) then
129 aux2=zero
131 aux2=sqrt(aux2)
133 if (dal-dp+ deux * aux2 .eq. zero) then
137 at=alpha - (alpha-ap)*(dal+aux2-aux1)/(dal-dp+ deux * aux2)
[all …]
/dports/databases/postgresql96-server/postgresql-9.6.24/contrib/isn/
H A Disn.c64 *aux2; in check_table() local
80 aux2 = TABLE[i][1]; in check_table()
86 b = *aux2 - '0'; in check_table()
96 aux2++; in check_table()
98 if (*aux1 != *aux2) in check_table()
174 *aux2; in hyphenate() local
252 aux2 = bufI; in hyphenate()
708 if (length == 0 && (*aux2 == 'M' || *aux2 == 'm')) in string2ean()
745 else if (*aux2 == '-' || *aux2 == ' ') in string2ean()
749 else if (*aux2 == '!' && *(aux2 + 1) == '\0') in string2ean()
[all …]
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/contrib/isn/
H A Disn.c64 *aux2; in check_table() local
80 aux2 = TABLE[i][1]; in check_table()
86 b = *aux2 - '0'; in check_table()
96 aux2++; in check_table()
98 if (*aux1 != *aux2) in check_table()
174 *aux2; in hyphenate() local
252 aux2 = bufI; in hyphenate()
708 if (length == 0 && (*aux2 == 'M' || *aux2 == 'm')) in string2ean()
745 else if (*aux2 == '-' || *aux2 == ' ') in string2ean()
749 else if (*aux2 == '!' && *(aux2 + 1) == '\0') in string2ean()
[all …]
/dports/databases/postgresql96-plpython/postgresql-9.6.24/contrib/isn/
H A Disn.c64 *aux2; in check_table() local
80 aux2 = TABLE[i][1]; in check_table()
86 b = *aux2 - '0'; in check_table()
96 aux2++; in check_table()
98 if (*aux1 != *aux2) in check_table()
174 *aux2; in hyphenate() local
252 aux2 = bufI; in hyphenate()
708 if (length == 0 && (*aux2 == 'M' || *aux2 == 'm')) in string2ean()
745 else if (*aux2 == '-' || *aux2 == ' ') in string2ean()
749 else if (*aux2 == '!' && *(aux2 + 1) == '\0') in string2ean()
[all …]
/dports/databases/postgresql10-plpython/postgresql-10.19/contrib/isn/
H A Disn.c64 *aux2; in check_table() local
80 aux2 = TABLE[i][1]; in check_table()
86 b = *aux2 - '0'; in check_table()
96 aux2++; in check_table()
98 if (*aux1 != *aux2) in check_table()
174 *aux2; in hyphenate() local
252 aux2 = bufI; in hyphenate()
708 if (length == 0 && (*aux2 == 'M' || *aux2 == 'm')) in string2ean()
745 else if (*aux2 == '-' || *aux2 == ' ') in string2ean()
749 else if (*aux2 == '!' && *(aux2 + 1) == '\0') in string2ean()
[all …]
/dports/databases/postgresql10-plperl/postgresql-10.19/contrib/isn/
H A Disn.c64 *aux2; in check_table() local
80 aux2 = TABLE[i][1]; in check_table()
86 b = *aux2 - '0'; in check_table()
96 aux2++; in check_table()
98 if (*aux1 != *aux2) in check_table()
174 *aux2; in hyphenate() local
252 aux2 = bufI; in hyphenate()
708 if (length == 0 && (*aux2 == 'M' || *aux2 == 'm')) in string2ean()
745 else if (*aux2 == '-' || *aux2 == ' ') in string2ean()
749 else if (*aux2 == '!' && *(aux2 + 1) == '\0') in string2ean()
[all …]
/dports/databases/postgresql10-server/postgresql-10.19/contrib/isn/
H A Disn.c64 *aux2; in check_table() local
80 aux2 = TABLE[i][1]; in check_table()
86 b = *aux2 - '0'; in check_table()
96 aux2++; in check_table()
98 if (*aux1 != *aux2) in check_table()
174 *aux2; in hyphenate() local
252 aux2 = bufI; in hyphenate()
708 if (length == 0 && (*aux2 == 'M' || *aux2 == 'm')) in string2ean()
745 else if (*aux2 == '-' || *aux2 == ' ') in string2ean()
749 else if (*aux2 == '!' && *(aux2 + 1) == '\0') in string2ean()
[all …]
/dports/databases/postgresql10-client/postgresql-10.19/contrib/isn/
H A Disn.c64 *aux2; in check_table() local
80 aux2 = TABLE[i][1]; in check_table()
86 b = *aux2 - '0'; in check_table()
96 aux2++; in check_table()
98 if (*aux1 != *aux2) in check_table()
174 *aux2; in hyphenate() local
252 aux2 = bufI; in hyphenate()
708 if (length == 0 && (*aux2 == 'M' || *aux2 == 'm')) in string2ean()
745 else if (*aux2 == '-' || *aux2 == ' ') in string2ean()
749 else if (*aux2 == '!' && *(aux2 + 1) == '\0') in string2ean()
[all …]
/dports/databases/postgresql10-docs/postgresql-10.19/contrib/isn/
H A Disn.c64 *aux2; in check_table() local
80 aux2 = TABLE[i][1]; in check_table()
86 b = *aux2 - '0'; in check_table()
96 aux2++; in check_table()
98 if (*aux1 != *aux2) in check_table()
174 *aux2; in hyphenate() local
252 aux2 = bufI; in hyphenate()
708 if (length == 0 && (*aux2 == 'M' || *aux2 == 'm')) in string2ean()
745 else if (*aux2 == '-' || *aux2 == ' ') in string2ean()
749 else if (*aux2 == '!' && *(aux2 + 1) == '\0') in string2ean()
[all …]
/dports/databases/postgresql10-pltcl/postgresql-10.19/contrib/isn/
H A Disn.c64 *aux2; in check_table() local
80 aux2 = TABLE[i][1]; in check_table()
86 b = *aux2 - '0'; in check_table()
96 aux2++; in check_table()
98 if (*aux1 != *aux2) in check_table()
174 *aux2; in hyphenate() local
252 aux2 = bufI; in hyphenate()
708 if (length == 0 && (*aux2 == 'M' || *aux2 == 'm')) in string2ean()
745 else if (*aux2 == '-' || *aux2 == ' ') in string2ean()
749 else if (*aux2 == '!' && *(aux2 + 1) == '\0') in string2ean()
[all …]
/dports/databases/postgresql10-contrib/postgresql-10.19/contrib/isn/
H A Disn.c64 *aux2; in check_table() local
80 aux2 = TABLE[i][1]; in check_table()
86 b = *aux2 - '0'; in check_table()
96 aux2++; in check_table()
98 if (*aux1 != *aux2) in check_table()
174 *aux2; in hyphenate() local
252 aux2 = bufI; in hyphenate()
708 if (length == 0 && (*aux2 == 'M' || *aux2 == 'm')) in string2ean()
745 else if (*aux2 == '-' || *aux2 == ' ') in string2ean()
749 else if (*aux2 == '!' && *(aux2 + 1) == '\0') in string2ean()
[all …]
/dports/databases/postgresql11-docs/postgresql-11.14/contrib/isn/
H A Disn.c69 *aux2; in pg_attribute_unused() local
84 aux2 = TABLE[i][1]; in pg_attribute_unused()
90 b = *aux2 - '0'; in pg_attribute_unused()
100 aux2++; in pg_attribute_unused()
102 if (*aux1 != *aux2) in pg_attribute_unused()
177 *aux2; in hyphenate() local
255 aux2 = bufI; in hyphenate()
711 if (length == 0 && (*aux2 == 'M' || *aux2 == 'm')) in string2ean()
748 else if (*aux2 == '-' || *aux2 == ' ') in string2ean()
752 else if (*aux2 == '!' && *(aux2 + 1) == '\0') in string2ean()
[all …]
/dports/databases/postgresql11-contrib/postgresql-11.14/contrib/isn/
H A Disn.c69 *aux2; in pg_attribute_unused() local
84 aux2 = TABLE[i][1]; in pg_attribute_unused()
90 b = *aux2 - '0'; in pg_attribute_unused()
100 aux2++; in pg_attribute_unused()
102 if (*aux1 != *aux2) in pg_attribute_unused()
177 *aux2; in hyphenate() local
255 aux2 = bufI; in hyphenate()
711 if (length == 0 && (*aux2 == 'M' || *aux2 == 'm')) in string2ean()
748 else if (*aux2 == '-' || *aux2 == ' ') in string2ean()
752 else if (*aux2 == '!' && *(aux2 + 1) == '\0') in string2ean()
[all …]
/dports/databases/postgresql11-plperl/postgresql-11.14/contrib/isn/
H A Disn.c69 *aux2; in pg_attribute_unused() local
84 aux2 = TABLE[i][1]; in pg_attribute_unused()
90 b = *aux2 - '0'; in pg_attribute_unused()
100 aux2++; in pg_attribute_unused()
102 if (*aux1 != *aux2) in pg_attribute_unused()
177 *aux2; in hyphenate() local
255 aux2 = bufI; in hyphenate()
711 if (length == 0 && (*aux2 == 'M' || *aux2 == 'm')) in string2ean()
748 else if (*aux2 == '-' || *aux2 == ' ') in string2ean()
752 else if (*aux2 == '!' && *(aux2 + 1) == '\0') in string2ean()
[all …]
/dports/databases/postgresql11-plpython/postgresql-11.14/contrib/isn/
H A Disn.c69 *aux2; in pg_attribute_unused() local
84 aux2 = TABLE[i][1]; in pg_attribute_unused()
90 b = *aux2 - '0'; in pg_attribute_unused()
100 aux2++; in pg_attribute_unused()
102 if (*aux1 != *aux2) in pg_attribute_unused()
177 *aux2; in hyphenate() local
255 aux2 = bufI; in hyphenate()
711 if (length == 0 && (*aux2 == 'M' || *aux2 == 'm')) in string2ean()
748 else if (*aux2 == '-' || *aux2 == ' ') in string2ean()
752 else if (*aux2 == '!' && *(aux2 + 1) == '\0') in string2ean()
[all …]
/dports/databases/postgresql11-pltcl/postgresql-11.14/contrib/isn/
H A Disn.c69 *aux2;
84 aux2 = TABLE[i][1];
90 b = *aux2 - '0';
100 aux2++;
102 if (*aux1 != *aux2)
177 *aux2;
255 aux2 = bufI;
711 if (length == 0 && (*aux2 == 'M' || *aux2 == 'm'))
748 else if (*aux2 == '-' || *aux2 == ' ')
752 else if (*aux2 == '!' && *(aux2 + 1) == '\0')
[all …]
/dports/databases/postgresql11-client/postgresql-11.14/contrib/isn/
H A Disn.c69 *aux2; in pg_attribute_unused() local
84 aux2 = TABLE[i][1]; in pg_attribute_unused()
90 b = *aux2 - '0'; in pg_attribute_unused()
100 aux2++; in pg_attribute_unused()
102 if (*aux1 != *aux2) in pg_attribute_unused()
177 *aux2; in hyphenate() local
255 aux2 = bufI; in hyphenate()
711 if (length == 0 && (*aux2 == 'M' || *aux2 == 'm')) in string2ean()
748 else if (*aux2 == '-' || *aux2 == ' ') in string2ean()
752 else if (*aux2 == '!' && *(aux2 + 1) == '\0') in string2ean()
[all …]
/dports/databases/postgresql11-server/postgresql-11.14/contrib/isn/
H A Disn.c69 *aux2; in SSL3_RECORD_release()
84 aux2 = TABLE[i][1]; in SSL3_RECORD_release()
90 b = *aux2 - '0'; in SSL3_RECORD_release()
100 aux2++; in SSL3_RECORD_release()
102 if (*aux1 != *aux2) in SSL3_RECORD_release()
177 *aux2;
255 aux2 = bufI;
711 if (length == 0 && (*aux2 == 'M' || *aux2 == 'm'))
748 else if (*aux2 == '-' || *aux2 == ' ')
752 else if (*aux2 == '!' && *(aux2 + 1) == '\0')
[all …]
/dports/databases/postgresql12-contrib/postgresql-12.9/contrib/isn/
H A Disn.c69 *aux2;
84 aux2 = TABLE[i][1];
90 b = *aux2 - '0';
100 aux2++;
102 if (*aux1 != *aux2)
177 *aux2;
255 aux2 = bufI;
711 if (length == 0 && (*aux2 == 'M' || *aux2 == 'm'))
748 else if (*aux2 == '-' || *aux2 == ' ')
752 else if (*aux2 == '!' && *(aux2 + 1) == '\0')
[all …]

12345678910>>...42