Home
last modified time | relevance | path

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

/third_party/ntfs-3g/libntfs-3g/
Dcache.c72 if ((h >= 0) && (h < cache->max_hash)) { in inserthashindex()
110 if ((hash >= 0) && (hash < cache->max_hash)) { in drophashindex()
475 int item_count, int max_hash) in ntfs_create_cache() argument
487 if (max_hash) in ntfs_create_cache()
489 + max_hash*sizeof(struct HASH_ENTRY*); in ntfs_create_cache()
495 if (dohash && max_hash) { in ntfs_create_cache()
497 cache->max_hash = max_hash; in ntfs_create_cache()
500 cache->max_hash = 0; in ntfs_create_cache()
524 if (max_hash) { in ntfs_create_cache()
540 for (i=0; i<max_hash; i++) in ntfs_create_cache()
/third_party/mesa3d/src/panfrost/midgard/
Dmir_squeeze.c47 ctx->max_hash = MAX2(ctx->max_hash, hash); in find_or_allocate_temp()
Dcompiler.h289 int max_hash; member
/third_party/mesa3d/src/intel/perf/
Dgen_perf.py364 if counter.max_hash in hashed_funcs:
367 c("%s" % hashed_funcs[counter.max_hash])
386 hashed_funcs[counter.max_hash] = counter.max_sym
616 self.max_hash = None
645 self.max_hash = ' '.join(map(replace_token, max_eq.split()))
/third_party/ntfs-3g/include/ntfs-3g/
Dcache.h95 int max_hash; member