Searched refs:dwCRC (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/vt6655/
H A Dtether.c101 unsigned long dwCRC; local
103 dwCRC = CRCdwGetCrc32(pbyBuffer, cbFrameLength - 4);
104 if (cpu_to_le32(*((unsigned long *)(pbyBuffer + cbFrameLength - 4))) != dwCRC) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/vt6656/
H A Dtether.c101 DWORD dwCRC; local
103 dwCRC = CRCdwGetCrc32(pbyBuffer, cbFrameLength - 4);
104 if (cpu_to_le32(*((PDWORD)(pbyBuffer + cbFrameLength - 4))) != dwCRC)
H A Drxtx.c456 // finally, we must invert dwCRC to get the correct answer
467 // finally, we must invert dwCRC to get the correct answer
1450 DWORD dwMICKey0,dwMICKey1,dwMIC_Priority,dwCRC; local
1799 dwCRC = 0xFFFFFFFFL;
1802 dwCRC = CRCdwGetCrc32Ex(pbyMacHdr, cbLen, dwCRC);
1804 // finally, we must invert dwCRC to get the correct answer
1805 *pdwCRC = ~dwCRC;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/wince/
H A Dwinmain.h121 DWORD dwCRC; member in struct:_FILE_NODE
H A Dintrface.cpp213 LPCSTR szPath, LPCSTR szMethod, ulg dwCRC,
876 LPCSTR szPath, LPCSTR szMethod, ulg dwCRC,
906 g_pFileLast->dwCRC = dwCRC;
869 SendAppMsg(z_uint8 uzSize, z_uint8 uzCompressedSize, unsigned ratio, unsigned month, unsigned day, unsigned year, unsigned hour, unsigned minute, char uppercase, LPCSTR szPath, LPCSTR szMethod, ulg dwCRC, char chCrypt) argument
H A Dwinmain.cpp1381 _stprintf(plvdi->item.pszText, TEXT("%08X"), pFile->dwCRC);
1518 if (pFile1->dwCRC != pFile2->dwCRC) {
1519 result = ((pFile1->dwCRC < pFile2->dwCRC) ? -1 : 1);
2645 DWORD dwCRC = 0, dwCount = 0, dwCommentCount = 0; local
2680 dwCRC = pFile->dwCRC;
2722 _stprintf(szBuffer, TEXT("0x%08X"), dwCRC);

Completed in 64 milliseconds