Searched refs:crc (Results 1 - 7 of 7) sorted by relevance

/hardware/intel/img/psb_headers/DRM/cc54/inc/
H A Dwv_fkp.h50 uint8_t crc[KEYBOX_CRC_SIZE]; // 4 bytes member in struct:wv_keybox
/hardware/intel/common/wrs_omxil_core/utils/inc/
H A Daudio_parser.h47 int *version, int *layer, int *crc, int *bitrate,
/hardware/intel/common/wrs_omxil_core/utils/src/
H A Daudio_parser.c242 /* index : crc index */
335 int *version, int *layer, int *crc, int *bitrate,
348 if (!version || !layer || !crc || !bitrate || !frequency ||
394 *crc = header.protected;
334 mp3_header_parse(const unsigned char *buffer, int *version, int *layer, int *crc, int *bitrate, int *frequency, int *channel, int *mode_extension, int *frame_length, int *frame_duration) argument
/hardware/broadcom/wlan/bcmdhd/dhdutil/
H A Dbcmutils.c1339 (c) = ((c) >> 8) ^ crc##n##_table[((c) ^ (x)) & 0xff]
1345 uint8 crc /* either CRC8_INIT_VALUE or previous return value */
1348 /* hard code the crc loop instead of using CRC_INNER_LOOP macro
1352 crc = crc8_table[(crc ^ *pdata++) & 0xff];
1354 return crc;
1418 uint16 crc /* either CRC16_INIT_VALUE or previous return value */
1422 CRC_INNER_LOOP(16, crc, *pdata++);
1423 return crc;
1494 * crc inpu
1498 hndcrc32(uint8 *pdata, uint nbytes, uint32 crc) argument
[all...]
H A Ducode_download.c45 dload_ptr->crc = 0;
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
H A Dbcmutils.h702 /* crc defines */
784 /* crc */
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);
H A Dwlioctl.h280 uint32 crc; member in struct:wl_dload_data
1802 #define WL_DIAG_SROM 6 /* srom read/crc test */
1812 #define WL_DIAGERR_SROM_BADCRC 6 /* srom crc failed */

Completed in 400 milliseconds