Lines Matching defs:spare
1108 static int group,spare,blkc_byte1,blkc_byte2;
1116 printf("block B - group=%d%c tp=%d pty=%d spare=%d\n",
1123 spare = byte2 & 0x1f;
1136 rds_psn[2*(spare & 0x03)+0] = byte1;
1137 rds_psn[2*(spare & 0x03)+1] = byte2;
1138 if ((spare & 0x03) == 0x03)
1143 rds_txt[4*(spare & 0x0f)+0] = blkc_byte1;
1144 rds_txt[4*(spare & 0x0f)+1] = blkc_byte2;
1145 rds_txt[4*(spare & 0x0f)+2] = byte1;
1146 rds_txt[4*(spare & 0x0f)+3] = byte2;
1148 // if ((spare & 0x0f) == 0x0f)
1149 if (spare > 16)