OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BITSET_OR_CMP_
(Results
1 - 3
of
3
) sorted by null
/external/bison/lib/
bbitset.h
239
#define
BITSET_OR_CMP_
(DST, SRC1, SRC2) (SRC1)->b.vtable->or_cmp (DST, SRC1, SRC2)
bitset.h
233
#define bitset_or_cmp(DST, SRC1, SRC2)
BITSET_OR_CMP_
(DST, SRC1, SRC2)
bitset_stats.c
503
return
BITSET_OR_CMP_
(dst->s.bset, src1->s.bset, src2->s.bset);
Completed in 155 milliseconds