Lines Matching defs:entries
1441 return (upb_tabent*)t->entries;
1460 t->entries = upb_malloc(a, bytes);
1461 if (!t->entries) return false;
1464 t->entries = NULL;
1475 while (1) { if (upb_tabent_isempty(--e)) return e; UPB_ASSERT(e > t->entries); }
1602 } while(upb_tabent_isempty(&t->entries[i]));
1645 memset((char*)t->t.entries, 0, bytes);
1651 upb_free(a, (void*)t->t.entries[i].key);
1860 const upb_tabent *e = &t->t.entries[i];
1966 /* We can halve again without losing any entries. */
2001 return &i->t->t.entries[i->index];
2324 /* Cleanup entries. Pointer to a cleanup_ent, defined in env.c */
2455 * the memory we store our cleanup entries in! */
6721 /* Clear all entries in the dispatch table. */
7002 static size_t stacksize(upb_pbdecoder *d, size_t entries) {
7004 return entries * sizeof(upb_pbdecoder_frame);
7007 static size_t callstacksize(upb_pbdecoder *d, size_t entries) {
7010 return entries * sizeof(uint32_t*);