Searched refs:GetParity (Results 1 – 1 of 1) sorted by relevance
/loramac-node-latest/src/apps/LoRaMac/common/LmHandler/packages/ |
D | FragDecoder.c | 121 static uint8_t GetParity( uint16_t index, uint8_t *matrixRow ); 364 if( GetParity( i , matrixRow ) == 1 ) in FragDecoderProcess() 397 while( GetParity( firstOneInRow, FragDecoder.S ) == 1 ) in FragDecoderProcess() 450 if( GetParity( j, dataTempVector2 ) == 1 ) in FragDecoderProcess() 522 static uint8_t GetParity( uint16_t index, uint8_t *matrixRow ) in GetParity() function 564 SetParity( i, line1, ( GetParity( i, line1 ) ^ GetParity( i, line2 ) ) ); in XorParityLine() 613 if ( GetParity( i, bitArray ) == 1 ) in BitArrayFindFirstOne() 625 if( GetParity( i, bitArray ) == 1 ) in BitArrayIsAllZeros() 740 if( GetParity( i, bitArray ) == 0 ) in FragPushLineToBinaryMatrix()
|