Home
last modified time | relevance | path

Searched refs:cpB (Results 1 – 25 of 49) sorted by relevance

12

/dports/devel/ossp-l2/l2-0.9.13/
H A Dl2_ut_param.c42 char *cpB, *cpE; in l2_util_setparams() local
59 cpB = cpE; in l2_util_setparams()
61 cpB += n; in l2_util_setparams()
64 cpE = cpB; in l2_util_setparams()
96 cpB = cpE; in l2_util_setparams()
98 cpB += n; in l2_util_setparams()
99 if (*cpB == '"') { in l2_util_setparams()
100 cpB++; in l2_util_setparams()
112 cpE = cpB; in l2_util_setparams()
131 if (strlen(cpB) > 2 && cpB[0] == '0' && cpB[1] == 'x') in l2_util_setparams()
[all …]
H A Dl2_ut_level.c86 static unsigned int hexval(const char *cpB, const char *cpE) in hexval() argument
92 while (cpB < cpE) { in hexval()
93 nibble = tolower((unsigned int)(*cpB++)); in hexval()
112 const char *cpB; in l2_util_s2l() local
120 cpB = cpE; in l2_util_s2l()
121 if (cpB >= (string+maxlen)) in l2_util_s2l()
123 if ((int)(*cpB) == sep) in l2_util_s2l()
124 cpB++; in l2_util_s2l()
131 if (strncasecmp(cpB, l2s_table[i].string, cpE-cpB) == 0) { in l2_util_s2l()
138 if ((cpE > cpB+2) && strncasecmp(cpB, "0x", 2) == 0 && myishexnumber((int)(*(cpB+2)))) { in l2_util_s2l()
[all …]
H A Dl2_ch_smtp.c156 const char *cpB; in hook_write() local
255 cpB = buf; in hook_write()
258 while (cpB < cpL) { in hook_write()
259 for (cpE = cpB; cpE < cpL && (*cpE != '\r' && *cpE != '\n'); cpE++) in hook_write()
261 if (*cpB == '.') in hook_write()
263 sa_write(sa, cpB, cpE-cpB, NULL); in hook_write()
267 cpB = cpE; in hook_write()
/dports/mail/lmtp2nntp/lmtp2nntp-1.4.1/lib_l2/
H A Dl2_ut_param.c42 char *cpB, *cpE; in l2_util_setparams() local
59 cpB = cpE; in l2_util_setparams()
61 cpB += n; in l2_util_setparams()
64 cpE = cpB; in l2_util_setparams()
96 cpB = cpE; in l2_util_setparams()
98 cpB += n; in l2_util_setparams()
99 if (*cpB == '"') { in l2_util_setparams()
100 cpB++; in l2_util_setparams()
112 cpE = cpB; in l2_util_setparams()
131 if (strlen(cpB) > 2 && cpB[0] == '0' && cpB[1] == 'x') in l2_util_setparams()
[all …]
H A Dl2_ut_level.c86 static unsigned int hexval(const char *cpB, const char *cpE) in hexval() argument
92 while (cpB < cpE) { in hexval()
93 nibble = tolower((unsigned int)(*cpB++)); in hexval()
112 const char *cpB; in l2_util_s2l() local
120 cpB = cpE; in l2_util_s2l()
121 if (cpB >= (string+maxlen)) in l2_util_s2l()
123 if ((int)(*cpB) == sep) in l2_util_s2l()
124 cpB++; in l2_util_s2l()
131 if (strncasecmp(cpB, l2s_table[i].string, cpE-cpB) == 0) { in l2_util_s2l()
138 if ((cpE > cpB+2) && strncasecmp(cpB, "0x", 2) == 0 && myishexnumber((int)(*(cpB+2)))) { in l2_util_s2l()
[all …]
H A Dl2_ch_smtp.c156 const char *cpB; in hook_write() local
255 cpB = buf; in hook_write()
258 while (cpB < cpL) { in hook_write()
259 for (cpE = cpB; cpE < cpL && (*cpE != '\r' && *cpE != '\n'); cpE++) in hook_write()
261 if (*cpB == '.') in hook_write()
263 sa_write(sa, cpB, cpE-cpB, NULL); in hook_write()
267 cpB = cpE; in hook_write()
/dports/science/gromacs/gromacs-2021.4/src/gromacs/listed_forces/tests/
H A Dbonded.cpp371 iListInput setPDihedrals(int ft, real phiA, real cpA, int mult, real phiB, real cpB) in setPDihedrals()
377 iparams.pdihs.cpB = cpB; in setPDihedrals()
379 fep = (phiA != phiB || cpA != cpB); in setPDihedrals()
/dports/science/gromacs/gromacs-2021.4/src/gromacs/topology/
H A Dtopsort.cpp87 bPert = (ip->pdihs.phiA != ip->pdihs.phiB || ip->pdihs.cpA != ip->pdihs.cpB); in ip_pert()
H A Didef.h141 real phiB, cpB; member
H A Didef.cpp186 iparams.pdihs.cpB, iparams.pdihs.mult); in printInteractionParameters()
/dports/science/gromacs/gromacs-2021.4/src/gromacs/gmxpreprocess/
H A Dconvparm.cpp293 newparam->pdihs.cpB = old[4]; in assign_param()
297 … if (fabs(newparam->pdihs.cpA) < GMX_REAL_MIN && fabs(newparam->pdihs.cpB) < GMX_REAL_MIN) in assign_param()
/dports/science/gromacs/gromacs-2021.4/src/gromacs/listed_forces/
H A Dbonded.cpp1864 real dopdihs(real cpA, real cpB, real phiA, real phiB, int mult, real phi, real lambda, real* V, re… in dopdihs() argument
1869 const real cp = L1 * cpA + lambda * cpB; in dopdihs()
1879 *dvdlambda += (cpB - cpA) * v1 + cp * dph0 * sdphi; in dopdihs()
1887 real dopdihs_min(real cpA, real cpB, real phiA, real phiB, int mult, real phi, real lambda, real* V… in dopdihs_min() argument
1893 real cp = L1 * cpA + lambda * cpB; in dopdihs_min()
1901 dvdlambda = (cpB - cpA) * v1 + cp * dph0 * sdphi; in dopdihs_min()
1948 ddphi_tot += dopdihs<flavor>(forceparams[type].pdihs.cpA, forceparams[type].pdihs.cpB, in pdihs()
2321 *dvdlambda += dopdihs_min(forceparams[type].pdihs.cpA, forceparams[type].pdihs.cpB, in low_angres()
/dports/science/gromacs/gromacs-2021.4/src/gromacs/fileio/
H A Dtpxio.cpp1749 iparams->pdihs.cpB = iparams->pdihs.cpA; in do_iparams()
1898 serializer->doReal(&iparams->pdihs.cpB); in do_iparams()
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/dialyzer/test/user_SUITE_data/src/
H A DspvcOrig.erl1489 cpB,
1586 cpB}).
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/dialyzer/test/user_SUITE_data/src/
H A DspvcOrig.erl1489 cpB,
1586 cpB}).
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/dialyzer/test/user_SUITE_data/src/
H A DspvcOrig.erl1489 cpB,
1586 cpB}).
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/dialyzer/test/user_SUITE_data/src/
H A DspvcOrig.erl1489 cpB,
1586 cpB}).
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/dialyzer/test/user_SUITE_data/src/
H A DspvcOrig.erl1489 cpB,
1586 cpB}).
/dports/lang/erlang/otp-OTP-24.1.7/lib/dialyzer/test/user_SUITE_data/src/
H A DspvcOrig.erl1489 cpB,
1586 cpB}).
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/dialyzer/test/user_SUITE_data/src/
H A DspvcOrig.erl1489 cpB,
1586 cpB}).
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/gpu/drm/radeon/
H A Dradeon.h1773 struct radeon_ring *cpB);
/dports/misc/rump/buildrump.sh-b914579/src/sys/external/bsd/drm2/dist/drm/radeon/
H A Dradeon.h1747 struct radeon_ring *cpB);
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/gpu/drm/radeon/
H A Dradeon.h1773 struct radeon_ring *cpB);
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/gpu/drm/radeon/
H A Dradeon.h1773 struct radeon_ring *cpB);
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/kernel/test/
H A Dglobal_SUITE.erl2965 node_names([cp1,cp2,cp3,cp4,cp5,cpA,cpB,cpC,cpD,cpE], Config),

12