Searched refs:BITSET_RESIZE_ (Results 1 – 2 of 2) sorted by relevance
/external/bison/lib/ | ||
D | bbitset.h | 174 #define BITSET_RESIZE_(DST, SIZE) (DST)->b.vtable->resize (DST, SIZE) macro |
D | bitset_stats.c | 380 return BITSET_RESIZE_ (src->s.bset, size); in bitset_stats_resize() |