Searched refs:UInt (Results 1 – 7 of 7) sorted by relevance
| /xnu-11215/libkern/libkern/c++/ |
| H A D | OSEndianTypes.h | 141 typedef UInt ## argsize UValue; \ 165 class BigUInt16 __OSEndianSignIntSizeDEF(BigUInt16, Big, UInt, 16); 167 class BigUInt32 __OSEndianSignIntSizeDEF(BigUInt32, Big, UInt, 32); 169 class BigUInt64 __OSEndianSignIntSizeDEF(BigUInt64, Big, UInt, 64); 171 class LittleUInt16 __OSEndianSignIntSizeDEF(LittleUInt16, Little, UInt, 16); 173 class LittleUInt32 __OSEndianSignIntSizeDEF(LittleUInt32, Little, UInt, 32); 175 class LittleUInt64 __OSEndianSignIntSizeDEF(LittleUInt64, Little, UInt, 64);
|
| /xnu-11215/iokit/Kernel/ |
| H A D | IOMemoryCursor.cpp | 72 static UInt sMaxDBDMASegment; in initWithSpecification() 74 sMaxDBDMASegment = (UInt) - 1; in initWithSpecification() 138 UInt curSegIndex = 0; in genPhysicalSegments() 139 UInt curTransferSize = 0; in genPhysicalSegments()
|
| H A D | IODMACommand.cpp | 50 #define MAPTYPE(type) ((UInt) (type) & kTypeMask) 1681 const UInt offAddr = outSegIndex * sizeof(Segment32); in OutputBig32() 1682 const UInt offLen = offAddr + sizeof(UInt32); in OutputBig32() 1692 const UInt offAddr = outSegIndex * sizeof(Segment32); in OutputLittle32() 1693 const UInt offLen = offAddr + sizeof(UInt32); in OutputLittle32() 1712 const UInt offAddr = outSegIndex * sizeof(Segment64); in OutputBig64() 1713 const UInt offLen = offAddr + sizeof(UInt64); in OutputBig64() 1723 const UInt offAddr = outSegIndex * sizeof(Segment64); in OutputLittle64() 1724 const UInt offLen = offAddr + sizeof(UInt64); in OutputLittle64()
|
| H A D | IOMemoryDescriptor.cpp | 939 UInt currentPageIndex = 0; in memoryReferenceMap() 1090 UInt numIOPLs = getNumIOPL(_memoryEntries, dataP); in memoryReferenceMap() 1097 UInt ioplIndex = 0; in memoryReferenceMap() 1247 UInt currentPageIndex = 0; in memoryReferenceMapNew() 1401 UInt numIOPLs = getNumIOPL(_memoryEntries, dataP); in memoryReferenceMapNew() 1408 UInt ioplIndex = 0; in memoryReferenceMapNew() 3082 UInt count = getNumIOPL(_memoryEntries, dataP); in dmaCommandOperation() 3113 UInt fIndex; in dmaCommandOperation() 3170 UInt ind; in dmaCommandOperation() 3306 UInt pageInd = atop_32(offset); in dmaCommandOperation() [all …]
|
| H A D | IOService.cpp | 8400 static const UInt kNoReplace = -1U; // Must be an illegal index in requireMaxCpuDelay() 8401 UInt replace = kNoReplace; in requireMaxCpuDelay() 8406 UInt count = sCpuDelayData->getLength() / sizeof(CpuDelayEntry); in requireMaxCpuDelay() 8416 for (UInt i = 0; i < count; i++) { in requireMaxCpuDelay() 8445 for (UInt i = 0; i < count; i++) { in requireMaxCpuDelay() 8531 UInt count = sCpuDelayData->getLength() / sizeof(CpuDelayEntry); in setLatencyHandler() 8538 for (UInt i = 0; i < count; i++) { in setLatencyHandler()
|
| /xnu-11215/libkern/libkern/ |
| H A D | OSTypes.h | 38 typedef unsigned int UInt; typedef
|
| /xnu-11215/iokit/IOKit/ |
| H A D | IOMemoryDescriptor.h | 405 virtual IOReturn dmaCommandOperation(DMACommandOps op, void *vData, UInt dataSize) const; 1102 …virtual IOReturn dmaCommandOperation(DMACommandOps op, void *vData, UInt dataSize) const APPLE_KEX…
|