Home
last modified time | relevance | path

Searched refs:HASHTABLE_NUM_ENTRIES (Results 1 – 1 of 1) sorted by relevance

/reactos/dll/win32/wininet/
H A Durlcache.c70 #define HASHTABLE_NUM_ENTRIES 64 /* this needs to be power of 2, that divides HASHTABLE_SIZE */ macro
71 #define HASHTABLE_BLOCKSIZE (HASHTABLE_SIZE / HASHTABLE_NUM_ENTRIES)
1533 DWORD offset = (key & (HASHTABLE_NUM_ENTRIES-1)) * HASHTABLE_BLOCKSIZE; in urlcache_find_hash_entry()
1622 DWORD offset = (key & (HASHTABLE_NUM_ENTRIES-1)) * HASHTABLE_BLOCKSIZE; in urlcache_hash_entry_create()