Home
last modified time | relevance | path

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

/NextBSD/include/libkern/
HD_OSByteOrder.h68 #define __DARWIN_OSSwapInt32(x) \ macro
91 #define __DARWIN_OSSwapInt32(x) _OSSwapInt32(x) macro
HDOSByteOrder.h122 #define OSSwapInt32(x) __DARWIN_OSSwapInt32(x)