Home
last modified time | relevance | path

Searched refs:state_table (Results 1 – 3 of 3) sorted by relevance

/external/bison/src/
Dstate.c257 static struct hash_table *state_table = NULL; variable
306 state_table = hash_initialize (HT_INITIAL_CAPACITY, in state_hash_new()
321 hash_free (state_table); in state_hash_free()
332 hash_insert (state_table, s); in state_hash_insert()
350 entry = hash_lookup (state_table, probe); in state_hash_lookup()
/external/protobuf/src/google/protobuf/stubs/
Dstructurally_valid.cc61 const uint8* state_table; member
349 const uint8* Tbl0 = &st->state_table[st->state0]; in InStateZero()
368 const uint8* Tbl_0 = &st->state_table[st->state0]; in UTF8GenericScan()
/external/bison/
DChangeLog8552 * src/states.c (state_table, state_compare, state_hash): New.
10956 * src/print.c, src/print_graph.c, src/state.h: Rename state_table
10993 * src/gram.h, src/gram.c (symbols): New, similar to state_table
11290 * src/LR0.c (set_state_table): state_table holds exactly nstates.
11800 (state_table): Be state_t **, not state_t *.
11804 * src/LR0.c (state_table): Rename as...
11806 `state_table'.
12596 (state_table): Be a state_t * instead of a core **.