Home
last modified time | relevance | path

Searched refs:nextitem (Results 1 – 25 of 455) sorted by relevance

12345678910>>...19

/dports/mail/mmr/mmr-1.6.0/
H A Dhash.tmpl63 keyitem *nextitem;
72 if ( nextitem )
73 return(nextitem->item);
81 keyitem *nextitem;
90 if ( nextitem ) {
91 Table[index] -= nextitem;
105 keyitem *nextitem;
108 if ( keyval ) *keyval = nextitem->key;
109 return(nextitem->item);
116 if ( keyval ) *keyval = nextitem->key;
[all …]
/dports/devel/mercurial/mercurial-6.0/mercurial/
H A Dcrecord.py748 nextitem = currentitem.nextitem()
780 nextitem = currentitem.nextitem()
782 while nextitem is not None and not sametype(nextitem):
783 nextitem = nextitem.nextitem()
1017 nextitem = startitem.nextitem()
1018 while nextitem and nextitem != enditem:
1019 nextitem = nextitem.nextitem()
1039 while nextitem != enditem.nextitem():
1042 nextitem = nextitem.nextitem()
1712 nextitem = currentitem.nextitem()
[all …]
/dports/math/ipopt/Ipopt-3.12.13/ThirdParty/Mumps/MUMPS/PORD/lib/
H A Dbucket.c164 { int s, nextitem; in insertBucket() local
202 nextitem = bucket->bin[s]; in insertBucket()
203 if (nextitem != -1) in insertBucket()
204 bucket->last[nextitem] = item; in insertBucket()
205 bucket->next[item] = nextitem; in insertBucket()
215 { int s, nextitem, lastitem; in removeBucket() local
229 nextitem = bucket->next[item]; in removeBucket()
231 if (nextitem != -1) in removeBucket()
232 bucket->last[nextitem] = lastitem; in removeBucket()
234 bucket->next[lastitem] = nextitem; in removeBucket()
[all …]
/dports/math/coinmumps/MUMPS_4.10.0/PORD/lib/
H A Dbucket.c164 { int s, nextitem; in insertBucket() local
202 nextitem = bucket->bin[s]; in insertBucket()
203 if (nextitem != -1) in insertBucket()
204 bucket->last[nextitem] = item; in insertBucket()
205 bucket->next[item] = nextitem; in insertBucket()
215 { int s, nextitem, lastitem; in removeBucket() local
229 nextitem = bucket->next[item]; in removeBucket()
231 if (nextitem != -1) in removeBucket()
232 bucket->last[nextitem] = lastitem; in removeBucket()
234 bucket->next[lastitem] = nextitem; in removeBucket()
[all …]
/dports/math/mumps/mumps-5.1.2/PORD/lib/
H A Dbucket.c164 { PORD_INT s, nextitem; in insertBucket() local
202 nextitem = bucket->bin[s]; in insertBucket()
203 if (nextitem != -1) in insertBucket()
204 bucket->last[nextitem] = item; in insertBucket()
205 bucket->next[item] = nextitem; in insertBucket()
215 { PORD_INT s, nextitem, lastitem; in removeBucket() local
229 nextitem = bucket->next[item]; in removeBucket()
231 if (nextitem != -1) in removeBucket()
232 bucket->last[nextitem] = lastitem; in removeBucket()
234 bucket->next[lastitem] = nextitem; in removeBucket()
[all …]
/dports/math/mumps4/MUMPS_4.10.0/PORD/lib/
H A Dbucket.c164 { int s, nextitem; in insertBucket() local
202 nextitem = bucket->bin[s]; in insertBucket()
203 if (nextitem != -1) in insertBucket()
204 bucket->last[nextitem] = item; in insertBucket()
205 bucket->next[item] = nextitem; in insertBucket()
215 { int s, nextitem, lastitem; in removeBucket() local
229 nextitem = bucket->next[item]; in removeBucket()
231 if (nextitem != -1) in removeBucket()
232 bucket->last[nextitem] = lastitem; in removeBucket()
234 bucket->next[lastitem] = nextitem; in removeBucket()
[all …]
/dports/www/qutebrowser/qutebrowser-2.4.0/tests/unit/utils/usertypes/
H A Dtest_neighborlist.py129 assert neighborlist.nextitem() == 4
131 assert neighborlist.nextitem() == 5
153 neighborlist.nextitem()
197 assert neighborlist.nextitem() == 1
206 neighborlist.nextitem()
231 assert neighborlist.nextitem() == 5
258 neighborlist.nextitem()
273 assert neighborlist.nextitem() == 9
275 assert neighborlist.nextitem() == 1
289 assert neighborlist.nextitem() == 9
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/thrift/lib/cpp/test/
H A DRecursiveTest.cpp57 l.nextitem = l2; in BOOST_AUTO_TEST_CASE()
63 BOOST_CHECK(resultlist.nextitem != nullptr); in BOOST_AUTO_TEST_CASE()
64 BOOST_CHECK(resultlist.nextitem->nextitem == nullptr); in BOOST_AUTO_TEST_CASE()
87 depthLimit->nextitem = depthLimit; in BOOST_AUTO_TEST_CASE()
91 depthLimit->nextitem.reset(); in BOOST_AUTO_TEST_CASE()
/dports/devel/thrift-c_glib/thrift-0.14.0/lib/cpp/test/
H A DRecursiveTest.cpp57 l.nextitem = l2; in BOOST_AUTO_TEST_CASE()
63 BOOST_CHECK(resultlist.nextitem != nullptr); in BOOST_AUTO_TEST_CASE()
64 BOOST_CHECK(resultlist.nextitem->nextitem == nullptr); in BOOST_AUTO_TEST_CASE()
87 depthLimit->nextitem = depthLimit; in BOOST_AUTO_TEST_CASE()
91 depthLimit->nextitem.reset(); in BOOST_AUTO_TEST_CASE()
/dports/devel/thrift-cpp/thrift-0.14.0/lib/cpp/test/
H A DRecursiveTest.cpp57 l.nextitem = l2; in BOOST_AUTO_TEST_CASE()
63 BOOST_CHECK(resultlist.nextitem != nullptr); in BOOST_AUTO_TEST_CASE()
64 BOOST_CHECK(resultlist.nextitem->nextitem == nullptr); in BOOST_AUTO_TEST_CASE()
87 depthLimit->nextitem = depthLimit; in BOOST_AUTO_TEST_CASE()
91 depthLimit->nextitem.reset(); in BOOST_AUTO_TEST_CASE()
/dports/devel/thrift/thrift-0.14.0/lib/cpp/test/
H A DRecursiveTest.cpp57 l.nextitem = l2; in BOOST_AUTO_TEST_CASE()
63 BOOST_CHECK(resultlist.nextitem != nullptr); in BOOST_AUTO_TEST_CASE()
64 BOOST_CHECK(resultlist.nextitem->nextitem == nullptr); in BOOST_AUTO_TEST_CASE()
87 depthLimit->nextitem = depthLimit; in BOOST_AUTO_TEST_CASE()
91 depthLimit->nextitem.reset(); in BOOST_AUTO_TEST_CASE()
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/apache/thrift/lib/cpp/test/
H A DRecursiveTest.cpp57 l.nextitem = l2; in BOOST_AUTO_TEST_CASE()
63 BOOST_CHECK(resultlist.nextitem != nullptr); in BOOST_AUTO_TEST_CASE()
64 BOOST_CHECK(resultlist.nextitem->nextitem == nullptr); in BOOST_AUTO_TEST_CASE()
87 depthLimit->nextitem = depthLimit; in BOOST_AUTO_TEST_CASE()
91 depthLimit->nextitem.reset(); in BOOST_AUTO_TEST_CASE()
/dports/devel/node-thrift/thrift-0.14.0/lib/cpp/test/
H A DRecursiveTest.cpp57 l.nextitem = l2; in BOOST_AUTO_TEST_CASE()
63 BOOST_CHECK(resultlist.nextitem != nullptr); in BOOST_AUTO_TEST_CASE()
64 BOOST_CHECK(resultlist.nextitem->nextitem == nullptr); in BOOST_AUTO_TEST_CASE()
87 depthLimit->nextitem = depthLimit; in BOOST_AUTO_TEST_CASE()
91 depthLimit->nextitem.reset(); in BOOST_AUTO_TEST_CASE()
/dports/devel/py-thrift/thrift-0.14.0/lib/cpp/test/
H A DRecursiveTest.cpp57 l.nextitem = l2; in BOOST_AUTO_TEST_CASE()
63 BOOST_CHECK(resultlist.nextitem != nullptr); in BOOST_AUTO_TEST_CASE()
64 BOOST_CHECK(resultlist.nextitem->nextitem == nullptr); in BOOST_AUTO_TEST_CASE()
87 depthLimit->nextitem = depthLimit; in BOOST_AUTO_TEST_CASE()
91 depthLimit->nextitem.reset(); in BOOST_AUTO_TEST_CASE()
/dports/net/storj/storj-1.45.3/vendor/github.com/apache/thrift/lib/cpp/test/
H A DRecursiveTest.cpp57 l.nextitem = l2; in BOOST_AUTO_TEST_CASE()
63 BOOST_CHECK(resultlist.nextitem != NULL); in BOOST_AUTO_TEST_CASE()
64 BOOST_CHECK(resultlist.nextitem->nextitem == NULL); in BOOST_AUTO_TEST_CASE()
87 depthLimit->nextitem = depthLimit; in BOOST_AUTO_TEST_CASE()
91 depthLimit->nextitem.reset(); in BOOST_AUTO_TEST_CASE()
/dports/www/fabio/fabio-1.5.14/vendor/github.com/apache/thrift/thrift-da1169d75b15/lib/cpp/test/
H A DRecursiveTest.cpp57 l.nextitem = l2; in BOOST_AUTO_TEST_CASE()
63 BOOST_CHECK(resultlist.nextitem != NULL); in BOOST_AUTO_TEST_CASE()
64 BOOST_CHECK(resultlist.nextitem->nextitem == NULL); in BOOST_AUTO_TEST_CASE()
87 depthLimit->nextitem = depthLimit; in BOOST_AUTO_TEST_CASE()
91 depthLimit->nextitem.reset(); in BOOST_AUTO_TEST_CASE()
/dports/math/topaz/topaz-3.41/topaz/
H A Ddata.cc1686 p = nextitem(p, &str); in readdata()
1692 p = nextitem(p, &str); in readdata()
1724 p = nextitem(p, &str); in readdata()
1730 p = nextitem(p, &str); in readdata()
1736 p = nextitem(p, &str); in readdata()
1750 p = nextitem(p, &str); in readdata()
1756 p = nextitem(p, &str); in readdata()
1762 p = nextitem(p, &str); in readdata()
1776 p = nextitem(p, &str); in readdata()
1782 p = nextitem(p, &str); in readdata()
[all …]
H A Daxis.cc1978 p = nextitem(p, &str); in readaxis()
1984 p = nextitem(p, &str); in readaxis()
1990 p = nextitem(p, &str); in readaxis()
1996 p = nextitem(p, &str); in readaxis()
2002 p = nextitem(p, &str); in readaxis()
2017 p = nextitem(p, &str); in readaxis()
2023 p = nextitem(p, &str); in readaxis()
2029 p = nextitem(p, &str); in readaxis()
2035 p = nextitem(p, &str); in readaxis()
2324 p = nextitem(p, &str); in readaxis()
[all …]
/dports/devel/sunpromake/schily-2021-09-18/libschily/
H A Dmatch.c397 LOCAL void nextitem __PR((arg_t *));
427 nextitem(ap) in nextitem() function
446 nextitem(ap); /* Eat '[' */
466 nextitem(ap); /* eat '[' */
467 nextitem(ap); /* eat ':' */
475 nextitem(ap);
484 nextitem(ap);
497 nextitem(ap);
501 nextitem(ap);
513 nextitem(ap);
[all …]
/dports/devel/smake/schily-2021-09-18/libschily/
H A Dmatch.c397 LOCAL void nextitem __PR((arg_t *));
427 nextitem(ap) in nextitem() function
446 nextitem(ap); /* Eat '[' */
466 nextitem(ap); /* eat '[' */
467 nextitem(ap); /* eat ':' */
475 nextitem(ap);
484 nextitem(ap);
497 nextitem(ap);
501 nextitem(ap);
513 nextitem(ap);
[all …]
/dports/devel/schilybase/schily-2021-09-18/libschily/
H A Dmatch.c397 LOCAL void nextitem __PR((arg_t *));
427 nextitem(ap) in nextitem() function
446 nextitem(ap); /* Eat '[' */
466 nextitem(ap); /* eat '[' */
467 nextitem(ap); /* eat ':' */
475 nextitem(ap);
484 nextitem(ap);
497 nextitem(ap);
501 nextitem(ap);
513 nextitem(ap);
[all …]
/dports/net/rscsi/schily-2021-09-18/libschily/
H A Dmatch.c397 LOCAL void nextitem __PR((arg_t *));
427 nextitem(ap) in nextitem() function
446 nextitem(ap); /* Eat '[' */
466 nextitem(ap); /* eat '[' */
467 nextitem(ap); /* eat ':' */
475 nextitem(ap);
484 nextitem(ap);
497 nextitem(ap);
501 nextitem(ap);
513 nextitem(ap);
[all …]
/dports/archivers/star/schily-2021-09-18/libschily/
H A Dmatch.c397 LOCAL void nextitem __PR((arg_t *));
427 nextitem(ap) in nextitem() function
446 nextitem(ap); /* Eat '[' */
466 nextitem(ap); /* eat '[' */
467 nextitem(ap); /* eat ':' */
475 nextitem(ap);
484 nextitem(ap);
497 nextitem(ap);
501 nextitem(ap);
513 nextitem(ap);
[all …]
/dports/sysutils/cdrtools/schily-2021-09-18/libschily/
H A Dmatch.c397 LOCAL void nextitem __PR((arg_t *));
427 nextitem(ap) in nextitem() function
446 nextitem(ap); /* Eat '[' */
466 nextitem(ap); /* eat '[' */
467 nextitem(ap); /* eat ':' */
475 nextitem(ap);
484 nextitem(ap);
497 nextitem(ap);
501 nextitem(ap);
513 nextitem(ap);
[all …]
/dports/editors/ved/schily-2021-09-18/libschily/
H A Dmatch.c397 LOCAL void nextitem __PR((arg_t *));
427 nextitem(ap) in nextitem() function
446 nextitem(ap); /* Eat '[' */
466 nextitem(ap); /* eat '[' */
467 nextitem(ap); /* eat ':' */
475 nextitem(ap);
484 nextitem(ap);
497 nextitem(ap);
501 nextitem(ap);
513 nextitem(ap);
[all …]

12345678910>>...19