MCPcopy Create free account
hub / github.com/FastLED/FastLED / countr_zero

Function countr_zero

src/fl/stl/bitset.h:38–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36
37template<typename IntType>
38inline fl::u8 countr_zero(IntType value) FL_NOEXCEPT {
39 return static_cast<fl::u8>(__builtin_ctz(value));
40}
41
42/// A simple fixed-size Bitset implementation similar to std::Bitset.
43template <fl::u32 N> class bitset_fixed {

Callers 2

find_firstMethod · 0.85
FL_TEST_FILEFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected