Home
last modified time | relevance | path

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

/external/bison/lib/
Dbitset.h192 #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 …]
Dbbitset.h159 #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/mesa3d/src/mesa/main/
Dmacros.h192 #define ZERO_4V( DST ) (DST)[0] = (DST)[1] = (DST)[2] = (DST)[3] = 0 argument
202 #define TEST_EQ_4UBV(DST, SRC) *((GLuint*)(DST)) == *((GLuint*)(SRC)) argument
204 #define TEST_EQ_4UBV(DST, SRC) TEST_EQ_4V(DST, SRC) argument
208 #define COPY_4V( DST, SRC ) \ argument
217 #define COPY_4V_CAST( DST, SRC, CAST ) \ argument
227 #define COPY_4UBV(DST, SRC) \ argument
233 #define COPY_4UBV(DST, SRC) \ argument
246 #define COPY_4FV( DST, SRC ) \ argument
252 #define COPY_SZ_4V(DST, SZ, SRC) \ argument
264 #define COPY_CLEAN_4V(DST, SZ, SRC) \ argument
[all …]
/external/libpcap/
Dtokdefs.h32 DST = 258, enumerator
136 #define DST 258 macro
Dgrammar.c67 DST = 258, enumerator
171 #define DST 258 macro
/external/llvm/lib/Target/MBlaze/
DMBlazeISelLowering.cpp305 unsigned DST = R.createVirtualRegister(MBlaze::GPRRegisterClass); in EmitCustomShift() local
/external/llvm/lib/Analysis/
DRegionInfo.cpp479 typedef DominanceFrontier::DomSetType DST; in isRegion() typedef