reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

projects/compiler-rt/lib/xray/xray_utils.h
   68   return (1u << acc) >= num ? (1u << acc) : next_pow2_helper(num, acc + 1);
   68   return (1u << acc) >= num ? (1u << acc) : next_pow2_helper(num, acc + 1);
   68   return (1u << acc) >= num ? (1u << acc) : next_pow2_helper(num, acc + 1);