Home
last modified time | relevance | path

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

/titanic_50/usr/src/tools/ctf/cvt/
H A Dctftools.h81 #define TDATA_ID_HASH_SIZE 997 /* A tdesc hash based on type id */ macro
H A Dtdata.c374 new->td_idhash = hash_new(TDATA_ID_HASH_SIZE, tdesc_idhash, in tdata_new()