Created
November 6, 2013 19:04
-
-
Save postwait/7342155 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ; grep DTRACE_LLQUANTIZE_NSTEP /usr/include/sys/dtrace.h ⏎ solid | |
| #define DTRACE_LLQUANTIZE_NSTEPSHIFT 0 | |
| #define DTRACE_LLQUANTIZE_NSTEPMASK UINT16_MAX | |
| #define DTRACE_LLQUANTIZE_NSTEPS(x) \ | |
| (uint16_t)(((x) & DTRACE_LLQUANTIZE_NSTEPMASK) >> \ | |
| DTRACE_LLQUANTIZE_NSTEPSHIFT) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment