Home
last modified time | relevance | path

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

/xnu-11215.1.10/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-11215.1.10/libkern/libkern/i386/
H A DOSByteOrder.h44 uintptr_t byteOffset in OSReadSwapInt16()
57 uintptr_t byteOffset in OSReadSwapInt32()
70 uintptr_t byteOffset in OSReadSwapInt64()
85 uintptr_t byteOffset, in OSWriteSwapInt16()
96 uintptr_t byteOffset, in OSWriteSwapInt32()
107 uintptr_t byteOffset, in OSWriteSwapInt64()
/xnu-11215.1.10/libkern/libkern/machine/
H A DOSByteOrder.h81 uintptr_t byteOffset in OSReadSwapInt16()
92 uintptr_t byteOffset in OSReadSwapInt32()
103 uintptr_t byteOffset in OSReadSwapInt64()
116 uintptr_t byteOffset, in OSWriteSwapInt16()
127 uintptr_t byteOffset, in OSWriteSwapInt32()
138 uintptr_t byteOffset, in OSWriteSwapInt64()
/xnu-11215.1.10/iokit/Kernel/
H A DIODMAEventSource.cpp104 …and(IODMACommand *dmaCommand, IODirection direction, IOByteCount byteCount, IOByteCount byteOffset) in startDMACommand()