Searched refs:IOSRAM_HASH (Results 1 – 2 of 2) sorted by relevance
67 #define IOSRAM_HASH(key) ((((key) >> 24) ^ ((key) >> 16) ^\ macro
2901 bucket = IOSRAM_HASH(chunkp->toc_data.key); in iosram_init_hashtab()2962 int index = IOSRAM_HASH(key); in iosram_find_chunk()