Home
last modified time | relevance | path

Searched refs:OSReadBigInt32 (Results 1 – 1 of 1) sorted by relevance

/xnu-8020.121.3/libkern/libkern/
H A DOSByteOrder.h89 #define OSReadBigInt(x, y) OSReadBigInt32(x, y)
170 #define OSReadBigInt32(base, byteOffset) _OSReadInt32(base, byteOffset) macro
244 #define OSReadBigInt32(base, byteOffset) OSReadSwapInt32(base, byteOffset) macro