hash2             988 lib/modules/swftext.c     unsigned hash = hash2(char1, char2);
hash2            1003 lib/modules/swftext.c     unsigned hash = hash2(char1, char2);
hash2            1100 lib/q.c            unsigned int hash2 = hash % h->hashsize;
hash2            1104 lib/q.c            e->next = h->slots[hash2];
hash2            1106 lib/q.c            h->slots[hash2] = e;