Searched refs:ptrhash (Results 1 – 1 of 1) sorted by relevance
48 static int ptrhash __P((void *p));306 ptrhash(p) in ptrhash() function485 i = ptrhash(ptr);543 for (hp = &SmHeapTable[ptrhash(ptr)]; *hp != NULL; hp = &(**hp).hi_next)567 hp = &SmHeapTable[ptrhash(newptr)];613 for (hp = &SmHeapTable[ptrhash(ptr)]; *hp != NULL; hp = &(**hp).hi_next)636 hp = &SmHeapTable[ptrhash(newptr)];676 for (hp = &SmHeapTable[ptrhash(ptr)]; *hp != NULL; hp = &(**hp).hi_next)733 for (hp = SmHeapTable[ptrhash(ptr)]; hp != NULL; hp = hp->hi_next)