HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Group_arch_Math

Files

file  math.h
 

Functions

int ArchCountTrailingZeros (uint64_t x)
 

Detailed Description

Function Documentation

int ArchCountTrailingZeros ( uint64_t  x)
inline

Return the number of consecutive 0-bits in x starting from the least significant bit position. If x is 0, the result is undefined.

Definition at line 135 of file math.h.