Home
last modified time | relevance | path

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

/titanic_44/usr/src/tools/ctf/cvt/
H A Dctftools.h82 #define IIDESC_HASH_SIZE 8191 /* Hash of iidesc's */ macro
H A Dtdata.c381 new->td_iihash = hash_new(IIDESC_HASH_SIZE, iidesc_hash, NULL); in tdata_new()