Home
last modified time | relevance | path

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

/external/bison/lib/
Dabitset.c31 #define ABITSET_N_WORDS(N) (((N) + BITSET_WORD_BITS - 1) / BITSET_WORD_BITS) macro
793 size = ABITSET_N_WORDS (n_bits); in abitset_bytes()
813 size = ABITSET_N_WORDS (n_bits); in abitset_init()