Home
last modified time | relevance | path

Searched refs:DST (Results 1 – 25 of 26) sorted by relevance

12

/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
210 (DST)[0] = (SRC)[0]; \
211 (DST)[1] = (SRC)[1]; \
212 (DST)[2] = (SRC)[2]; \
213 (DST)[3] = (SRC)[3]; \
217 #define COPY_4V_CAST( DST, SRC, CAST ) \ argument
219 (DST)[0] = (CAST)(SRC)[0]; \
[all …]
/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
160 if (!BITSET_COMPATIBLE_ (DST, SRC)) abort ();
162 #define BITSET_CHECK3_(DST, SRC1, SRC2) \ argument
163 if (!BITSET_COMPATIBLE_ (DST, SRC1) \
164 || !BITSET_COMPATIBLE_ (DST, SRC2)) abort ();
166 #define BITSET_CHECK4_(DST, SRC1, SRC2, SRC3) \ argument
167 if (!BITSET_COMPATIBLE_ (DST, SRC1) || !BITSET_COMPATIBLE_ (DST, SRC2) \
168 || !BITSET_COMPATIBLE_ (DST, SRC3)) abort ();
172 #define BITSET_RESIZE_(DST, SIZE) (DST)->b.vtable->resize (DST, SIZE) argument
181 #define BITSET_TYPE_(DST) (DST)->b.vtable->type argument
[all …]
/external/qemu/android/build/
Ddefinitions.make148 DST:=$(2)
149 $$(DST): PRIVATE_SRC := $$(SRC)
150 $$(DST): PRIVATE_DST := $$(DST)
151 $$(DST): PRIVATE_DST_NAME := $$(notdir $$(DST))
152 $$(DST): PRIVATE_SRC_NAME := $$(SRC)
153 $$(DST): $$(SRC)
157 install: $$(DST)
/external/libpcap/
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; }
Dtokdefs.h32 DST = 258, enumerator
136 #define DST 258 macro
Dscanner.l170 dst return DST;
Dgrammar.c67 DST = 258, enumerator
171 #define DST 258 macro
Dscanner.c2736 return DST;
/external/iproute2/examples/
Dcbq.init-v0.7.3811 SRC=${rule%%,*}; DST=${rule##*,}
816 DADDR=${DST%%:*}; DTEMP=${DST##*:}
817 [ "$DADDR" = "$DST" ] && DTEMP=""
/external/llvm/lib/Analysis/
DRegionInfo.cpp479 typedef DominanceFrontier::DomSetType DST; in isRegion() typedef
481 DST *entrySuccs = &DF->find(entry)->second; in isRegion()
486 for (DST::iterator SI = entrySuccs->begin(), SE = entrySuccs->end(); in isRegion()
494 DST *exitSuccs = &DF->find(exit)->second; in isRegion()
497 for (DST::iterator SI = entrySuccs->begin(), SE = entrySuccs->end(); in isRegion()
508 for (DST::iterator SI = exitSuccs->begin(), SE = exitSuccs->end(); in isRegion()
/external/llvm/lib/Target/MBlaze/
DMBlazeISelLowering.cpp305 unsigned DST = R.createVirtualRegister(MBlaze::GPRRegisterClass); in EmitCustomShift() local
307 BuildMI(loop, dl, TII->get(MBlaze::PHI), DST) in EmitCustomShift()
318 BuildMI(loop, dl, TII->get(MBlaze::ADD), NDST).addReg(DST).addReg(DST); in EmitCustomShift()
320 BuildMI(loop, dl, TII->get(MBlaze::SRA), NDST).addReg(DST); in EmitCustomShift()
322 BuildMI(loop, dl, TII->get(MBlaze::SRL), NDST).addReg(DST); in EmitCustomShift()
/external/iptables/extensions/
Dlibxt_time.man49 what enables the automatic time-jumping in userspace. when DST changes. The
57 keep the kernel timezone offset - which is what changes on DST - up to date.
/external/webkit/Tools/android/flex-2.5.4a/MISC/Borland.old/
DTurbo-C15 Date: Tue, 19 Apr 1994 00:09:13 +0200 (MET DST)
/external/bison/data/m4sugar/
Dm4sugar.m483 # m4_copy(SRC, DST)
85 # Define DST as the definition of SRC.
98 # m4_rename(SRC, DST)
100 # Rename the macro SRC as DST.
/external/llvm/lib/Target/PowerPC/
DPPCInstrAltivec.td195 def DST : DSS_Form<342, (outs),
582 (DST 0, imm:$STRM, GPRC:$rA, GPRC:$rB)>;
/external/v8/
DChangeLog358 Date object can be reset to allow live DST / timezone changes.
689 Fixed DST cache to take into account the suspension of DST in
/external/webkit/Source/JavaScriptCore/
DChangeLog-2007-10-144000 - DST changes in US affect JavaScript date calculations (12975)
4001 This fix was to ensure we properly test for the new changes to DST in the US.
4002 Also this fixes when we apply DST, now we correctly map most past years to current
4003 DST rules. We still have a small issue with years before 1900 or after 2100.
4006 * kjs/DateMath.cpp: Fix DST to match spec better.
4016 …* tests/mozilla/ecma/jsref.js: Added functions for finding the correct days when DST starts and en…
4017 …* tests/mozilla/ecma/shell.js: Added back in the old DST functions for ease of merging with mozill…
4018 …* tests/mozilla/ecma_2/jsref.js: Added functions for finding the correct days when DST starts and …
4019 …* tests/mozilla/ecma_3/Date/shell.js: Added functions for finding the correct days when DST starts…
4037 - Actually update tests for new DST rules.
[all …]
DChangeLog-2010-05-2414896 Imported the v8 DST cache.
14901 (JSC::JSGlobalData::resetDateCache): Reset the DST cache when resetting
14906 (JSC::DSTOffsetCache::reset): Added a struct for the DST cache.
DChangeLog-2011-02-169007 It is required to calculate UTC/DST offsets to retrieve the current local milliseconds for
9014 To achieve this without duplication, we must call calculate{UTC|DST}Offset in some way.
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/de-DE/
Dde-DE_gl0_kpdf_mgc.pkb2101 1"#48;<AHA*+35DST`bm��04?IGC'*'(.26JOYlfn�����; j��^p
/external/oprofile/events/ppc64/power5++/
Devents112 …2 um:zero minimum:1000 name:PM_DC_PREF_DST_GRP15 : (Group 15 pm_prefetch4) DST (Data Stream Touch)…
/external/oprofile/events/ppc64/power5/
Devents127 event:0X0E2 counters:2 um:zero minimum:1000 name:PM_DC_PREF_DST_GRP14 : (Group 14 pm_prefetch4) DST
/external/oprofile/events/ppc64/power5+/
Devents135 event:0X0F2 counters:2 um:zero minimum:1000 name:PM_DC_PREF_DST_GRP15 : (Group 15 pm_prefetch4) DST
/external/oprofile/events/ppc64/power7/
Devents1486 …_PREF_DST_GRP184 : (Group 184 pm_streams3) A prefetch stream was started using the DST instruction.

12