Home
last modified time | relevance | path

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

/external/bison/src/
Dstate.c306 static struct hash_table *state_table = NULL; variable
355 state_table = hash_initialize (HT_INITIAL_CAPACITY, in state_hash_new()
370 hash_free (state_table); in state_hash_free()
381 if (!hash_insert (state_table, s)) in state_hash_insert()
400 entry = hash_lookup (state_table, probe); in state_hash_lookup()
/external/protobuf/src/google/protobuf/stubs/
Dstructurally_valid.cc63 const uint8* state_table; member
351 const uint8* Tbl0 = &st->state_table[st->state0]; in InStateZero()
370 const uint8* Tbl_0 = &st->state_table[st->state0]; in UTF8GenericScan()
/external/bison/
DChangeLog-201216813 * src/states.c (state_table, state_compare, state_hash): New.
19217 * src/print.c, src/print_graph.c, src/state.h: Rename state_table
19254 * src/gram.h, src/gram.c (symbols): New, similar to state_table
19551 * src/LR0.c (set_state_table): state_table holds exactly nstates.
20061 (state_table): Be state_t **, not state_t *.
20065 * src/LR0.c (state_table): Rename as...
20067 `state_table'.
20857 (state_table): Be a state_t * instead of a core **.