HomeSort by: relevance | last modified time | path
    Searched refs:__hash_more (Results 1 - 3 of 3) sorted by relevancy

  /src/lib/libcurses/
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);
curses_private.h 361 unsigned int __hash_more(const void *, size_t, unsigned int);
363 #define __hash(s, len) __hash_more((s), (len), 0u)
refresh.c 1735 blank_hash = __hash_more(buf, sizeof(buf), blank_hash);
1737 blank_hash = __hash_more((char *)(void *)buf,

Completed in 15 milliseconds