Home
last modified time | relevance | path

Searched defs:byteOffset (Results 1 – 4 of 4) sorted by relevance

/xnu-10063.101.15/libkern/libkern/
H A DOSByteOrder.h104 uintptr_t byteOffset in _OSReadInt16()
114 uintptr_t byteOffset in _OSReadInt32()
124 uintptr_t byteOffset in _OSReadInt64()
136 uintptr_t byteOffset, in _OSWriteInt16()
147 uintptr_t byteOffset, in _OSWriteInt32()
158 uintptr_t byteOffset, in _OSWriteInt64()
169 #define OSReadBigInt16(base, byteOffset) _OSReadInt16(base, byteOffset) argument
170 #define OSReadBigInt32(base, byteOffset) _OSReadInt32(base, byteOffset) argument
171 #define OSReadBigInt64(base, byteOffset) _OSReadInt64(base, byteOffset) argument
175 #define OSWriteBigInt16(base, byteOffset, data) _OSWriteInt16(base, byteOffset, data) argument
[all …]
/xnu-10063.101.15/libkern/libkern/i386/
H A DOSByteOrder.h42 uintptr_t byteOffset in OSReadSwapInt16()
55 uintptr_t byteOffset in OSReadSwapInt32()
68 uintptr_t byteOffset in OSReadSwapInt64()
83 uintptr_t byteOffset, in OSWriteSwapInt16()
94 uintptr_t byteOffset, in OSWriteSwapInt32()
105 uintptr_t byteOffset, in OSWriteSwapInt64()
/xnu-10063.101.15/libkern/libkern/machine/
H A DOSByteOrder.h79 uintptr_t byteOffset in OSReadSwapInt16()
90 uintptr_t byteOffset in OSReadSwapInt32()
101 uintptr_t byteOffset in OSReadSwapInt64()
114 uintptr_t byteOffset, in OSWriteSwapInt16()
125 uintptr_t byteOffset, in OSWriteSwapInt32()
136 uintptr_t byteOffset, in OSWriteSwapInt64()
/xnu-10063.101.15/iokit/Kernel/
H A DIODMAEventSource.cpp104 …and(IODMACommand *dmaCommand, IODirection direction, IOByteCount byteCount, IOByteCount byteOffset) in startDMACommand()