Searched refs:nentry (Results 1 – 1 of 1) sorted by relevance
11 int nentry; member18 t->nentry = ((t->offset_max >> 2) + 31) / 32; in table_build()19 …t->table = (unsigned *)malloc(sizeof(unsigned) * t->nentry); // expected-warning {{the computation… in table_build()26 return t->nentry; in table_build()30 t->nentry = (sizeof(struct table) * 2 + 31) / 32; in table_build_1()31 t->table = (unsigned *)malloc(sizeof(unsigned) * t->nentry); // no-warning in table_build_1()32 return t->nentry; in table_build_1()