Home
last modified time | relevance | path

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

/external/elfutils/lib/
Dfixedsizehash.h77 size_t nslots; in CONCAT() local
117 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()
/external/bison/lib/
Dquotearg.c727 static unsigned int nslots = 1; variable
736 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()
/external/selinux/libsepol/cil/src/
Dcil_symtab.c161 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()
Dcil_symtab.h69 uint32_t nslots; member