Searched refs:_cacheEntry (Results 1 - 1 of 1) sorted by relevance

/haiku/src/tools/fs_shell/
H A Dblock_cache.cpp83 static int Compare(void* _cacheEntry, const void* _block);
84 static uint32_t Hash(void* _cacheEntry, const void* _block, uint32_t range);
441 cached_block::Compare(void* _cacheEntry, const void* _block) argument
443 cached_block* cacheEntry = (cached_block*)_cacheEntry;
456 cached_block::Hash(void* _cacheEntry, const void* _block, uint32_t range) argument
458 cached_block* cacheEntry = (cached_block*)_cacheEntry;

Completed in 26 milliseconds