HomeSort by relevance Sort by last modified time
    Searched full:states_size (Results 1 - 1 of 1) sorted by null

  /external/bison/src/
state.c 45 size_t states_size = num * sizeof *the_states; local
46 transitions *res = xmalloc (offsetof (transitions, states) + states_size);
48 memcpy (res->states, the_states, states_size);

Completed in 38 milliseconds