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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/rts/src/
H A Dcrc.c109 #define CRC_INNER_LOOP(n, c, x) \ macro
120 CRC_INNER_LOOP(8, crc, *pdata++);
188 CRC_INNER_LOOP(16, crc, *pdata++);
288 CRC_INNER_LOOP(32, crc, *pdata++);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/rts/src/
H A Dcrc.c109 #define CRC_INNER_LOOP(n, c, x) \ macro
120 CRC_INNER_LOOP(8, crc, *pdata++);
188 CRC_INNER_LOOP(16, crc, *pdata++);
288 CRC_INNER_LOOP(32, crc, *pdata++);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/httpd/
H A Dbcmutils.c290 #define CRC_INNER_LOOP(n, c, x) \ macro
300 /* hard code the crc loop instead of using CRC_INNER_LOOP macro
372 CRC_INNER_LOOP(16, crc, *pdata++);
459 CRC_INNER_LOOP(32, crc, *pdata++);
465 CRC_INNER_LOOP(32, crc, tmp[0]);
466 CRC_INNER_LOOP(32, crc, tmp[1]);
467 CRC_INNER_LOOP(32, crc, tmp[2]);
468 CRC_INNER_LOOP(32, crc, tmp[3]);
474 CRC_INNER_LOOP(32, crc, *pdata++);
478 CRC_INNER_LOOP(3
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/httpd/
H A Dbcmutils.c290 #define CRC_INNER_LOOP(n, c, x) \ macro
300 /* hard code the crc loop instead of using CRC_INNER_LOOP macro
372 CRC_INNER_LOOP(16, crc, *pdata++);
459 CRC_INNER_LOOP(32, crc, *pdata++);
465 CRC_INNER_LOOP(32, crc, tmp[0]);
466 CRC_INNER_LOOP(32, crc, tmp[1]);
467 CRC_INNER_LOOP(32, crc, tmp[2]);
468 CRC_INNER_LOOP(32, crc, tmp[3]);
474 CRC_INNER_LOOP(32, crc, *pdata++);
478 CRC_INNER_LOOP(3
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/httpd/
H A Dbcmutils.c290 #define CRC_INNER_LOOP(n, c, x) \ macro
300 /* hard code the crc loop instead of using CRC_INNER_LOOP macro
372 CRC_INNER_LOOP(16, crc, *pdata++);
459 CRC_INNER_LOOP(32, crc, *pdata++);
465 CRC_INNER_LOOP(32, crc, tmp[0]);
466 CRC_INNER_LOOP(32, crc, tmp[1]);
467 CRC_INNER_LOOP(32, crc, tmp[2]);
468 CRC_INNER_LOOP(32, crc, tmp[3]);
474 CRC_INNER_LOOP(32, crc, *pdata++);
478 CRC_INNER_LOOP(3
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/shared/
H A Dbcmutils.c2390 #define CRC_INNER_LOOP(n, c, x) \ macro
2400 /* hard code the crc loop instead of using CRC_INNER_LOOP macro
2474 CRC_INNER_LOOP(16, crc, *pdata++);
2562 CRC_INNER_LOOP(32, crc, *pdata++);
2571 CRC_INNER_LOOP(32, crc, tmp[0]);
2572 CRC_INNER_LOOP(32, crc, tmp[1]);
2573 CRC_INNER_LOOP(32, crc, tmp[2]);
2574 CRC_INNER_LOOP(32, crc, tmp[3]);
2581 CRC_INNER_LOOP(32, crc, *pdata++);
2585 CRC_INNER_LOOP(3
[all...]

Completed in 70 milliseconds