Searched refs:nextRange (Results 1 - 12 of 12) sorted by relevance

/macosx-10.10.1/IOPCIFamily-239.1.2/tools/
H A Dpcirange.cpp64 IOPCIRange * nextRange; local
90 if ((nextRange = range->next) && (nextRange->start == end))
92 if (nextRange->allocations != (IOPCIRange *) &nextRange->end)
94 if (nextRange->subRanges != NULL)
96 end = nextRange->end;
97 range->next = nextRange->next;
98 pciRangeFree(nextRange);
114 nextRange
[all...]
/macosx-10.10.1/IOFireWireSBP2-425/IOFireWireSBP2/
H A DIOFireWireSBP2LSIWorkaroundDescriptor.cpp1081 IOFireWireSBP2LSIRange * nextRange = local
1084 if( range->length + nextRange->length >= kMinPacketSize )
1086 // we can steal enough bytes (16 - range.length) from nextRange.length
1089 // Note: nextRange might be left with fewer than 16 bytes. If so, it will
1092 nextRange->length -= bytesNeeded; // get what we need
1093 nextRange->address += bytesNeeded; // bump his pointer by what we stole
1105 // nextRange.length is too small to completely solve our problem
1109 range->length += nextRange->length; // get all his bytes
1112 FWLSILOGALLOC( ("LSILOG : range #%ld - stole all %ld bytes from next range\n", i, nextRange->length) );
1155 IOFireWireSBP2LSIRange * nextRange local
1237 IOFireWireSBP2LSIRange * nextRange = NULL; local
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/common/unicode/
H A Dusetiter.h50 * while (it.nextRange()) {
81 * When iterating over ranges using <tt>nextRange()</tt>,
111 * <tt>nextRange()</tt> return false. This is a convenience
128 * <tt>nextRange()</tt> was called.
149 * <tt>isString()</tt> returned false and <tt>nextRange()</tt> was
183 * calls to <tt>next()</tt> and <tt>nextRange()</tt> without
204 * <tt>next()</tt> and <tt>nextRange()</tt> without calling
211 UBool nextRange();
/macosx-10.10.1/ICU-531.30/icuSources/common/
H A Dusetiter.cpp77 UBool UnicodeSetIterator::nextRange() { function in class:UnicodeSetIterator
/macosx-10.10.1/ICU-531.30/icuSources/test/perf/unisetperf/draft/
H A Dtrieset.cpp48 while(iter.nextRange() && !iter.isString()) {
H A Dbitset.cpp104 if(iter.nextRange() && !iter.isString()) {
/macosx-10.10.1/IOPCIFamily-239.1.2/
H A DIOPCIRange.cpp106 IOPCIRange * nextRange; local
133 if ((nextRange = range->next) && (nextRange->start == end))
135 if (nextRange->allocations != (IOPCIRange *) &nextRange->end)
137 end = nextRange->end;
138 range->next = nextRange->next;
139 IOPCIRangeFree(nextRange);
156 nextRange = IOPCIRangeAlloc();
157 IOPCIRangeInitAlloc(nextRange, typ
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/tools/gennorm2/
H A Dn2builder.cpp72 const Range *nextRange() { function in class:HangulIterator
994 while((range=hi.nextRange())!=NULL) {
1008 while((range=hi.nextRange())!=NULL) {
/macosx-10.10.1/tcl-105/tcl84/tcl/generic/
H A DtclCompCmds.c547 int bodyRange, nextRange, code;
595 nextRange = TclCreateExceptRange(LOOP_EXCEPTION_RANGE, envPtr);
668 envPtr->exceptArrayPtr[nextRange].numCodeBytes =
713 envPtr->exceptArrayPtr[nextRange].codeOffset = nextCodeOffset;
716 envPtr->exceptArrayPtr[nextRange].breakOffset =
541 int bodyRange, nextRange, code; local
/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Dcolldata.cpp421 while(hanIter.nextRange()) {
H A Dusettest.cpp1932 while (it.nextRange()) {
2325 while(iter.nextRange() && stringsLength<LENGTHOF(strings)) {
/macosx-10.10.1/tcl-105/tcl/tcl/generic/
H A DtclCompCmds.c1423 int bodyRange, nextRange;
1462 nextRange = TclCreateExceptRange(LOOP_EXCEPTION_RANGE, envPtr);
1502 nextCodeOffset = ExceptionRangeStarts(envPtr, nextRange);
1505 ExceptionRangeEnds(envPtr, nextRange);
1544 envPtr->exceptArrayPtr[nextRange].codeOffset = nextCodeOffset;
1547 ExceptionRangeTarget(envPtr, nextRange, breakOffset);
1415 int bodyRange, nextRange; local

Completed in 388 milliseconds