Home
last modified time | relevance | path

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

/external/bison/src/
Dstate.c134 size_t items_size = nitems * sizeof *core; in state_new() local
138 res = xmalloc (offsetof (state, items) + items_size); in state_new()
150 memcpy (res->items, core, items_size); in state_new()
161 size_t items_size = s->nitems * sizeof *s->items; in state_new_isocore() local
165 res = xmalloc (offsetof (state, items) + items_size); in state_new_isocore()
178 memcpy (res->items, s->items, items_size); in state_new_isocore()
394 size_t items_size = nitems * sizeof *core; in state_hash_lookup() local
395 state *probe = xmalloc (offsetof (state, items) + items_size); in state_hash_lookup()
399 memcpy (probe->items, core, items_size); in state_hash_lookup()