Home
last modified time | relevance | path

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

/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dctftools.h89 #define IIDESC_HASH_SIZE 8191 /* Hash of iidesc's */ macro
H A Dtdata.c389 new->td_iihash = hash_new(IIDESC_HASH_SIZE, iidesc_hash, NULL); in tdata_new()