cur_hash.c | 47 * __hash_more() is "hashpjw" from the Dragon Book, Aho, Sethi & Ullman, p.436. 50 __hash_more(const void *v_s, size_t len, unsigned int h) function in typeref:typename:unsigned int 77 h = __hash_more(&cp->ch, sizeof(cp->ch), h); 78 h = __hash_more(&cp->attr, sizeof(cp->attr), h); 80 h = __hash_more(&np->ch, sizeof(np->ch), h);
|