Searched defs:DST (Results 1 – 4 of 4) sorted by relevance
/external/bison/lib/ |
D | bitset.h | 192 #define bitset_ones(DST) BITSET_ONES_ (DST) argument 195 #define bitset_zero(DST) BITSET_ZERO_ (DST) argument 200 #define bitset_copy(DST, SRC) BITSET_COPY_ (DST, SRC) argument 203 #define bitset_disjoint_p(DST, SRC) BITSET_DISJOINT_P_ (DST, SRC) argument 206 #define bitset_equal_p(DST, SRC) BITSET_EQUAL_P_ (DST, SRC) argument 209 #define bitset_not(DST, SRC) BITSET_NOT_ (DST, SRC) argument 212 #define bitset_subset_p(DST, SRC) BITSET_SUBSET_P_ (DST, SRC) argument 217 #define bitset_and(DST, SRC1, SRC2) BITSET_AND_ (DST, SRC1, SRC2) argument 220 #define bitset_and_cmp(DST, SRC1, SRC2) BITSET_AND_CMP_ (DST, SRC1, SRC2) argument 223 #define bitset_andn(DST, SRC1, SRC2) BITSET_ANDN_ (DST, SRC1, SRC2) argument [all …]
|
D | bbitset.h | 159 #define BITSET_CHECK2_(DST, SRC) \ argument 162 #define BITSET_CHECK3_(DST, SRC1, SRC2) \ argument 166 #define BITSET_CHECK4_(DST, SRC1, SRC2, SRC3) \ argument 172 #define BITSET_RESIZE_(DST, SIZE) (DST)->b.vtable->resize (DST, SIZE) argument 181 #define BITSET_TYPE_(DST) (DST)->b.vtable->type argument 184 #define BITSET_SET_(DST, BITNO) (DST)->b.vtable->set (DST, BITNO) argument 187 #define BITSET_RESET_(DST, BITNO) (DST)->b.vtable->reset (DST, BITNO) argument 190 #define BITSET_TOGGLE_(DST, BITNO) (DST)->b.vtable->toggle (DST, BITNO) argument 204 #define BITSET_ONES_(DST) (DST)->b.vtable->ones (DST) argument 207 #define BITSET_ZERO_(DST) (DST)->b.vtable->zero (DST) argument [all …]
|
/external/libpcap/ |
D | tokdefs.h | 32 DST = 258, enumerator 136 #define DST 258 macro
|
D | grammar.c | 67 DST = 258, enumerator 171 #define DST 258 macro
|