Home
last modified time | relevance | path

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

/loramac-node-latest/src/apps/LoRaMac/common/LmHandler/packages/
DFragDecoder.c179 static void FragGetParityMatrixRow( int32_t n, int32_t m, uint8_t *matrixRow );
575 static void FragGetParityMatrixRow( int32_t n, int32_t m, uint8_t *matrixRow ) in FragGetParityMatrixRow() argument
582 if( IsPowerOfTwo( m ) != false ) in FragGetParityMatrixRow()
592 for( int32_t i = 0; i < ( ( m >> 3 ) + 1 ); i++ ) in FragGetParityMatrixRow()
596 while( nbCoeff < ( m >> 1 ) ) in FragGetParityMatrixRow()
599 while( r >= m ) in FragGetParityMatrixRow()
602 r = x % ( m + mTemp ); in FragGetParityMatrixRow()
/loramac-node-latest/src/apps/tx-cw/
DCMakeLists.txt72 target_link_libraries(${PROJECT_NAME} m)
/loramac-node-latest/src/apps/rx-sensi/
DCMakeLists.txt86 target_link_libraries(${PROJECT_NAME} m)
/loramac-node-latest/src/apps/ping-pong/
DCMakeLists.txt86 target_link_libraries(${PROJECT_NAME} m)
/loramac-node-latest/src/apps/LoRaMac/
DCMakeLists.txt161 target_link_libraries(${PROJECT_NAME}-${SUB_PROJECT} m)