Searched refs:fmd_ntz32 (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_subr.h81 extern uint32_t fmd_ntz32(uint32_t);
H A Dfmd_trace.c125 trp->tr_tag = fmd_ntz32(tag);
163 trp->tr_tag = fmd_ntz32(tag);
H A Dfmd_subr.c319 * fmd_ntz32() computes the number of trailing zeroes. The algorithm here is
323 fmd_ntz32(uint32_t x) function

Completed in 55 milliseconds