Home
last modified time | relevance | path

Searched refs:cfirst (Results 1 – 25 of 318) sorted by relevance

12345678910>>...13

/dports/net/freebsd-uucp/freebsd-uucp-r1_07_4/uucp/uucico/
H A Dprote.c176 int cinbuf, cfirst, clen; local
192 cfirst = CRECBUFLEN - iPrecstart;
193 if (cfirst > cinbuf)
194 cfirst = cinbuf;
202 cfirst);
239 cfirst = CRECBUFLEN - iPrecstart;
240 if (cfirst >= CEFRAMELEN)
245 memcpy (ab + cfirst, abPrecbuf, (size_t) CEFRAMELEN - cfirst);
277 if (cfirst > clen)
278 cfirst = clen;
[all …]
H A Dprott.c193 int cinbuf, cfirst, clen; local
207 cfirst = CRECBUFLEN - iPrecstart;
208 if (cfirst > CTPACKSIZE)
209 cfirst = CTPACKSIZE;
213 cfirst);
216 (size_t) cfirst, abPrecbuf,
217 (size_t) CTPACKSIZE - cfirst,
257 cfirst = CRECBUFLEN - iPrecstart;
258 if (cfirst > clen)
259 cfirst = clen;
[all …]
H A Dproty.c157 size_t clen, cfirst; local
189 abPrecbuf, clen - cfirst);
540 size_t clen, cfirst; local
574 if (cfirst > clen)
575 cfirst = clen;
577 if (cfirst == clen)
581 abPrecbuf, clen - cfirst);
594 abPrecbuf, clen - cfirst,
639 size_t cfirst;
648 c = cfirst + csecond;
[all …]
H A Dprotg.c1386 if (cfirst < 0)
1452 cfirst = 0;
1516 cfirst = cwant;
1521 cfirst = cwant;
1533 cfirst = cwant;
1705 if (cfirst > 1)
1722 cfirst -= cmove;
1727 cfirst = csecond - (cmove - cfirst);
1745 cfirst = 0;
1949 size_t cfirst;
[all …]
H A Dproti.c1236 cfirst = csize;
1242 if (cfirst <= 0)
1248 cfirst = csize;
1252 if (cfirst >= csize)
1253 cfirst = csize;
1379 (size_t) cfirst);
1482 int cfirst;
1526 if (cfirst > 1)
1530 if (cfirst > 2)
1543 if (cfirst > 3)
[all …]
H A Dtrans.c961 size_t cfirst;
1037 (unsigned long) (cfirst + csecond),
1102 while (cfirst > 0)
1111 cnew = cfirst;
1125 cfirst = csecond;
1150 else if (! q->frecfile || cfirst == 0)
1184 while (cfirst > 0)
1206 q->cbytes += cfirst;
1207 q->ipos += cfirst;
1216 cwrote, (unsigned long) cfirst);
[all …]
/dports/astro/py-pykep/pykep-2.6/src/third_party/cspice/
H A Dstpool.c33 integer cfirst; in stpool_() local
393 cfirst = clast - csize + 1; in stpool_()
394 if (cfirst < 0) { in stpool_()
396 } else if (s_cmp(part + (cfirst - 1), contin, clast - (cfirst - 1), in stpool_()
417 cfirst = clast - csize + 1; in stpool_()
418 if (cfirst < 0) { in stpool_()
425 } else if (s_cmp(part + (cfirst - 1), contin, clast - (cfirst - 1) in stpool_()
433 } else if (cfirst > 1) { in stpool_()
436 1), cfirst - 1); in stpool_()
438 putat = putat + cfirst - 1; in stpool_()
H A Dsepool.c33 integer cfirst; in sepool_() local
414 cfirst = clast - csize + 1; in sepool_()
415 if (cfirst < 0) { in sepool_()
422 } else if (s_cmp(part + (cfirst - 1), contin, clast - (cfirst - 1) in sepool_()
430 } else if (cfirst > 1) { in sepool_()
433 1), cfirst - 1); in sepool_()
435 putat = putat + cfirst - 1; in sepool_()
/dports/astro/pykep/pykep-2.6/src/third_party/cspice/
H A Dstpool.c33 integer cfirst; in stpool_() local
393 cfirst = clast - csize + 1; in stpool_()
394 if (cfirst < 0) { in stpool_()
396 } else if (s_cmp(part + (cfirst - 1), contin, clast - (cfirst - 1), in stpool_()
417 cfirst = clast - csize + 1; in stpool_()
418 if (cfirst < 0) { in stpool_()
425 } else if (s_cmp(part + (cfirst - 1), contin, clast - (cfirst - 1) in stpool_()
433 } else if (cfirst > 1) { in stpool_()
436 1), cfirst - 1); in stpool_()
438 putat = putat + cfirst - 1; in stpool_()
H A Dsepool.c33 integer cfirst; in sepool_() local
414 cfirst = clast - csize + 1; in sepool_()
415 if (cfirst < 0) { in sepool_()
422 } else if (s_cmp(part + (cfirst - 1), contin, clast - (cfirst - 1) in sepool_()
430 } else if (cfirst > 1) { in sepool_()
433 1), cfirst - 1); in sepool_()
435 putat = putat + cfirst - 1; in sepool_()
/dports/devel/boost-docs/boost_1_72_0/libs/poly_collection/test/
H A Dtest_iterators.cpp228 BOOST_TEST(cfirst==cp.cbegin()); in test_iterators()
231 for(;first!=last;++first,++cfirst){ in test_iterators()
232 BOOST_TEST(first==cfirst); in test_iterators()
233 BOOST_TEST(&*first==&*cfirst); in test_iterators()
237 BOOST_TEST(cfirst==clast); in test_iterators()
252 for(;first!=last;++first,++cfirst){ in test_iterators()
253 BOOST_TEST(first==cfirst); in test_iterators()
257 const_local_base_iterator clbfirst=cfirst->begin(),clblast=cfirst->end(); in test_iterators()
283 BOOST_TEST((std::ptrdiff_t)m==cfirst->end()-cfirst->begin()); in test_iterators()
284 BOOST_TEST((std::ptrdiff_t)m==cfirst->cend()-cfirst->cbegin()); in test_iterators()
[all …]
/dports/devel/hyperscan/boost_1_75_0/libs/poly_collection/test/
H A Dtest_iterators.cpp228 BOOST_TEST(cfirst==cp.cbegin()); in test_iterators()
231 for(;first!=last;++first,++cfirst){ in test_iterators()
232 BOOST_TEST(first==cfirst); in test_iterators()
233 BOOST_TEST(&*first==&*cfirst); in test_iterators()
237 BOOST_TEST(cfirst==clast); in test_iterators()
252 for(;first!=last;++first,++cfirst){ in test_iterators()
253 BOOST_TEST(first==cfirst); in test_iterators()
257 const_local_base_iterator clbfirst=cfirst->begin(),clblast=cfirst->end(); in test_iterators()
283 BOOST_TEST((std::ptrdiff_t)m==cfirst->end()-cfirst->begin()); in test_iterators()
284 BOOST_TEST((std::ptrdiff_t)m==cfirst->cend()-cfirst->cbegin()); in test_iterators()
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/libs/poly_collection/test/
H A Dtest_iterators.cpp228 BOOST_TEST(cfirst==cp.cbegin()); in test_iterators()
231 for(;first!=last;++first,++cfirst){ in test_iterators()
232 BOOST_TEST(first==cfirst); in test_iterators()
233 BOOST_TEST(&*first==&*cfirst); in test_iterators()
237 BOOST_TEST(cfirst==clast); in test_iterators()
252 for(;first!=last;++first,++cfirst){ in test_iterators()
253 BOOST_TEST(first==cfirst); in test_iterators()
257 const_local_base_iterator clbfirst=cfirst->begin(),clblast=cfirst->end(); in test_iterators()
283 BOOST_TEST((std::ptrdiff_t)m==cfirst->end()-cfirst->begin()); in test_iterators()
284 BOOST_TEST((std::ptrdiff_t)m==cfirst->cend()-cfirst->cbegin()); in test_iterators()
[all …]
/dports/devel/boost-libs/boost_1_72_0/libs/poly_collection/test/
H A Dtest_iterators.cpp228 BOOST_TEST(cfirst==cp.cbegin()); in test_iterators()
231 for(;first!=last;++first,++cfirst){ in test_iterators()
232 BOOST_TEST(first==cfirst); in test_iterators()
233 BOOST_TEST(&*first==&*cfirst); in test_iterators()
237 BOOST_TEST(cfirst==clast); in test_iterators()
252 for(;first!=last;++first,++cfirst){ in test_iterators()
253 BOOST_TEST(first==cfirst); in test_iterators()
257 const_local_base_iterator clbfirst=cfirst->begin(),clblast=cfirst->end(); in test_iterators()
283 BOOST_TEST((std::ptrdiff_t)m==cfirst->end()-cfirst->begin()); in test_iterators()
284 BOOST_TEST((std::ptrdiff_t)m==cfirst->cend()-cfirst->cbegin()); in test_iterators()
[all …]
/dports/deskutils/egroupware/egroupware/vendor/egroupware/z-push-dev/src/include/
H A Drtfclass.php83 var $cfirst; // could this be the first character ? so watch out for control symbols variable in rtf
496 $this->cfirst = false;// first control character ?
507 $this->cw= false; $this->cfirst = false;
515 $this->cw= false; $this->cfirst = false;
521 case "\\": if( $this->cfirst) { // catches '\\'
523 $this->cfirst = false;
532 $this->cfirst = true;
544 $this->cfirst = false;
550 if( $this->cfirst) {
562 $this->cfirst = false;
[all …]
/dports/www/groupoffice/groupoffice-6.4.231-php-71/modules/z-push/vendor/z-push/include/
H A Drtfclass.php83 var $cfirst; // could this be the first character ? so watch out for control symbols variable in rtf
496 $this->cfirst = false;// first control character ?
507 $this->cw= false; $this->cfirst = false;
515 $this->cw= false; $this->cfirst = false;
521 case "\\": if( $this->cfirst) { // catches '\\'
523 $this->cfirst = false;
532 $this->cfirst = true;
544 $this->cfirst = false;
550 if( $this->cfirst) {
562 $this->cfirst = false;
[all …]
/dports/www/groupoffice/groupoffice-6.4.231-php-71/go/base/util/
H A DRtf.php620 $this->cfirst = false; // first control character ?
633 $this->cfirst = false;
643 $this->cfirst = false;
650 if ($this->cfirst) { // catches '\\'
652 $this->cfirst = false;
661 $this->cfirst = true;
674 $this->cfirst = false;
680 if ($this->cfirst) {
687 $this->cfirst = false;
694 $this->cfirst = false;
[all …]
/dports/devel/qmake/qt-x11-free-3.3.8/src/tools/
H A Dqptrstack.h62 type *top() const { return (type *)QGList::cfirst(); } in top()
63 operator type *() const { return (type *)QGList::cfirst(); }
64 type *current() const { return (type *)QGList::cfirst(); } in current()
H A Dqptrqueue.h62 type *head() const { return (type *)QGList::cfirst(); } in head()
63 operator type *() const { return (type *)QGList::cfirst(); }
64 type *current() const { return (type *)QGList::cfirst(); } in current()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/qt3support/tools/
H A Dq3ptrqueue.h70 type *head() const { return (type *)Q3GList::cfirst(); } in QT_MODULE()
71 operator type *() const { return (type *)Q3GList::cfirst(); } in QT_MODULE()
72 type *current() const { return (type *)Q3GList::cfirst(); } in QT_MODULE()
H A Dq3ptrstack.h70 type *top() const { return (type *)Q3GList::cfirst(); } in QT_MODULE()
71 operator type *() const { return (type *)Q3GList::cfirst(); } in QT_MODULE()
72 type *current() const { return (type *)Q3GList::cfirst(); } in QT_MODULE()
/dports/lang/gcc6-aux/gcc-6-20180516/libdecnumber/
H A DdecCommon.c822 cfirst++; in decFloatFromString()
826 cfirst++; in decFloatFromString()
833 digits=(uInt)(c-cfirst); /* digits (+1 if a dot) */ in decFloatFromString()
888 c=cfirst; in decFloatFromString()
920 if (*cfirst=='.') cfirst++; /* step past dot at start */ in decFloatFromString()
922 for (; cfirst<clast; cfirst++) { in decFloatFromString()
923 if (*cfirst!='0') { /* non-zero found */ in decFloatFromString()
924 if (*cfirst=='.') continue; /* [ignore] */ in decFloatFromString()
934 for (c=cfirst; c<=clast && ub<=buffer+DECPMAX; c++) { in decFloatFromString()
981 for (cfirst=c; *cfirst=='0';) cfirst++; in decFloatFromString()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/libdecnumber/
H A DdecCommon.c822 cfirst++; in decFloatFromString()
826 cfirst++; in decFloatFromString()
833 digits=(uInt)(c-cfirst); /* digits (+1 if a dot) */ in decFloatFromString()
888 c=cfirst; in decFloatFromString()
920 if (*cfirst=='.') cfirst++; /* step past dot at start */ in decFloatFromString()
922 for (; cfirst<clast; cfirst++) { in decFloatFromString()
923 if (*cfirst!='0') { /* non-zero found */ in decFloatFromString()
924 if (*cfirst=='.') continue; /* [ignore] */ in decFloatFromString()
934 for (c=cfirst; c<=clast && ub<=buffer+DECPMAX; c++) { in decFloatFromString()
981 for (cfirst=c; *cfirst=='0';) cfirst++; in decFloatFromString()
[all …]
/dports/lang/gcc8/gcc-8.5.0/libdecnumber/
H A DdecCommon.c822 cfirst++; in decFloatFromString()
826 cfirst++; in decFloatFromString()
833 digits=(uInt)(c-cfirst); /* digits (+1 if a dot) */ in decFloatFromString()
888 c=cfirst; in decFloatFromString()
920 if (*cfirst=='.') cfirst++; /* step past dot at start */ in decFloatFromString()
922 for (; cfirst<clast; cfirst++) { in decFloatFromString()
923 if (*cfirst!='0') { /* non-zero found */ in decFloatFromString()
924 if (*cfirst=='.') continue; /* [ignore] */ in decFloatFromString()
934 for (c=cfirst; c<=clast && ub<=buffer+DECPMAX; c++) { in decFloatFromString()
981 for (cfirst=c; *cfirst=='0';) cfirst++; in decFloatFromString()
[all …]
/dports/lang/gcc10/gcc-10.3.0/libdecnumber/
H A DdecCommon.c822 cfirst++; in decFloatFromString()
826 cfirst++; in decFloatFromString()
833 digits=(uInt)(c-cfirst); /* digits (+1 if a dot) */ in decFloatFromString()
888 c=cfirst; in decFloatFromString()
920 if (*cfirst=='.') cfirst++; /* step past dot at start */ in decFloatFromString()
922 for (; cfirst<clast; cfirst++) { in decFloatFromString()
923 if (*cfirst!='0') { /* non-zero found */ in decFloatFromString()
924 if (*cfirst=='.') continue; /* [ignore] */ in decFloatFromString()
934 for (c=cfirst; c<=clast && ub<=buffer+DECPMAX; c++) { in decFloatFromString()
981 for (cfirst=c; *cfirst=='0';) cfirst++; in decFloatFromString()
[all …]

12345678910>>...13