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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/lib/
H A Dcrc32.c403 static u32 test_step(u32 init, unsigned char *buf, size_t len) function
469 crc1 = test_step(INIT1, buf1, i);
470 crc2 = test_step(INIT2, buf2, i);
472 crc3 = test_step(INIT1 ^ INIT2, buf3, i);

Completed in 79 milliseconds