summaryrefslogtreecommitdiff
path: root/rdoff/hash.h
blob: ac9af983034cdc9b03dabefbaf16c05e5516135d (plain)
1
2
3
4
5
6
7
8
9
10
11
/* hash.h     Routines to calculate a CRC32 hash value
 *
 *   These routines donated to the NASM effort by Graeme Defty.
 *
 * The Netwide Assembler is copyright (C) 1996 Simon Tatham and
 * Julian Hall. All rights reserved. The software is
 * redistributable under the licence given in the file "Licence"
 * distributed in the NASM archive.
 */

unsigned hash(const int8_t *name);