Home
last modified time | relevance | path

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

/xnu-8020.121.3/iokit/Kernel/
H A DIOMemoryCursor.cpp256 OSWriteBigInt(segment, 0, inSegment.location); in OSDefineMetaClassAndStructors()
257 OSWriteBigInt(segment, sizeof(IOPhysicalAddress), inSegment.length); in OSDefineMetaClassAndStructors()
/xnu-8020.121.3/libkern/libkern/
H A DOSByteOrder.h90 #define OSWriteBigInt(x, y, z) OSWriteBigInt32(x, y, z) macro