Searched refs:DST (Results 1 - 19 of 19) sorted by relevance

/external/mesa3d/src/mesa/main/
H A Dmacros.h192 #define ZERO_4V( DST ) (DST)[0] = (DST)[1] = (DST)[2] = (DST)[3] = 0
202 #define TEST_EQ_4UBV(DST, SRC) *((GLuint*)(DST)) == *((GLuint*)(SRC))
204 #define TEST_EQ_4UBV(DST, SRC) TEST_EQ_4V(DST, SRC)
208 #define COPY_4V( DST, SR
[all...]
/external/bison/lib/
H A Dbbitset.h159 #define BITSET_CHECK2_(DST, SRC) \
160 if (!BITSET_COMPATIBLE_ (DST, SRC)) abort ();
162 #define BITSET_CHECK3_(DST, SRC1, SRC2) \
163 if (!BITSET_COMPATIBLE_ (DST, SRC1) \
164 || !BITSET_COMPATIBLE_ (DST, SRC2)) abort ();
166 #define BITSET_CHECK4_(DST, SRC1, SRC2, SRC3) \
167 if (!BITSET_COMPATIBLE_ (DST, SRC1) || !BITSET_COMPATIBLE_ (DST, SRC2) \
168 || !BITSET_COMPATIBLE_ (DST, SRC3)) abort ();
171 /* Redefine number of bits in bitset DST
[all...]
H A Dbitset.h191 /* DST = ~0. */
192 #define bitset_ones(DST) BITSET_ONES_ (DST)
194 /* DST = 0. */
195 #define bitset_zero(DST) BITSET_ZERO_ (DST)
199 /* DST = SRC. */
200 #define bitset_copy(DST, SRC) BITSET_COPY_ (DST, SRC)
202 /* Return DST
[all...]
/external/webp/src/dsp/
H A Ddec.c172 #define DST(x, y) dst[(x) + (y) * BPS] macro
297 DST(0, 3) = AVG3(J, K, L);
298 DST(0, 2) = DST(1, 3) = AVG3(I, J, K);
299 DST(0, 1) = DST(1, 2) = DST(2, 3) = AVG3(X, I, J);
300 DST(0, 0) = DST(1, 1) = DST(
406 #undef DST macro
[all...]
H A Denc.c244 #define DST(x, y) dst[(x) + (y) * BPS] macro
407 DST(0, 3) = AVG3(J, K, L);
408 DST(0, 2) = DST(1, 3) = AVG3(I, J, K);
409 DST(0, 1) = DST(1, 2) = DST(2, 3) = AVG3(X, I, J);
410 DST(0, 0) = DST(1, 1) = DST(
528 #undef DST macro
[all...]
/external/v8/src/
H A Ddate.h197 // In Egypt in 2010 they decided to suspend DST during Ramadan. This
198 // led to a short interval where DST is in effect from September 10 to
207 struct DST {
218 // Sets the before_ and the after_ segments from the DST cache such that
225 // Finds the least recently used segment from the DST cache that is not
227 DST* LeastRecentlyUsedDST(DST* skip);
234 inline void ClearSegment(DST* segment);
236 bool InvalidSegment(DST* segment) {
243 DST dst
[all...]
H A Ddate.cc69 void DateCache::ClearSegment(DST* segment) {
271 DST* temp = before_;
278 // before_->end_sec and before_->end_sec + default DST delta.
320 DST* temp = before_;
333 DST* before = NULL;
334 DST* after = NULL;
372 DateCache::DST* DateCache::LeastRecentlyUsedDST(DST* skip) {
373 DST* result = NULL;
/external/libpcap/
H A Dtokdefs.h32 DST = 258, enumerator in enum:yytokentype
136 #define DST 258 macro
H A Dgrammar.y169 %token DST SRC HOST GATEWAY
323 | DST { $$ = Q_DST; }
324 | SRC OR DST { $$ = Q_OR; }
325 | DST OR SRC { $$ = Q_OR; }
326 | SRC AND DST { $$ = Q_AND; }
327 | DST AND SRC { $$ = Q_AND; }
H A Dgrammar.c67 DST = 258, enumerator in enum:yytokentype
171 #define DST 258 macro
782 "$end", "error", "$undefined", "DST", "SRC", "HOST", "GATEWAY", "NET",
H A Dscanner.l170 dst return DST;
H A Dscanner.c2736 return DST;
/external/iproute2/examples/
H A Dcbq.init-v0.7.3811 SRC=${rule%%,*}; DST=${rule##*,}
816 DADDR=${DST%%:*}; DTEMP=${DST##*:}
817 [ "$DADDR" = "$DST" ] && DTEMP=""
/external/llvm/lib/Analysis/
H A DRegionInfo.cpp463 typedef DominanceFrontier::DomSetType DST; typedef
465 DST *entrySuccs = &DF->find(entry)->second;
470 for (DST::iterator SI = entrySuccs->begin(), SE = entrySuccs->end();
478 DST *exitSuccs = &DF->find(exit)->second;
481 for (DST::iterator SI = entrySuccs->begin(), SE = entrySuccs->end();
492 for (DST::iterator SI = exitSuccs->begin(), SE = exitSuccs->end();
/external/llvm/lib/Target/MBlaze/
H A DMBlazeISelLowering.cpp308 unsigned DST = R.createVirtualRegister(&MBlaze::GPRRegClass); local
310 BuildMI(loop, dl, TII->get(MBlaze::PHI), DST)
321 BuildMI(loop, dl, TII->get(MBlaze::ADD), NDST).addReg(DST).addReg(DST);
323 BuildMI(loop, dl, TII->get(MBlaze::SRA), NDST).addReg(DST);
325 BuildMI(loop, dl, TII->get(MBlaze::SRL), NDST).addReg(DST);
/external/llvm/lib/Linker/
H A DLinkModules.cpp620 if (StructType *DST = DstM->getTypeByName(ST->getName().substr(0, DotPos)))
638 if (!SrcStructTypesSet.count(DST) && DstStructTypesSet.count(DST))
639 TypeMap.addTypeMapping(DST, ST);
/external/openssl/crypto/bn/asm/
H A Dmodexp512-x86_64.pl86 my ($x, $DST, $SRC2, $ASRC, $OP, $TMP)=@_;
94 mov $X[0], $DST
119 my ($x, $DST, $SRC2, $OP, $TMP)=@_;
126 mov $X[0], $DST
/external/mdnsresponder/mDNSCore/
H A DmDNSEmbeddedAPI.h2285 #define AssignDomainName(DST, SRC) do { mDNSu16 len__ = DomainNameLength((SRC)); \
2286 if (len__ <= MAX_DOMAIN_NAME) mDNSPlatformMemCopy((DST)->c, (SRC)->c, len__); else (DST)->c[0] = 0; } while(0)
2350 //#define ConvertCStringToDomainName(SRC,DST) MakeDomainNameFromDNSNameString((DST),(SRC))
2351 //#define ConvertCStringToDomainLabel(SRC,DST) MakeDomainLabelFromLiteralString((DST),(SRC))
2352 //#define AppendStringLabelToName(DST,SRC) AppendLiteralLabelString((DST),(SRC))
2353 //#define AppendStringNameToName(DST,SR
[all...]
/external/clang/lib/CodeGen/
H A DCGObjC.cpp2846 UnaryOperator DST(&DstExpr, UO_Deref, DestTy->getPointeeType(),
2854 Expr *Args[2] = { &DST, &SRC };

Completed in 515 milliseconds