Home
last modified time | relevance | path

Searched refs:cpmax (Results 1 – 25 of 43) sorted by relevance

12

/dports/shells/ksh93/ast-93u/src/lib/libast/disc/
H A Dsfdcdos.c134 cpmax = cp+n-1;
139 dp->last = *cpmax;
150 else if(dp->last!='\n' || cpmax[-1]!='\r')
151 *cpmax = '\r';
156 if(cp > cpmax || *cp=='\n')
161 if((count = cpmax+1-cp) <=0)
163 *cpmax = dp->last;
198 if(cp==cpmax)
202 if(cp<=cpmax && *cp!='\n')
206 if(cp > cpmax)
[all …]
/dports/shells/ksh93-devel/ast-cc1bca27/src/lib/libast/disc/
H A Dsfdcdos.c134 cpmax = cp+n-1;
139 dp->last = *cpmax;
150 else if(dp->last!='\n' || cpmax[-1]!='\r')
151 *cpmax = '\r';
156 if(cp > cpmax || *cp=='\n')
161 if((count = cpmax+1-cp) <=0)
163 *cpmax = dp->last;
198 if(cp==cpmax)
202 if(cp<=cpmax && *cp!='\n')
206 if(cp > cpmax)
[all …]
/dports/shells/ast-ksh/ast-ksh93v/src/lib/libast/disc/
H A Dsfdcdos.c134 cpmax = cp+n-1;
139 dp->last = *cpmax;
150 else if(dp->last!='\n' || cpmax[-1]!='\r')
151 *cpmax = '\r';
156 if(cp > cpmax || *cp=='\n')
161 if((count = cpmax+1-cp) <=0)
163 *cpmax = dp->last;
198 if(cp==cpmax)
202 if(cp<=cpmax && *cp!='\n')
206 if(cp > cpmax)
[all …]
/dports/shells/ksh93/ast-93u/src/cmd/ksh93/bltins/
H A Dread.c213 unsigned char *cpmax; in sh_readline() local
502 cpmax = cp + c; in sh_readline()
505 cpmax--; in sh_readline()
508 *(cpmax-1) = delim; in sh_readline()
519 if(cpmax[-1] == '\n') in sh_readline()
520 cpmax--; in sh_readline()
521 if(cpmax>cp) in sh_readline()
524 cpmax[1] = 0; in sh_readline()
527 *cpmax =0; in sh_readline()
602 if(cp>=cpmax) in sh_readline()
[all …]
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/ksh93/bltins/
H A Dread.c213 unsigned char *cpmax; in sh_readline() local
502 cpmax = cp + c; in sh_readline()
505 cpmax--; in sh_readline()
508 *(cpmax-1) = delim; in sh_readline()
519 if(cpmax[-1] == '\n') in sh_readline()
520 cpmax--; in sh_readline()
521 if(cpmax>cp) in sh_readline()
524 cpmax[1] = 0; in sh_readline()
527 *cpmax =0; in sh_readline()
602 if(cp>=cpmax) in sh_readline()
[all …]
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/ksh93/bltins/
H A Dread.c406 unsigned char *cpmax; in sh_readline() local
712 cpmax = cp + c; in sh_readline()
715 cpmax--; in sh_readline()
718 *(cpmax-1) = delim; in sh_readline()
729 if(cpmax[-1] == '\n') in sh_readline()
730 cpmax--; in sh_readline()
731 if(cpmax>cp) in sh_readline()
734 cpmax[1] = 0; in sh_readline()
737 *cpmax =0; in sh_readline()
820 if(cp>=cpmax) in sh_readline()
[all …]
/dports/shells/ksh93/ast-93u/src/cmd/paxlib/calib/
H A Dcamap.c58 register unsigned char *cp,*cpmax; in tr() local
74 for(cpmax= &cp[n[odd]]; cp<cpmax; cp++) in tr()
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/paxlib/calib/
H A Dcamap.c58 register unsigned char *cp,*cpmax; in tr() local
74 for(cpmax= &cp[n[odd]]; cp<cpmax; cp++) in tr()
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/paxlib/calib/
H A Dcamap.c58 register unsigned char *cp,*cpmax; in tr() local
74 for(cpmax= &cp[n[odd]]; cp<cpmax; cp++) in tr()
/dports/graphics/gle/gle-3.1.0/examples/
H A Dtexture.c214 float cpmax, cpmin, cmmax, cmmin, cps, cms; in iterate_reaction_texture() local
220 cpmax = -1.0e50; in iterate_reaction_texture()
262 if (cpmax < CPfield[i][j]) cpmax = CPfield[i][j]; in iterate_reaction_texture()
309 cps = 1.0 / (cpmax-cpmin); in iterate_reaction_texture()
/dports/biology/ncbi-toolkit/ncbi/algo/blast/core/
H A Djumper.c747 cpmax = cp + query_length; in JumperExtendRightCompressed()
753 cpmax4 = cpmax - 4; in JumperExtendRightCompressed()
915 const Uint1 *cp, *cp1, *cpmax, *cpmax4; in JumperExtendRightCompressedWithTraceback() local
930 cpmax = cp + query_length; in JumperExtendRightCompressedWithTraceback()
936 cpmax4 = cpmax - 4; in JumperExtendRightCompressedWithTraceback()
1144 cpmax = cp + query_length; in JumperExtendRightCompressedWithTracebackOptimal()
1150 cpmax4 = cpmax - 4; in JumperExtendRightCompressedWithTracebackOptimal()
1370 const Uint1 *cp, *cp1, *cpmax; in JumperExtendRight() local
1385 cpmax = cp + query_length; in JumperExtendRight()
1542 const Uint1 *cp, *cp1, *cpmax; in JumperExtendRightWithTraceback() local
[all …]
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/algo/blast/core/
H A Djumper.c760 cpmax = cp + query_length; in JumperExtendRightCompressed()
766 cpmax4 = cpmax - 4; in JumperExtendRightCompressed()
943 cpmax = cp + query_length; in JumperExtendRightCompressedWithTraceback()
949 cpmax4 = cpmax - 4; in JumperExtendRightCompressedWithTraceback()
1158 cpmax = cp + query_length; in JumperExtendRightCompressedWithTracebackOptimal()
1159 cp1 = cpmax; in JumperExtendRightCompressedWithTracebackOptimal()
1165 cpmax4 = cpmax - 4; in JumperExtendRightCompressedWithTracebackOptimal()
1393 const Uint1 *cp, *cp1, *cpmax; in JumperExtendRight() local
1408 cpmax = cp + query_length; in JumperExtendRight()
1565 const Uint1 *cp, *cp1, *cpmax; in JumperExtendRightWithTraceback() local
[all …]
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/algo/blast/core/
H A Djumper.c760 cpmax = cp + query_length; in JumperExtendRightCompressed()
766 cpmax4 = cpmax - 4; in JumperExtendRightCompressed()
943 cpmax = cp + query_length; in JumperExtendRightCompressedWithTraceback()
949 cpmax4 = cpmax - 4; in JumperExtendRightCompressedWithTraceback()
1158 cpmax = cp + query_length; in JumperExtendRightCompressedWithTracebackOptimal()
1159 cp1 = cpmax; in JumperExtendRightCompressedWithTracebackOptimal()
1165 cpmax4 = cpmax - 4; in JumperExtendRightCompressedWithTracebackOptimal()
1393 const Uint1 *cp, *cp1, *cpmax; in JumperExtendRight() local
1408 cpmax = cp + query_length; in JumperExtendRight()
1565 const Uint1 *cp, *cp1, *cpmax; in JumperExtendRightWithTraceback() local
[all …]
/dports/science/mpqc/mpqc-2.3.1/src/lib/chemistry/qc/mbpt/
H A Dcsgmat.cc346 int tmax,imax,cpmax,pmaxijk=0; in make_g_d_nor() local
468 cpmax = (maxp[kl]>pmaxijk) ? maxp[kl] : pmaxijk; in make_g_d_nor()
469 if((tmax=maxp[(ioff(i)+l)]-2)>cpmax) cpmax=tmax; in make_g_d_nor()
470 if((tmax=maxp[IOFF(j,l)]-2)>cpmax) cpmax=tmax; in make_g_d_nor()
472 if(cpmax+imax < inttol) { in make_g_d_nor()
/dports/mail/s-nail/s-nail-14.9.23/src/mx/
H A Dheader.c597 char const *cp, *cp1st, *cpmax, *xp; in a_header_addrspec_check() local
639 cpmax = &cp[c.ui32]; in a_header_addrspec_check()
643 for(tp = NULL; cp < cpmax;){ in a_header_addrspec_check()
685 for(xp = cp; xp < cpmax; ++xp){ in a_header_addrspec_check()
731 if(cp < cpmax) in a_header_addrspec_check()
797 while(cp < cpmax){ in a_header_addrspec_check()
817 if(cp < cpmax) in a_header_addrspec_check()
900 cpmax = &cp1st[tcurr->t_end]; in a_header_addrspec_check()
942 if(cp == cpmax) in a_header_addrspec_check()
998 if(*cp == '@' || &cp[2] > cpmax || cpmax[-1] == '@'){ in a_header_addrspec_check()
[all …]
/dports/shells/ksh2020/ast-ksh2020/src/cmd/ksh93/bltins/
H A Dread.c445 unsigned char *cpmax; in sh_readline() local
700 cpmax = cp + c; in sh_readline()
701 if (*(cpmax - 1) != delim) *(cpmax - 1) = delim; in sh_readline()
716 if (sh_strchr(ifs, (char *)cp - 1, cpmax - cp + 1) >= 0) { in sh_readline()
770 if (cp >= cpmax) { in sh_readline()
790 cpmax = cp + c; in sh_readline()
807 if (sh_strchr(ifs, (char *)cp - 1, cpmax - cp + 1) >= 0) { in sh_readline()
/dports/graphics/qgis/qgis-3.22.3/src/providers/delimitedtext/
H A Dqgsdelimitedtextfile.cpp785 int cpmax = buffer.size(); // End of string in parseQuoted() local
790 if ( cp >= cpmax ) in parseQuoted()
802 cpmax = buffer.size(); in parseQuoted()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/providers/delimitedtext/
H A Dqgsdelimitedtextfile.cpp778 int cpmax = buffer.size(); // End of string in parseQuoted() local
783 if ( cp >= cpmax ) in parseQuoted()
795 cpmax = buffer.size(); in parseQuoted()
/dports/sysutils/moosefs2-chunkserver/moosefs-2.0.91/mfscommon/
H A Dcharts.c1415 uint64_t cpmax,factor; in charts_fixmax() local
1435 cpmax = 999; in charts_fixmax()
1440 if (max<=cpmax) { in charts_fixmax()
1455 if (cpmax*10U > cpmax) { in charts_fixmax()
1456 cpmax *= 10U; in charts_fixmax()
/dports/sysutils/moosefs2-netdump/moosefs-2.0.91/mfscommon/
H A Dcharts.c1415 uint64_t cpmax,factor; in charts_fixmax() local
1435 cpmax = 999; in charts_fixmax()
1440 if (max<=cpmax) { in charts_fixmax()
1455 if (cpmax*10U > cpmax) { in charts_fixmax()
1456 cpmax *= 10U; in charts_fixmax()
/dports/sysutils/moosefs2-master/moosefs-2.0.91/mfscommon/
H A Dcharts.c1415 uint64_t cpmax,factor; in charts_fixmax() local
1435 cpmax = 999; in charts_fixmax()
1440 if (max<=cpmax) { in charts_fixmax()
1455 if (cpmax*10U > cpmax) { in charts_fixmax()
1456 cpmax *= 10U; in charts_fixmax()
/dports/sysutils/moosefs2-metalogger/moosefs-2.0.91/mfscommon/
H A Dcharts.c1415 uint64_t cpmax,factor; in charts_fixmax() local
1435 cpmax = 999; in charts_fixmax()
1440 if (max<=cpmax) { in charts_fixmax()
1455 if (cpmax*10U > cpmax) { in charts_fixmax()
1456 cpmax *= 10U; in charts_fixmax()
/dports/sysutils/moosefs2-cli/moosefs-2.0.91/mfscommon/
H A Dcharts.c1415 uint64_t cpmax,factor; in charts_fixmax() local
1435 cpmax = 999; in charts_fixmax()
1440 if (max<=cpmax) { in charts_fixmax()
1455 if (cpmax*10U > cpmax) { in charts_fixmax()
1456 cpmax *= 10U; in charts_fixmax()
/dports/sysutils/moosefs2-cgiserv/moosefs-2.0.91/mfscommon/
H A Dcharts.c1415 uint64_t cpmax,factor; in charts_fixmax() local
1435 cpmax = 999; in charts_fixmax()
1440 if (max<=cpmax) { in charts_fixmax()
1455 if (cpmax*10U > cpmax) { in charts_fixmax()
1456 cpmax *= 10U; in charts_fixmax()
/dports/sysutils/moosefs2-client/moosefs-2.0.91/mfscommon/
H A Dcharts.c1415 uint64_t cpmax,factor; in charts_fixmax() local
1435 cpmax = 999; in charts_fixmax()
1440 if (max<=cpmax) { in charts_fixmax()
1455 if (cpmax*10U > cpmax) { in charts_fixmax()
1456 cpmax *= 10U; in charts_fixmax()

12