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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/httpd/
H A Dweb-dsl-upg.h2 unsigned long crc32_no_comp(unsigned long crc,const unsigned char* buf, int len);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/rc/
H A Ddsl-upg.h2 unsigned long crc32_no_comp(unsigned long crc,const unsigned char* buf, int len);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/rc/
H A Ddsl-upg.h2 unsigned long crc32_no_comp(unsigned long crc,const unsigned char* buf, int len);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/httpd/
H A Dweb-dsl-upg.h2 unsigned long crc32_no_comp(unsigned long crc,const unsigned char* buf, int len);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/rc/
H A Ddsl-upg.h2 unsigned long crc32_no_comp(unsigned long crc,const unsigned char* buf, int len);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/httpd/
H A Dweb-dsl-upg.h2 unsigned long crc32_no_comp(unsigned long crc,const unsigned char* buf, int len);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/shared/sysdeps/
H A Dapi-tclinux.c49 unsigned long crc32_no_comp(unsigned long crc,const unsigned char* buf, int len) function
202 calc_crc = crc32_no_comp(calc_crc, (unsigned char*)buf, sizeof(buf));
209 calc_crc = crc32_no_comp(calc_crc, (unsigned char*)buf, trxlen);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/shared/sysdeps/
H A Dapi-tclinux.c49 unsigned long crc32_no_comp(unsigned long crc,const unsigned char* buf, int len) function
202 calc_crc = crc32_no_comp(calc_crc, (unsigned char*)buf, sizeof(buf));
209 calc_crc = crc32_no_comp(calc_crc, (unsigned char*)buf, trxlen);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/shared/sysdeps/
H A Dapi-tclinux.c49 unsigned long crc32_no_comp(unsigned long crc,const unsigned char* buf, int len) function
202 calc_crc = crc32_no_comp(calc_crc, (unsigned char*)buf, sizeof(buf));
209 calc_crc = crc32_no_comp(calc_crc, (unsigned char*)buf, trxlen);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/httpd/sysdeps/
H A Dweb-dsl-upg.c213 unsigned long crc32_no_comp(unsigned long crc,const unsigned char* buf, int len) function
499 calc_crc = crc32_no_comp(calc_crc,buf,sizeof(buf));
506 calc_crc = crc32_no_comp(calc_crc,buf,tcfilelen);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/rc/sysdeps/
H A Ddsl-upg.c212 unsigned long crc32_no_comp(unsigned long crc,const unsigned char* buf, int len) function
498 calc_crc = crc32_no_comp(calc_crc,buf,sizeof(buf));
505 calc_crc = crc32_no_comp(calc_crc,buf,tcfilelen);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/rc/sysdeps/
H A Ddsl-upg.c212 unsigned long crc32_no_comp(unsigned long crc,const unsigned char* buf, int len) function
498 calc_crc = crc32_no_comp(calc_crc,buf,sizeof(buf));
505 calc_crc = crc32_no_comp(calc_crc,buf,tcfilelen);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/httpd/sysdeps/
H A Dweb-dsl-upg.c213 unsigned long crc32_no_comp(unsigned long crc,const unsigned char* buf, int len) function
499 calc_crc = crc32_no_comp(calc_crc,buf,sizeof(buf));
506 calc_crc = crc32_no_comp(calc_crc,buf,tcfilelen);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/rc/sysdeps/
H A Ddsl-upg.c212 unsigned long crc32_no_comp(unsigned long crc,const unsigned char* buf, int len) function
498 calc_crc = crc32_no_comp(calc_crc,buf,sizeof(buf));
505 calc_crc = crc32_no_comp(calc_crc,buf,tcfilelen);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/httpd/sysdeps/
H A Dweb-dsl-upg.c213 unsigned long crc32_no_comp(unsigned long crc,const unsigned char* buf, int len) function
499 calc_crc = crc32_no_comp(calc_crc,buf,sizeof(buf));
506 calc_crc = crc32_no_comp(calc_crc,buf,tcfilelen);
/asuswrt-rt-n18u-9.0.0.4.380.2695/toolchain/tools/mkimage/src/
H A Dcrc32.c182 uLong ZEXPORT crc32_no_comp(uLong crc, const Bytef *buf, uInt len) function

Completed in 202 milliseconds