Searched refs:nextIndex (Results 1 - 25 of 47) sorted by relevance

12

/macosx-10.9.5/BerkeleyDB-21/db/java/src/com/sleepycat/persist/impl/
H A DVisitedObjects.java42 private int nextIndex; field in class:VisitedObjects
50 nextIndex = 0;
59 int i = nextIndex;
60 nextIndex += 1;
61 if (nextIndex > objects.length) {
87 for (int i = 0; i < nextIndex; i += 1) {
99 for (int i = 0; i < nextIndex; i += 1) {
112 for (int i = nextIndex - 1; i >= 0; i -= 1) {
/macosx-10.9.5/BerkeleyDB-21/db/java/src/com/sleepycat/collections/
H A DBlockIterator.java42 * nextIndex is always greater or equal to zero. If the next record is not
43 * available, then nextIndex is equal to keys.length or keys[nextIndex] is
47 * key range is empty. Either way, nextIndex will be the array length and
54 private int nextIndex; field in class:BlockIterator
84 nextIndex = blockSize;
101 nextIndex = o.nextIndex;
121 * Returns whether the element at nextIndex is available.
125 return (nextIndex < key
495 public int nextIndex() { method in class:BlockIterator
[all...]
H A DStoredList.java541 if (i1.nextIndex() != i2.nextIndex()) return false;
H A DStoredIterator.java35 * under certain conditions. See {@link #nextIndex}, {@link #previousIndex},
260 * This method conforms to the {@link ListIterator#nextIndex} interface
274 public int nextIndex() { method in class:StoredIterator
/macosx-10.9.5/ICU-511.35/icuSources/common/
H A Dnormlzr.cpp35 currentIndex(0), nextIndex(0),
44 currentIndex(0), nextIndex(0),
53 currentIndex(0), nextIndex(0),
62 currentIndex(copy.currentIndex), nextIndex(copy.nextIndex),
100 return text->hashCode() + fUMode + fOptions + buffer.hashCode() + bufferPos + currentIndex + nextIndex;
112 nextIndex==that.nextIndex);
287 currentIndex=nextIndex=text->setToStart();
294 currentIndex=nextIndex
[all...]
/macosx-10.9.5/webdavfs-352.92.2/mount.tproj/
H A DOpaqueIDs.c76 * Keep a 'list' of free records in the gOpaqueEntryArray table, using the .nextIndex field as
85 uint32_t nextIndex; /* linkage for the free list */ member in struct:OpaqueEntry
113 freeEntry->nextIndex = 0;
118 gOpaqueEntryArray[gIndexOfFreeOpaqueEntryTail].nextIndex = indexToFree;
151 gIndexOfFreeOpaqueEntryHead = gOpaqueEntryArray[gIndexOfFreeOpaqueEntryHead].nextIndex;
/macosx-10.9.5/JavaScriptCore-7537.78.1/jit/
H A DJITDisassembler.cpp120 for (unsigned nextIndex = i + 1; ; nextIndex++) {
121 if (nextIndex >= labels.size()) {
126 if (labels[nextIndex].isSet()) {
127 dumpDisassembly(out, linkBuffer, labels[i], labels[nextIndex]);
129 i = nextIndex;
/macosx-10.9.5/Security-55471.14.18/libsecurity_apple_x509_cl/lib/
H A DCLCachedEntry.h108 * for nextIndex which can only increment
112 unsigned nextIndex() { return mNextIndex; } function in class:CLQuery
H A DSession_CRL.cpp114 if(query->nextIndex() >= query->numFields()) {
123 query->nextIndex(),
H A DSession_Cert.cpp115 if(query->nextIndex() >= query->numFields()) {
124 query->nextIndex(),
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/blackberry/
H A DLayerAnimation.cpp157 int nextIndex = -1; local
164 nextIndex = i;
177 if (nextIndex == -1)
178 nextIndex = layerAnimation->valueCount() - 1;
181 const AnimationValue* nextKeyframe = layerAnimation->valueAt(nextIndex);
/macosx-10.9.5/WebCore-7537.78.1/page/animation/
H A DKeyframeAnimation.cpp100 int nextIndex = -1; local
110 nextIndex = i;
123 if (nextIndex == -1)
124 nextIndex = m_keyframes.size() - 1;
127 const KeyframeValue& nextKeyframe = m_keyframes[nextIndex];
/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A Dcsrmbcs.cpp159 charValue(0), index(-1), nextIndex(0), error(FALSE), done(FALSE)
168 nextIndex = 0;
175 if (nextIndex >= det->fRawLength) {
181 return det->fRawInput[nextIndex++];
317 it->index = it->nextIndex;
374 it->index = it->nextIndex;
494 it->index = it->nextIndex;
552 it->index = it->nextIndex;
H A Dcsrmbcs.h35 int32_t nextIndex; member in class:IteratedChar
/macosx-10.9.5/tcl-102/tk/tk/generic/ttk/
H A DttkNotebook.c641 int nextIndex; local
645 for (nextIndex = index + 1; nextIndex < nTabs; ++nextIndex) {
646 Tab *tab = Ttk_SlaveData(nb->notebook.mgr, nextIndex);
648 return nextIndex;
654 for (nextIndex = index - 1; nextIndex >= 0; --nextIndex) {
655 Tab *tab = Ttk_SlaveData(nb->notebook.mgr, nextIndex);
676 int nextIndex = NextTab(nb, currentIndex); local
[all...]
/macosx-10.9.5/objc4-551.1/runtime/
H A Dmaptable.mm69 static INLINE unsigned nextIndex(NXMapTable *table, unsigned index) {
178 while ((index2 = nextIndex(table, index2)) != index) {
248 while ((index2 = nextIndex(table, index2)) != index) {
283 while ((index2 = nextIndex(table, index2)) != index) {
303 index2 = nextIndex(table, index2);
/macosx-10.9.5/xnu-2422.115.4/libkern/c++/
H A DOSMetaClass.cpp834 unsigned int * nextIndex = &_nextIndex[0]; local
846 nextIndex = IONew(typeof(nextIndex[0]), maxDepth);
860 nextIndex[level] = idx;
874 idx = nextIndex[level];
881 IODelete(nextIndex, typeof(nextIndex[0]), maxDepth);
/macosx-10.9.5/ICU-511.35/icuSources/common/unicode/
H A Dnormlzr.h752 // of the source in [currentIndex..nextIndex[ .
753 int32_t currentIndex, nextIndex; member in class:Normalizer
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A DTextPrompt.js490 var nextIndex = foundIndex + (reverse ? -1 : 1);
491 if (foundIndex === null || nextIndex >= completions.length)
493 else if (nextIndex < 0)
496 var completionText = completions[nextIndex];
/macosx-10.9.5/tcl-102/tcl/tcl/generic/
H A DtclHash.c558 searchPtr->nextIndex = 0;
595 if (searchPtr->nextIndex >= tablePtr->numBuckets) {
599 tablePtr->buckets[searchPtr->nextIndex];
600 searchPtr->nextIndex++;
/macosx-10.9.5/tcl-102/tcl84/tcl/generic/
H A DtclHash.c683 searchPtr->nextIndex = 0;
719 if (searchPtr->nextIndex >= tablePtr->numBuckets) {
723 tablePtr->buckets[searchPtr->nextIndex];
724 searchPtr->nextIndex++;
/macosx-10.9.5/WebCore-7537.78.1/html/
H A DFormController.cpp357 unsigned nextIndex = result.iterator->value++; local
362 builder.appendNumber(nextIndex);
/macosx-10.9.5/BerkeleyDB-21/db/test/scr024/src/com/sleepycat/collections/test/
H A DCollectionTest.java1635 assertEquals(idx, li.nextIndex());
1650 assertEquals(idx, li.nextIndex());
1886 assertEquals(idx, iter.nextIndex());
1923 assertEquals(Integer.MAX_VALUE, li.nextIndex());
1932 assertEquals(idx, li.nextIndex());
1950 assertEquals(Integer.MAX_VALUE, li.nextIndex());
1964 assertEquals(idx, li.nextIndex());
1981 assertEquals(idx, li.nextIndex());
1989 assertEquals(idx, li.nextIndex());
2002 assertEquals(Integer.MAX_VALUE, li.nextIndex());
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/trf/trf/patches/v8.1b2/
H A Dtcl.h934 int nextIndex; /* Index of next bucket to be member in struct:Tcl_HashSearch
H A Dtcl.h.orig934 int nextIndex; /* Index of next bucket to be

Completed in 207 milliseconds

12