Home
last modified time | relevance | path

Searched refs:hlp2 (Results 1 – 25 of 60) sorted by relevance

123

/dports/net/kamailio/kamailio-5.4.5/src/modules/mangler/
H A Dip_helper.c54 char *hlp, hlp2[5]; /* initial era hlp2[18] */ in ip2str() local
61 sprintf (hlp2, "%i.", addrp[i]); in ip2str()
62 hlp = strcat (hlp, (char *) hlp2); in ip2str()
64 sprintf (hlp2, "%i", addrp[3]); in ip2str()
65 hlp = strcat (hlp, hlp2); in ip2str()
/dports/net/ccxstream/ccxstream-1.0.15/
H A Dccxstream.c686 cc_xfree(hlp2); in cc_xstream_handle_packet()
696 cc_xfree(hlp2); in cc_xstream_handle_packet()
815 cc_xfree(hlp2); in cc_xstream_handle_packet()
829 cc_xfree(hlp2); in cc_xstream_handle_packet()
898 hlp2 = NULL; in cc_xstream_handle_packet()
905 hlp2 = NULL; in cc_xstream_handle_packet()
909 if (hlp2 != NULL) in cc_xstream_handle_packet()
916 cc_xfree(hlp2); in cc_xstream_handle_packet()
967 cc_xfree(hlp2); in cc_xstream_handle_packet()
1278 cc_xfree(hlp2); in cc_xstream_handle_packet()
[all …]
H A Dccxfile.c39 char *r, c, *hlp2; in cc_xstream_file_name_to_string() local
54 hlp2 = cc_xstrdup(hlp); in cc_xstream_file_name_to_string()
55 hlp = hlp2; in cc_xstream_file_name_to_string()
93 cc_xfree(hlp2); in cc_xstream_file_name_to_string()
H A Dccxclient.c47 char *hlp1, *hlp2, *hlp3; in cc_xstream_client_version_handshake() local
83 hlp2 = strchr(hlp1, ' '); in cc_xstream_client_version_handshake()
84 if (hlp2 == NULL) in cc_xstream_client_version_handshake()
89 hlp2++; in cc_xstream_client_version_handshake()
90 hlp3 = strchr(hlp2, ' '); in cc_xstream_client_version_handshake()
97 while ((hlp3 = strrchr(hlp2, ',')) != NULL) in cc_xstream_client_version_handshake()
106 if (strcmp(hlp2, CC_XSTREAM_CLIENT_VERSION) != 0) in cc_xstream_client_version_handshake()
/dports/print/tex-luatex/texlive-20150521-source/texk/web2c/luatexdir/tex/
H A Derrors.h67 # define hlp2(A,B) help_line[1]=A; hlp1(B) macro
68 # define hlp3(A,B,C) help_line[2]=A; hlp2(B,C)
75 # define help2(A,B) do { help_line[2]=NULL; hlp2(B,A); } while (0)
/dports/devel/tex-synctex/texlive-20150521-source/texk/web2c/luatexdir/tex/
H A Derrors.h67 # define hlp2(A,B) help_line[1]=A; hlp1(B) macro
68 # define hlp3(A,B,C) help_line[2]=A; hlp2(B,C)
75 # define help2(A,B) do { help_line[2]=NULL; hlp2(B,A); } while (0)
/dports/devel/tex-web2c/texlive-20150521-source/texk/web2c/luatexdir/tex/
H A Derrors.h67 # define hlp2(A,B) help_line[1]=A; hlp1(B) macro
68 # define hlp3(A,B,C) help_line[2]=A; hlp2(B,C)
75 # define help2(A,B) do { help_line[2]=NULL; hlp2(B,A); } while (0)
/dports/japanese/tex-ptex/texlive-20150521-source/texk/web2c/luatexdir/tex/
H A Derrors.h67 # define hlp2(A,B) help_line[1]=A; hlp1(B) macro
68 # define hlp3(A,B,C) help_line[2]=A; hlp2(B,C)
75 # define help2(A,B) do { help_line[2]=NULL; hlp2(B,A); } while (0)
/dports/print/tex-basic-engines/texlive-20150521-source/texk/web2c/luatexdir/tex/
H A Derrors.h67 # define hlp2(A,B) help_line[1]=A; hlp1(B) macro
68 # define hlp3(A,B,C) help_line[2]=A; hlp2(B,C)
75 # define help2(A,B) do { help_line[2]=NULL; hlp2(B,A); } while (0)
/dports/print/tex-aleph/texlive-20150521-source/texk/web2c/luatexdir/tex/
H A Derrors.h67 # define hlp2(A,B) help_line[1]=A; hlp1(B) macro
68 # define hlp3(A,B,C) help_line[2]=A; hlp2(B,C)
75 # define help2(A,B) do { help_line[2]=NULL; hlp2(B,A); } while (0)
/dports/print/tex-xetex/texlive-20150521-source/texk/web2c/luatexdir/tex/
H A Derrors.h67 # define hlp2(A,B) help_line[1]=A; hlp1(B) macro
68 # define hlp3(A,B,C) help_line[2]=A; hlp2(B,C)
75 # define help2(A,B) do { help_line[2]=NULL; hlp2(B,A); } while (0)
/dports/net/h323plus/h323plus-1_27_2/plugins/audio/iLBC/iLBC/
H A Dlsf.c42 float hlp, hlp1, hlp2, hlp3, hlp4, hlp5; in a2lsf() local
98 hlp2 = (float)2.0 * hlp * hlp1 - (float)1.0 + in a2lsf()
100 hlp3 = (float)2.0 * hlp * hlp2 - hlp1 + pq_coef[2]; in a2lsf()
101 hlp4 = (float)2.0 * hlp * hlp3 - hlp2 + pq_coef[3]; in a2lsf()
/dports/net/ilbc/ilbc-rfc3951/src/
H A Dlsf.c45 float hlp, hlp1, hlp2, hlp3, hlp4, hlp5; in a2lsf() local
104 hlp2 = (float)2.0 * hlp * hlp1 - (float)1.0 + in a2lsf()
106 hlp3 = (float)2.0 * hlp * hlp2 - hlp1 + pq_coef[2]; in a2lsf()
107 hlp4 = (float)2.0 * hlp * hlp3 - hlp2 + pq_coef[3]; in a2lsf()
/dports/net/sems/sems-f89581a/core/plug-in/ilbc/iLBC_rfc3951/
H A Dlsf.c45 float hlp, hlp1, hlp2, hlp3, hlp4, hlp5; in a2lsf() local
104 hlp2 = (float)2.0 * hlp * hlp1 - (float)1.0 + in a2lsf()
106 hlp3 = (float)2.0 * hlp * hlp2 - hlp1 + pq_coef[2]; in a2lsf()
107 hlp4 = (float)2.0 * hlp * hlp3 - hlp2 + pq_coef[3]; in a2lsf()
/dports/net/yate/yate-6.4.0-1/libs/ilbc/
H A Dlsf.c43 float hlp, hlp1, hlp2, hlp3, hlp4, hlp5; in a2lsf() local
99 hlp2 = (float)2.0 * hlp * hlp1 - (float)1.0 + in a2lsf()
101 hlp3 = (float)2.0 * hlp * hlp2 - hlp1 + pq_coef[2]; in a2lsf()
102 hlp4 = (float)2.0 * hlp * hlp3 - hlp2 + pq_coef[3]; in a2lsf()
/dports/net/pjsip/pjproject-2.11.1/third_party/ilbc/
H A Dlsf.c45 float hlp, hlp1, hlp2, hlp3, hlp4, hlp5; in a2lsf() local
104 hlp2 = (float)2.0 * hlp * hlp1 - (float)1.0 + in a2lsf()
106 hlp3 = (float)2.0 * hlp * hlp2 - hlp1 + pq_coef[2]; in a2lsf()
107 hlp4 = (float)2.0 * hlp * hlp3 - hlp2 + pq_coef[3]; in a2lsf()
/dports/net/opal/opal-3.10.10/plugins/audio/iLBC/iLBC/
H A Dlsf.c42 float hlp, hlp1, hlp2, hlp3, hlp4, hlp5; in a2lsf() local
98 hlp2 = (float)2.0 * hlp * hlp1 - (float)1.0 + in a2lsf()
100 hlp3 = (float)2.0 * hlp * hlp2 - hlp1 + pq_coef[2]; in a2lsf()
101 hlp4 = (float)2.0 * hlp * hlp3 - hlp2 + pq_coef[3]; in a2lsf()
/dports/net/sniffit/sniffit-sniffit-0.5/src/
H A Dsniffit.c1639 char hlp[300], *hlp2; local
1645 hlp2=(char *)strtok(hlp,":");
1647 strncpy(IP,hlp2,255);
1648 if((hlp2=(char *)strtok(NULL,":"))!=NULL)
1649 SRC_PORT = atoi(hlp2);
1654 char hlp[300], *hlp2; local
1660 hlp2=(char *)strtok(hlp,":");
1662 strncpy(IP,hlp2,255);
1663 if((hlp2=(char *)strtok(NULL,":"))!=NULL)
1667 atoi(hlp2));
[all …]
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/mcscf/
H A Dmcscf_b.F785 double precision hlp(1000), hlp2(1000), scale, dd local
825 call transpose_nw(nbf,nbf,hlp,hlp2)
827 call daxpy(nn,dd,hlp2,1,g(1,uu,tt),1)
931 double precision hlp(10000), hlp2(10000) local
954 call transpose_nw( nbf, nbf, hlp, hlp2 )
955 call daxpy((nbf*nbf), scale, hlp2, 1, l(1,i,j), 1 )
956 call daxpy((nbf*nbf), s4, hlp2, 1, l(1,j,i), 1 )
/dports/science/nwchem-data/nwchem-7.0.2-release/src/mcscf/
H A Dmcscf_b.F785 double precision hlp(1000), hlp2(1000), scale, dd local
825 call transpose_nw(nbf,nbf,hlp,hlp2)
827 call daxpy(nn,dd,hlp2,1,g(1,uu,tt),1)
931 double precision hlp(10000), hlp2(10000) local
954 call transpose_nw( nbf, nbf, hlp, hlp2 )
955 call daxpy((nbf*nbf), scale, hlp2, 1, l(1,i,j), 1 )
956 call daxpy((nbf*nbf), s4, hlp2, 1, l(1,j,i), 1 )
/dports/print/tex-xetex/texlive-20150521-source/texk/web2c/mplibdir/
H A Dtfmin.w39 @d hlp2(A,B) mp->help_line[1]=A; hlp1(B)
40 @d hlp3(A,B,C) mp->help_line[2]=A; hlp2(B,C)
/dports/devel/tex-synctex/texlive-20150521-source/texk/web2c/mplibdir/
H A Dtfmin.w39 @d hlp2(A,B) mp->help_line[1]=A; hlp1(B)
40 @d hlp3(A,B,C) mp->help_line[2]=A; hlp2(B,C)
/dports/devel/tex-web2c/texlive-20150521-source/texk/web2c/mplibdir/
H A Dtfmin.w39 @d hlp2(A,B) mp->help_line[1]=A; hlp1(B)
40 @d hlp3(A,B,C) mp->help_line[2]=A; hlp2(B,C)
/dports/japanese/tex-ptex/texlive-20150521-source/texk/web2c/mplibdir/
H A Dtfmin.w39 @d hlp2(A,B) mp->help_line[1]=A; hlp1(B)
40 @d hlp3(A,B,C) mp->help_line[2]=A; hlp2(B,C)
/dports/print/tex-basic-engines/texlive-20150521-source/texk/web2c/mplibdir/
H A Dtfmin.w39 @d hlp2(A,B) mp->help_line[1]=A; hlp1(B)
40 @d hlp3(A,B,C) mp->help_line[2]=A; hlp2(B,C)

123