Searched refs:byte1 (Results 1 – 4 of 4) sorted by relevance
/hardware/ti/wpan/tools/kfmapp/ |
D | kfmapp.c | 1103 void fmapp_rds_decode(int blkno, int byte1, int byte2) in fmapp_rds_decode() argument 1113 printf("block A - id=%d\n",(byte1 << 8) | byte2); in fmapp_rds_decode() 1117 (byte1 >> 4) & 0x0f, in fmapp_rds_decode() 1118 ((byte1 >> 3) & 0x01) + 'A', in fmapp_rds_decode() 1119 (byte1 >> 2) & 0x01, in fmapp_rds_decode() 1120 ((byte1 << 3) & 0x18) | ((byte2 >> 5) & 0x07), in fmapp_rds_decode() 1122 group = (byte1 >> 3) & 0x1f; in fmapp_rds_decode() 1124 rds_pty = ((byte1 << 3) & 0x18) | ((byte2 >> 5) & 0x07); in fmapp_rds_decode() 1128 printf("block C - 0x%02x 0x%02x\n",byte1,byte2); in fmapp_rds_decode() 1129 blkc_byte1 = byte1; in fmapp_rds_decode() [all …]
|
/hardware/ti/wpan/tools/FM/service/src/jni/ |
D | JFmRxNative.cpp | 141 int rdsParseFunc_updateRepertoire(int byte1,int byte2) in rdsParseFunc_updateRepertoire() argument 149 repertoire1 = (FMC_U8)(byte1&RDS_BIT_0_TO_BIT_3); in rdsParseFunc_updateRepertoire() 150 repertoire2 = (FMC_U8)((byte1&RDS_BIT_4_TO_BIT_7)>>4); in rdsParseFunc_updateRepertoire() 175 void rds_decode(int blkno, int byte1, int byte2) in rds_decode() argument 187 V4L2_JBTL_LOGD("block A - id=%d\n",(byte1 << 8) | byte2); in rds_decode() 191 (byte1 >> 4) & 0x0f, in rds_decode() 192 ((byte1 >> 3) & 0x01) + 'A', in rds_decode() 193 (byte1 >> 2) & 0x01, in rds_decode() 194 ((byte1 << 3) & 0x18) | ((byte2 >> 5) & 0x07), in rds_decode() 196 group = (byte1 >> 3) & 0x1f; in rds_decode() [all …]
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/ |
D | 802.11.h | 1592 uint8 byte1; member
|
/hardware/broadcom/wlan/bcm4329/dhdutil/include/proto/ |
D | 802.11.h | 1510 uint8 byte1; member
|