Home
last modified time | relevance | path

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

/external/fastrpc/src/
Dfastrpc_apps_user.c236 static void GenCrc32Tab(uint32_t GenPoly, uint32_t *crctab) in GenCrc32Tab() argument
244 crc = (crc << 1) ^ (crc & 0x80000000 ? GenPoly : 0); in GenCrc32Tab()