Home
last modified time | relevance | path

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

/xnu-8020.121.3/iokit/IOKit/ !
H A DIOLib.h667 static inline IOFixed
668 IOFixedMultiply(IOFixed a, IOFixed b) in IOFixedMultiply()
670 return (IOFixed)((((SInt64) a) * ((SInt64) b)) >> 16); in IOFixedMultiply()
673 static inline IOFixed
674 IOFixedDivide(IOFixed a, IOFixed b) in IOFixedDivide()
676 return (IOFixed)((((SInt64) a) << 16) / ((SInt64) b)); in IOFixedDivide()
H A DIOTypes.h79 typedef SInt32 IOFixed; typedef
236 typedef int32_t IOFixed; typedef
/xnu-8020.121.3/iokit/DriverKit/ !
H A DIOTypes.h79 typedef SInt32 IOFixed; typedef
236 typedef int32_t IOFixed; typedef