Home
last modified time | relevance | path

Searched refs:HT_INITIAL_CAPACITY (Results 1 – 4 of 4) sorted by relevance

/external/bison/src/
Duniqstr.c35 #define HT_INITIAL_CAPACITY 257 macro
130 uniqstrs_table = hash_initialize (HT_INITIAL_CAPACITY, in uniqstrs_new()
Dstate.c304 #define HT_INITIAL_CAPACITY 257 macro
355 state_table = hash_initialize (HT_INITIAL_CAPACITY, in state_hash_new()
Dsymtab.c579 #define HT_INITIAL_CAPACITY 257 macro
643 symbol_table = hash_initialize (HT_INITIAL_CAPACITY, in symbols_new()
648 semantic_type_table = hash_initialize (HT_INITIAL_CAPACITY, in symbols_new()
Dmuscle-tab.c44 #define HT_INITIAL_CAPACITY 257 macro
82 muscle_table = hash_initialize (HT_INITIAL_CAPACITY, NULL, hash_muscle, in muscle_init()