Home
last modified time | relevance | path

Searched refs:nextElt (Results 1 – 25 of 48) sorted by relevance

12

/dports/www/libdom/libdom-0.4.1/test/testutils/
H A Dlist.c54 struct list_elt* nextElt = elt->next; in list_destroy() local
56 elt = nextElt; in list_destroy()
94 struct list_elt* nextElt = elt->next; in list_remove() local
99 list->head = nextElt; in list_remove()
101 prevElt->next = nextElt; in list_remove()
114 elt = nextElt; in list_remove()
/dports/www/mediawiki136/mediawiki-1.36.3/vendor/wikimedia/remex-html/RemexHtml/TreeBuilder/
H A DCachingStack.php298 $nextElt = $scopeElt->nextEltInScope;
299 while ( $nextElt ) {
300 if ( $nextElt === $oldElt ) {
302 $elt->nextEltInScope = $nextElt->nextEltInScope;
303 $nextElt->nextEltInScope = null;
307 $nextElt = $scopeElt->nextEltInScope;
309 if ( !$nextElt ) {
/dports/www/mediawiki135/mediawiki-1.35.5/vendor/wikimedia/remex-html/RemexHtml/TreeBuilder/
H A DCachingStack.php298 $nextElt = $scopeElt->nextEltInScope;
299 while ( $nextElt ) {
300 if ( $nextElt === $oldElt ) {
302 $elt->nextEltInScope = $nextElt->nextEltInScope;
303 $nextElt->nextEltInScope = null;
307 $nextElt = $scopeElt->nextEltInScope;
309 if ( !$nextElt ) {
/dports/x11-toolkits/p5-Tk/Tk-804.035/pTk/mTk/tclGeneric/
H A DtclFileName.c726 Tcl_Obj *nextElt; local
728 nextElt = Tcl_NewStringObj("./",2);
796 Tcl_Obj *nextElt; local
798 nextElt = Tcl_NewStringObj("./",2);
860 Tcl_Obj *nextElt; local
923 Tcl_AppendToObj(nextElt, ":", 1);
933 Tcl_Obj *nextElt; local
948 nextElt = Tcl_NewStringObj(path, length);
949 Tcl_AppendToObj(nextElt, ":", 1);
1032 Tcl_Obj *nextElt; local
[all …]
/dports/www/mediawiki137/mediawiki-1.37.1/vendor/wikimedia/remex-html/src/TreeBuilder/
H A DCachingStack.php298 $nextElt = $scopeElt->nextEltInScope;
299 while ( $nextElt ) {
300 if ( $nextElt === $oldElt ) {
302 $elt->nextEltInScope = $nextElt->nextEltInScope;
303 $nextElt->nextEltInScope = null;
307 $nextElt = $scopeElt->nextEltInScope;
309 if ( !$nextElt ) {
/dports/lang/tcl85/tcl8.5.19/generic/
H A DtclFileName.c689 Tcl_Obj *nextElt; in SplitUnixPath() local
691 TclNewLiteralStringObj(nextElt, "./"); in SplitUnixPath()
692 Tcl_AppendToObj(nextElt, elementStart, length); in SplitUnixPath()
694 nextElt = Tcl_NewStringObj(elementStart, length); in SplitUnixPath()
696 Tcl_ListObjAppendElement(NULL, result, nextElt); in SplitUnixPath()
758 Tcl_Obj *nextElt; in SplitWinPath() local
762 TclNewLiteralStringObj(nextElt, "./"); in SplitWinPath()
763 Tcl_AppendToObj(nextElt, elementStart, length); in SplitWinPath()
765 nextElt = Tcl_NewStringObj(elementStart, length); in SplitWinPath()
767 Tcl_ListObjAppendElement(NULL, result, nextElt); in SplitWinPath()
/dports/audio/rosegarden/rosegarden-21.06.1/src/document/io/
H A DLilyPondExporter.cpp2108 Segment::iterator nextElt = s->end(); in calculateDuration() local
2115 ++nextElt; in calculateDuration()
2117 if (s->isBeforeEndMarker(nextElt)) { in calculateDuration()
2122 if ((*nextElt)->isa(Note::EventRestType) && in calculateDuration()
2125 ++nextElt; in calculateDuration()
2130 nextElt = i; in calculateDuration()
2131 ++nextElt; in calculateDuration()
2132 while (s->isBeforeEndMarker(nextElt)) { in calculateDuration()
2138 (*nextElt)->isa(PitchBend::EventType)) { in calculateDuration()
2139 ++nextElt; in calculateDuration()
[all …]
H A DMupExporter.cpp203 Segment::iterator nextElt = chord.getFinalElement(); in writeBar() local
204 if (s->isBeforeEndMarker(++nextElt)) { in writeBar()
205 toNext = (*nextElt)->getNotationAbsoluteTime() - absTime; in writeBar()
/dports/lang/tcl86/tcl8.6.12/generic/
H A DtclFileName.c699 Tcl_Obj *nextElt; in SplitUnixPath() local
701 TclNewLiteralStringObj(nextElt, "./"); in SplitUnixPath()
702 Tcl_AppendToObj(nextElt, elementStart, length); in SplitUnixPath()
704 nextElt = Tcl_NewStringObj(elementStart, length); in SplitUnixPath()
706 Tcl_ListObjAppendElement(NULL, result, nextElt); in SplitUnixPath()
768 Tcl_Obj *nextElt; in SplitWinPath() local
772 TclNewLiteralStringObj(nextElt, "./"); in SplitWinPath()
773 Tcl_AppendToObj(nextElt, elementStart, length); in SplitWinPath()
775 nextElt = Tcl_NewStringObj(elementStart, length); in SplitWinPath()
777 Tcl_ListObjAppendElement(NULL, result, nextElt); in SplitWinPath()
/dports/lang/tcl87/tcl8.7a5/generic/
H A DtclFileName.c699 Tcl_Obj *nextElt; in SplitUnixPath() local
701 TclNewLiteralStringObj(nextElt, "./"); in SplitUnixPath()
702 Tcl_AppendToObj(nextElt, elementStart, length); in SplitUnixPath()
704 nextElt = Tcl_NewStringObj(elementStart, length); in SplitUnixPath()
706 Tcl_ListObjAppendElement(NULL, result, nextElt); in SplitUnixPath()
768 Tcl_Obj *nextElt; in SplitWinPath() local
772 TclNewLiteralStringObj(nextElt, "./"); in SplitWinPath()
773 Tcl_AppendToObj(nextElt, elementStart, length); in SplitWinPath()
775 nextElt = Tcl_NewStringObj(elementStart, length); in SplitWinPath()
777 Tcl_ListObjAppendElement(NULL, result, nextElt); in SplitWinPath()
/dports/graphics/opendx/dx-4.4.4/src/exec/libdx/
H A Dhash.c90 HashElement nextElt; /* pointer to next available element */ member
489 pagetab->nextElt = pagetab->pagePtrs[ pagetab->nPages ]; in _getFreeElement()
495 element = pagetab->nextElt; in _getFreeElement()
498 pagetab->nextElt = ( HashElement ) ( ( char * ) pagetab->nextElt in _getFreeElement()
/dports/science/opensim-core/opensim-core-4.1/OpenSim/Common/
H A DTableSource.h207 auto nextElt = _table. in getColumnAtTime() local
212 (nextElt - prevElt) + prevElt; in getColumnAtTime()
/dports/mail/rmilter/rmilter-1.10.0/contrib/zstd/
H A Dzdict.c451 U32 nextElt = table->pos; in ZDICT_insertDictItem() local
452 if (nextElt >= maxSize) nextElt = maxSize-1; in ZDICT_insertDictItem()
453 current = nextElt-1; in ZDICT_insertDictItem()
459 table->pos = nextElt+1; in ZDICT_insertDictItem()
/dports/emulators/ppsspp/ppsspp-1.12.3/ext/zstd/lib/dictBuilder/
H A Dzdict.c502 U32 nextElt = table->pos; in ZDICT_insertDictItem() local
503 if (nextElt >= maxSize) nextElt = maxSize-1; in ZDICT_insertDictItem()
504 current = nextElt-1; in ZDICT_insertDictItem()
510 table->pos = nextElt+1; in ZDICT_insertDictItem()
/dports/archivers/zstd/zstd-1.5.0/lib/dictBuilder/
H A Dzdict.c502 U32 nextElt = table->pos; in ZDICT_insertDictItem() local
503 if (nextElt >= maxSize) nextElt = maxSize-1; in ZDICT_insertDictItem()
504 current = nextElt-1; in ZDICT_insertDictItem()
510 table->pos = nextElt+1; in ZDICT_insertDictItem()
/dports/archivers/p5-Compress-Zstd/Compress-Zstd-0.20/ext/zstd/lib/dictBuilder/
H A Dzdict.c475 U32 nextElt = table->pos; in ZDICT_insertDictItem() local
476 if (nextElt >= maxSize) nextElt = maxSize-1; in ZDICT_insertDictItem()
477 current = nextElt-1; in ZDICT_insertDictItem()
483 table->pos = nextElt+1; in ZDICT_insertDictItem()
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/rocksdb/third_party/zstd/lib/dictBuilder/
H A Dzdict.c475 U32 nextElt = table->pos; in ZDICT_insertDictItem() local
476 if (nextElt >= maxSize) nextElt = maxSize-1; in ZDICT_insertDictItem()
477 current = nextElt-1; in ZDICT_insertDictItem()
483 table->pos = nextElt+1; in ZDICT_insertDictItem()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/zstd-sys-1.4.15+zstd.1.4.4/zstd/lib/dictBuilder/
H A Dzdict.c475 U32 nextElt = table->pos; in ZDICT_insertDictItem() local
476 if (nextElt >= maxSize) nextElt = maxSize-1; in ZDICT_insertDictItem()
477 current = nextElt-1; in ZDICT_insertDictItem()
483 table->pos = nextElt+1; in ZDICT_insertDictItem()
/dports/archivers/c-blosc2/c-blosc2-2.0.4/internal-complibs/zstd-1.5.0/dictBuilder/
H A Dzdict.c502 U32 nextElt = table->pos; in ZDICT_insertDictItem() local
503 if (nextElt >= maxSize) nextElt = maxSize-1; in ZDICT_insertDictItem()
504 current = nextElt-1; in ZDICT_insertDictItem()
510 table->pos = nextElt+1; in ZDICT_insertDictItem()
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/rocksdb/third_party/zstd/lib/dictBuilder/
H A Dzdict.c475 U32 nextElt = table->pos; in ZDICT_insertDictItem() local
476 if (nextElt >= maxSize) nextElt = maxSize-1; in ZDICT_insertDictItem()
477 current = nextElt-1; in ZDICT_insertDictItem()
483 table->pos = nextElt+1; in ZDICT_insertDictItem()
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/ext/zstd/lib/dictBuilder/
H A Dzdict.c502 U32 nextElt = table->pos; in ZDICT_insertDictItem() local
503 if (nextElt >= maxSize) nextElt = maxSize-1; in ZDICT_insertDictItem()
504 current = nextElt-1; in ZDICT_insertDictItem()
510 table->pos = nextElt+1; in ZDICT_insertDictItem()
/dports/sysutils/helmfile/vault-f6547fa8e820/vendor/github.com/DataDog/zstd/
H A Dzdict.c475 U32 nextElt = table->pos; in ZDICT_insertDictItem() local
476 if (nextElt >= maxSize) nextElt = maxSize-1; in ZDICT_insertDictItem()
477 current = nextElt-1; in ZDICT_insertDictItem()
483 table->pos = nextElt+1; in ZDICT_insertDictItem()
/dports/devel/mercurial/mercurial-6.0/contrib/python-zstandard/zstd/dictBuilder/
H A Dzdict.c475 U32 nextElt = table->pos; in ZDICT_insertDictItem() local
476 if (nextElt >= maxSize) nextElt = maxSize-1; in ZDICT_insertDictItem()
477 current = nextElt-1; in ZDICT_insertDictItem()
483 table->pos = nextElt+1; in ZDICT_insertDictItem()
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/zstd-sys-1.5.0+zstd.1.4.9/zstd/lib/dictBuilder/
H A Dzdict.c501 U32 nextElt = table->pos; in ZDICT_insertDictItem() local
502 if (nextElt >= maxSize) nextElt = maxSize-1; in ZDICT_insertDictItem()
503 current = nextElt-1; in ZDICT_insertDictItem()
509 table->pos = nextElt+1; in ZDICT_insertDictItem()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/rocksdb/third_party/zstd/lib/dictBuilder/
H A Dzdict.c475 U32 nextElt = table->pos; in ZDICT_insertDictItem() local
476 if (nextElt >= maxSize) nextElt = maxSize-1; in ZDICT_insertDictItem()
477 current = nextElt-1; in ZDICT_insertDictItem()
483 table->pos = nextElt+1; in ZDICT_insertDictItem()

12