Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/build/scripts/genksyms/
H A Dgenksyms.c144 static unsigned long crc32(const char *s) in crc32() function
168 unsigned long h = crc32(name) % HASH_BUCKETS; in find_symbol()
241 h = crc32(name) % HASH_BUCKETS; in __add_symbol()
/utopia/UTPA2-700.0.x/projects/build/scripts/
H A Dxz_wrap.sh23 exec xz --check=crc32 $BCJ --lzma2=$LZMA2OPTS,dict=32MiB
H A DMakefile.lib290 xz --check=crc32 --lzma2=dict=1MiB) > $@ || \
/utopia/UTPA2-700.0.x/modules/gpd/drv/gpd/
H A Dzconf.h119 # define crc32 z_crc32 macro
H A Dzlib.h1362 ZEXTERN uLong ZEXPORT crc32 OF((uLong crc, const Bytef *buf, uInt len));