Home
last modified time | relevance | path

Searched refs:IsPowerOfTwo (Results 1 – 1 of 1) sorted by relevance

/loramac-node-2.7.6/src/apps/LoRaMac/common/LmHandler/packages/
DFragDecoder.c139 static bool IsPowerOfTwo( uint32_t x );
537 static bool IsPowerOfTwo( uint32_t x ) in IsPowerOfTwo() function
582 if( IsPowerOfTwo( m ) != false ) in FragGetParityMatrixRow()