Home
last modified time | relevance | path

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

/loramac-node-latest/src/apps/LoRaMac/common/LmHandler/packages/
DFragDecoder.c577 int32_t mTemp; in FragGetParityMatrixRow() local
584 mTemp = 1; in FragGetParityMatrixRow()
588 mTemp = 0; in FragGetParityMatrixRow()
602 r = x % ( m + mTemp ); in FragGetParityMatrixRow()