Skip to content

Instantly share code, notes, and snippets.

@postwait
Created November 6, 2013 19:04
Show Gist options
  • Select an option

  • Save postwait/7342155 to your computer and use it in GitHub Desktop.

Select an option

Save postwait/7342155 to your computer and use it in GitHub Desktop.
; 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