Home
last modified time | relevance | path

Searched defs:BITNO (Results 1 – 1 of 1) sorted by relevance

/external/bison/lib/
Dbbitset.h186 #define BITSET_SET_(DST, BITNO) (DST)->b.vtable->set (DST, BITNO) argument
189 #define BITSET_RESET_(DST, BITNO) (DST)->b.vtable->reset (DST, BITNO) argument
192 #define BITSET_TOGGLE_(DST, BITNO) (DST)->b.vtable->toggle (DST, BITNO) argument
195 #define BITSET_TEST_(SRC, BITNO) (SRC)->b.vtable->test (SRC, BITNO) argument