Searched refs:crc (Results 1 – 7 of 7) sorted by relevance
/hardware/intel/img/psb_headers/DRM/cc54/inc/ |
D | wv_fkp.h | 50 uint8_t crc[KEYBOX_CRC_SIZE]; // 4 bytes member
|
/hardware/intel/common/wrs_omxil_core/utils/inc/ |
D | audio_parser.h | 47 int *version, int *layer, int *crc, int *bitrate,
|
/hardware/intel/common/wrs_omxil_core/utils/src/ |
D | audio_parser.c | 335 int *version, int *layer, int *crc, int *bitrate, in mp3_header_parse() argument 348 if (!version || !layer || !crc || !bitrate || !frequency || in mp3_header_parse() 394 *crc = header.protected; in mp3_header_parse()
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/ |
D | bcmutils.c | 1339 (c) = ((c) >> 8) ^ crc##n##_table[((c) ^ (x)) & 0xff] 1345 uint8 crc /* either CRC8_INIT_VALUE or previous return value */ in hndcrc8() argument 1352 crc = crc8_table[(crc ^ *pdata++) & 0xff]; in hndcrc8() 1354 return crc; in hndcrc8() 1418 uint16 crc /* either CRC16_INIT_VALUE or previous return value */ in hndcrc16() argument 1422 CRC_INNER_LOOP(16, crc, *pdata++); in hndcrc16() 1423 return crc; in hndcrc16() 1498 hndcrc32(uint8 *pdata, uint nbytes, uint32 crc) in hndcrc32() argument 1503 CRC_INNER_LOOP(32, crc, *pdata++); in hndcrc32() 1505 return crc; in hndcrc32()
|
D | ucode_download.c | 45 dload_ptr->crc = 0; in dload_generic_data()
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/ |
D | bcmutils.h | 785 extern uint8 hndcrc8(uint8 *p, uint nbytes, uint8 crc); 786 extern uint16 hndcrc16(uint8 *p, uint nbytes, uint16 crc); 787 extern uint32 hndcrc32(uint8 *p, uint nbytes, uint32 crc);
|
D | wlioctl.h | 280 uint32 crc; member
|