Home
last modified time | relevance | path

Searched refs:ht_create (Results 1 – 6 of 6) sorted by relevance

/NextBSD/contrib/gcclibs/libcpp/include/
HDsymtab.h70 extern hash_table *ht_create (unsigned int order);
/NextBSD/contrib/gcclibs/libcpp/
HDidentifiers.c55 table = ht_create (13); /* 8K (=2^13) entries. */ in _cpp_init_hashtable()
HDsymtab.c54 ht_create (unsigned int order) in ht_create() function
HDChangeLog347 * symtab.c (ht_create): Use XCNEW.
890 * symtab.c (ht_create): Set entries_owned.
/NextBSD/contrib/gcc/
HDstringpool.c67 ident_hash = ht_create (14); in init_stringpool()
HDChangeLog-200311355 * hashtable.c (ht_create): Likewise.