Searched refs:nslots (Results 1 – 4 of 4) sorted by relevance
77 size_t nslots; in CONCAT() local117 result->nslots = nelems; in CONCAT()136 size_t idx = 1 + hval % htab->nslots; in CONCAT()148 hash = 1 + hval % (htab->nslots - 2); in CONCAT()153 idx = htab->nslots + idx - hash; in CONCAT()
727 static unsigned int nslots = 1; variable736 for (i = 1; i < nslots; i++) in quotearg_free()749 nslots = 1; in quotearg_free()772 if (nslots <= n0) in quotearg_n_options()788 memset (sv + nslots, 0, (n1 - nslots) * sizeof *sv); in quotearg_n_options()789 nslots = n1; in quotearg_n_options()
161 symtab->nslots = size; in cil_complex_symtab_init()272 for (i = 0; i < symtab->nslots; i++) { in cil_complex_symtab_destroy()284 symtab->nslots = 0; in cil_complex_symtab_destroy()
69 uint32_t nslots; member