Home
last modified time | relevance | path

Searched refs:pCrc (Results 1 – 3 of 3) sorted by relevance

/external/aac/libFDK/src/
DFDK_crc.cpp179 USHORT * const pCrc,
187 USHORT * const pCrc,
321 USHORT * const pCrc, in calcCrc_Bits() argument
329 USHORT crc = *pCrc; /* get crc value */ in calcCrc_Bits()
349 *pCrc = crc; /* update crc value */ in calcCrc_Bits()
367 USHORT * const pCrc, in calcCrc_Bytes() argument
374 USHORT crc = *pCrc; /* get crc value */ in calcCrc_Bytes()
387 *pCrc = crc; /* update crc value */ in calcCrc_Bytes()
/external/libnfc-nxp/src/
DphLlcNfc_Frame.c62 uint16_t *pCrc
1784 uint16_t *pCrc in phLlcNfc_H_UpdateCrc() argument
1787 crcByte = (crcByte ^ (uint8_t)((*pCrc) & 0x00FF)); in phLlcNfc_H_UpdateCrc()
1789 *pCrc = (*pCrc >> 8) ^ ((uint16_t)crcByte << 8) ^ in phLlcNfc_H_UpdateCrc()
DphDnldNfc.c787 uint16_t *pCrc
854 uint16_t *pCrc in phDnldNfc_UpdateCrc16() argument
857 crcByte = (crcByte ^ (uint8_t)((*pCrc) & 0x00FF)); in phDnldNfc_UpdateCrc16()
859 *pCrc = (*pCrc >> 8) ^ ((uint16_t)crcByte << 8) ^ in phDnldNfc_UpdateCrc16()