Searched refs:segLen (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10.1/ICU-531.30/icuSources/common/unicode/
H A Dcaniter.h188 Hashtable *getEquivalents2(Hashtable *fillinResult, const UChar *segment, int32_t segLen, UErrorCode &status);
189 //Hashtable *getEquivalents2(const UnicodeString &segment, int32_t segLen, UErrorCode &status);
197 Hashtable *extract(Hashtable *fillinResult, UChar32 comp, const UChar *segment, int32_t segLen, int32_t segmentPos, UErrorCode &status);
198 //Hashtable *extract(UChar32 comp, const UnicodeString &segment, int32_t segLen, int32_t segmentPos, UErrorCode &status);
/macosx-10.10.1/ICU-531.30/icuSources/common/
H A Dcaniter.cpp354 int32_t segLen = segment.extract(USeg, 256, status); local
355 getEquivalents2(&basic, USeg, segLen, status);
430 Hashtable *CanonicalIterator::getEquivalents2(Hashtable *fillinResult, const UChar *segment, int32_t segLen, UErrorCode &status) { argument
438 UnicodeString toPut(segment, segLen);
446 for (int32_t i = 0; i < segLen; i += U16_LENGTH(cp)) {
448 U16_GET(segment, 0, i, segLen, cp);
458 if (extract(&remainder, cp2, segment, segLen, i, status) == NULL) {
498 Hashtable *CanonicalIterator::extract(Hashtable *fillinResult, UChar32 comp, const UChar *segment, int32_t segLen, int32_t segmentPos, UErrorCode &status) { argument
499 //Hashtable *CanonicalIterator::extract(UChar32 comp, const UnicodeString &segment, int32_t segLen, int32_t segmentPos, UErrorCode &status) {
522 while(i < segLen) {
[all...]
/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIOHibernateIO.cpp2413 IOByteCount segLen; local
2553 (phys64 = vars->handoffBuffer->getPhysicalSegment(count, &segLen, kIOMemoryMapperNone));
2554 count += segLen)
2556 for (pagesDone = 0; pagesDone < atop_32(segLen); pagesDone++)
2622 phys64 = vars->previewBuffer->getPhysicalSegment(count, &segLen, kIOMemoryMapperNone);
2624 pageAndCount[1] = atop_32(segLen);
2630 count += segLen;
2659 (phys64 = vars->ioBuffer->getPhysicalSegment(count, &segLen, kIOMemoryMapperNone));
2660 count += segLen)
2663 atop_64(phys64), atop_32(segLen),
[all...]
H A DIOMemoryDescriptor.cpp3043 IOPhysicalLength segLen; local
3063 segLen = walkArgs->fLength;
3068 pageCount += atop_64(round_page_64(align + segLen));
3069 index += segLen;
3087 segLen = walkArgs->fLength;
3090 ppnum_t count = atop_64(round_page_64(phys + segLen)) - page;
3097 index += segLen;
3566 IOPhysicalLength segLen; local
3569 physAddr = getPhysicalSegment( sourceOffset, &segLen, kIOMemoryMapperNone );
3577 segLen
[all...]
H A DIODMACommand.cpp1049 IOPhysicalLength segLen;
1052 addr64_t phys = const_cast<IOMemoryDescriptor *>(fMemory)->getPhysicalSegment(checkOffset + offset, &segLen, kIOMemoryMapperNone);

Completed in 200 milliseconds