Home
last modified time | relevance | path

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

/loramac-node-latest/src/apps/LoRaMac/common/LmHandler/packages/
DFragDecoder.c303 uint16_t firstOneInRow = 0; in FragDecoderProcess() local
389 firstOneInRow = BitArrayFindFirstOne( dataTempVector, FragDecoder.Status.FragNbLost ); in FragDecoderProcess()
397 while( GetParity( firstOneInRow, FragDecoder.S ) == 1 ) in FragDecoderProcess()
400 … FragExtractLineFromBinaryMatrix( dataTempVector2, firstOneInRow, FragDecoder.Status.FragNbLost ); in FragDecoderProcess()
403 li = FragFindMissingIndex( firstOneInRow ); in FragDecoderProcess()
415firstOneInRow = BitArrayFindFirstOne( dataTempVector, FragDecoder.Status.FragNbLost ); in FragDecoderProcess()
420 … FragPushLineToBinaryMatrix( dataTempVector, firstOneInRow, FragDecoder.Status.FragNbLost ); in FragDecoderProcess()
421 li = FragFindMissingIndex( firstOneInRow ); in FragDecoderProcess()
427 SetParity( firstOneInRow, FragDecoder.S, 1 ); in FragDecoderProcess()