OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BITSET_ANDN_
(Results
1 - 3
of
3
) sorted by null
/external/bison/lib/
bbitset.h
232
#define
BITSET_ANDN_
(DST, SRC1, SRC2) (SRC1)->b.vtable->andn (DST, SRC1, SRC2)
bitset.h
223
#define bitset_andn(DST, SRC1, SRC2)
BITSET_ANDN_
(DST, SRC1, SRC2)
bitset_stats.c
479
BITSET_ANDN_
(dst->s.bset, src1->s.bset, src2->s.bset);
Completed in 18 milliseconds