Home
last modified time | relevance | path

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

1234

/openbsd-src/share/zoneinfo/datfiles/
H A Dzonenow.tab17 # then, if DST is used, by daylight saving UTC offset;
43 # -10/-09 - HST / HDT (North America DST)
52 # -09/-08 - AKST/AKDT (North America DST)
58 # -08/-07 - PST/PDT (North America DST)
64 # -07/-06 - MST/MDT (North America DST)
73 # -06/-05 (Chile DST)
76 # -06/-05 - CST/CDT (North America DST)
85 # -05/-04 - CST/CDT (Cuba DST)
88 # -05/-04 - EST/EDT (North America DST)
97 # -04/-03 (Chile DST)
[all...]
H A Dsouthamerica95 # DST was set to expire on March 5, not March 3, but since it was converted
102 # Argentina decided not to become one of the countries that go on or off DST.
106 # The law that claimed DST for Argentina was derogated by President Fernando
134 # A user (Leonardo Chaim) reported that Argentina will adopt DST....
137 # that Argentina will use DST next year as well, from October to
141 # The last hurdle of Argentina DST is over, the proposal was approved in
150 # are quite possibly wrong, but are more likely than no DST at all.
154 # Argentina will start DST on Sunday October 19, 2008.
168 # Decree 1693/2008 applies Law 26.350 for the summer 2008/2009 establishing DST
173 # Decree 1705/2008 excepting 12 Provinces from applying DST i
[all...]
H A Dnorthamerica90 # For more about the first ten years of DST in the United States, see
95 # Shanks says that DST was called "War Time" in the US in 1918 and 1919.
96 # However, DST was imposed by the Standard Time Act of 1918, which
106 # * Public Law 66-40 (1919-08-20) repealed DST on October 1919's last Sunday.
108 # * Public Law 77-403 (1942-01-20) started wartime DST on 1942-02-09.
110 # * Public Law 79-187 (1945-09-25) ended wartime DST on 1945-09-30.
112 # * Public Law 89-387 (1966-04-13) reinstituted a national standard for DST,
211 # no DST in Samoa, and the claim that there is DST in Alaska and the
519 # In another measure to save electricity, DST wa
[all...]
H A Dafrica65 # they are paired with better-attested non-DST abbreviations.
268 # unless discontinued, next DST may end Thursday 28 August 2008.
335 # We have finally "located" a precise official reference about the DST changes
348 # Egypt will start DST on midnight after Thursday, April 30, 2015.
356 # Egypt's ministers cabinet just announced ... that it will cancel DST at
367 # decision to abandon DST permanently. See Ahram Online 2015-04-24.
371 # Egypt will have DST from July 7 until the end of October....
374 # Egyptian government took the decision to cancel the DST,
571 # The DST rules planned for 2013 and onward roughly mirror those of Europe
576 # The scheduled end of DST i
[all...]
H A Daustralasia59 # Hamilton) observed DST for two years after the rest of Queensland stopped.
113 # says King Island didn't observe DST from WWII until late 1971.
270 # According to Fiji Broadcasting Corporation, Fiji plans to re-introduce DST
283 # The Cabinet in Fiji has decided to end DST about a month early, on
285 # The plan is to observe DST again, from 2010-10-24 to sometime in March
295 # According to Radio Fiji and Fiji Times online, Fiji will end DST 3
313 # Another change to the Fiji DST end date. In the TZ database the end date for
314 # Fiji DST 2012, is currently Feb 26. This has been changed to Jan 22.
336 # Fiji will end DST on 2014-01-19 02:00:
340 # DST wil
[all...]
H A Dasia92 # Shanks & Pottenger have Yerevan switching to 3:00 (with Russian DST)
93 # in spring 1991, then to 4:00 with no DST in fall 1995, then
94 # readopting Russian DST in 1997. Go with Shanks & Pottenger, even
96 # reported (1996-05-04) that Yerevan probably wouldn't use DST
97 # in 1996, though it did use DST in 1995. IATA SSIM (1991/1998) reports that
98 # Armenia switched from 3:00 to 4:00 in 1998 and observed DST after 1991,
102 # While Russia abandoned DST in 2011, Armenia may choose to
189 # Finally we've got the official mail regarding DST start time where DST start
193 # No DST en
[all...]
/openbsd-src/gnu/usr.bin/binutils-2.17/opcodes/
H A Dmaxq-dis.c43 #define DST 0x02 macro
470 i->flag |= DST; in get_insn_opcode()
496 i->flag |= DST; in get_insn_opcode()
525 i->flag |= DST; in get_insn_opcode()
530 i->flag |= DST; in get_insn_opcode()
613 if ((grp.flag & DST) == DST) in print_insn()
618 && !((grp.flag & SRC) == SRC) && !((grp.flag & DST) == DST)) in print_insn()
645 if ((grp.flag & DST) == DST) in print_insn()
661 && ((grp.flag & DST) == DST)) in print_insn()
670 if ((grp.flag & DST) == DST) in print_insn()
/openbsd-src/gnu/usr.bin/binutils-2.17/include/opcode/
H A Dh8300.h104 DST = 0x20000, enumerator
140 RD8 = DST | L_8 | REG,
141 RD16 = DST | L_16 | REG,
142 RD32 = DST | L_32 | REG,
151 RDP = DST | L_P | REG,
162 INDEXB16D = INDEXB | L_16 | DST,
163 INDEXW16D = INDEXW | L_16 | DST,
164 INDEXL16D = INDEXL | L_16 | DST,
169 INDEXB32D = INDEXB | L_32 | DST,
170 INDEXW32D = INDEXW | L_32 | DST,
[all …]
H A Dmaxq.h1032 DST, enumerator
1099 "NUL", DST,
1103 "@++SP", DST,
1107 "@BP[++OFFS]", DST,
1111 "@BP[--OFFS]", DST,
1115 "@++DP[0]", DST,
1119 "@++DP[1]", DST,
1123 "@--DP[0]", DST,
1127 "@--DP[1]", DST,
/openbsd-src/gnu/usr.bin/binutils/include/opcode/
H A Dh8300.h103 DST = 0x20000, enumerator
139 RD8 = DST | L_8 | REG,
140 RD16 = DST | L_16 | REG,
141 RD32 = DST | L_32 | REG,
150 RDP = DST | L_P | REG,
161 INDEXB16D = INDEXB | L_16 | DST,
162 INDEXW16D = INDEXW | L_16 | DST,
163 INDEXL16D = INDEXL | L_16 | DST,
168 INDEXB32D = INDEXB | L_32 | DST,
169 INDEXW32D = INDEXW | L_32 | DST,
[all …]
/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A Dcheck-init.c77 #define COPYN(DST, SRC, NWORDS) memcpy (DST, SRC, NWORDS * sizeof(word)) argument
78 #define COPY(DST, SRC) COPYN (DST, SRC, num_current_words) argument
80 #define SET_ALL(DST) memset (DST, ~0, num_current_words * sizeof(word)) argument
81 #define CLEAR_ALL(DST) memset (DST, 0, num_current_words * sizeof(word)) argument
83 #define INTERSECTN(DST, SRC1, SRC2, N) \ argument
85 while (--n >= 0) DST[n] = SRC1[n] & SRC2[n]; \
88 #define UNION(DST, SRC1, SRC2) \ argument
89 UNIONN (DST, SRC1, SRC2, num_current_words)
91 #define UNIONN(DST, SRC1, SRC2, N) \ argument
93 while (--n >= 0) DST[n] = SRC1[n] | SRC2[n]; \
[all …]
/openbsd-src/gnu/llvm/llvm/docs/AMDGPU/
H A Dgfx940_imask.rst45 * DST - enable *dst* indexing.
62 s_set_gpr_idx_mode gpr_idx(DST,SRC0,SRC1,SRC2) // the same as above
63 s_set_gpr_idx_mode gpr_idx(SRC0,SRC1,SRC2,DST) // the same as above
65 s_set_gpr_idx_mode gpr_idx(DST,SRC1)
H A Dgfx9_imask.rst45 * DST - enable *dst* indexing.
62 s_set_gpr_idx_mode gpr_idx(DST,SRC0,SRC1,SRC2) // the same as above
63 s_set_gpr_idx_mode gpr_idx(SRC0,SRC1,SRC2,DST) // the same as above
65 s_set_gpr_idx_mode gpr_idx(DST,SRC1)
H A Dgfx8_imask.rst45 * DST - enable *dst* indexing.
62 s_set_gpr_idx_mode gpr_idx(DST,SRC0,SRC1,SRC2) // the same as above
63 s_set_gpr_idx_mode gpr_idx(SRC0,SRC1,SRC2,DST) // the same as above
65 s_set_gpr_idx_mode gpr_idx(DST,SRC1)
H A Dgfx90a_imask.rst45 * DST - enable *dst* indexing.
62 s_set_gpr_idx_mode gpr_idx(DST,SRC0,SRC1,SRC2) // the same as above
63 s_set_gpr_idx_mode gpr_idx(SRC0,SRC1,SRC2,DST) // the same as above
65 s_set_gpr_idx_mode gpr_idx(DST,SRC1)
H A DAMDGPUAsmGFX1011.rst41 **INSTRUCTION** **DST** **SRC0** **SRC1** **MODIFIERS**
51 …**INSTRUCTION** **DST** **SRC0** **SRC1** **MODIFIERS…
61 **INSTRUCTION** **DST** **SRC0** **SRC1**
71 …**INSTRUCTION** **DST** **SRC0** **SRC1** **SRC2** …
H A DAMDGPUAsmGFX906.rst41 **INSTRUCTION** **DST** **SRC0** **SRC1** **MODIFIERS**
54 **INSTRUCTION** **DST** **SRC0** **SRC1** **MODIFIERS**
64 …**INSTRUCTION** **DST** **SRC0** **SRC1** **SRC2** **MODIF…
/openbsd-src/lib/libelf/
H A D_libelf.h175 #define LIBELF_COPY_U32(DST, SRC, NAME) do { \ argument
180 (DST)->NAME = (SRC)->NAME & 0xFFFFFFFFU; \
183 #define LIBELF_COPY_S32(DST, SRC, NAME) do { \ argument
189 (DST)->NAME = (int32_t) (SRC)->NAME; \
/openbsd-src/gnu/llvm/llvm/lib/Target/M68k/
H A DM68kInstrData.td114 MxOpBundle DST = !cast<MxOpBundle>("MxOp"#TYPE.Size#"AddrMode_"#DST_REG),
117 (outs DST.Op:$dst), (ins SRC.Op:$src),
137 class MxMove_MR<MxType TYPE, MxOpBundle DST, string SRC_REG, MxMoveEncoding ENC,
139 : MxMove<TYPE.Prefix, (outs), (ins DST.Op:$dst, SRC.Op:$src),
140 [(store TYPE.VT:$src, DST.Pat:$dst)], ENC>;
142 class MxMove_MI<MxType TYPE, MxOpBundle DST, MxMoveEncoding ENC,
144 : MxMove<TYPE.Prefix, (outs), (ins DST.Op:$dst, SRC.Op:$src),
145 [(store SRC.ImmPat:$src, DST.Pat:$dst)], ENC>;
170 MxOpBundle DST = !cast<MxOpBundle>("MxOp"#TYPE.Size#"AddrMode_"#DST_REG)>
171 : MxMove<TYPE.Prefix, (outs DST.Op:$dst), (ins SRC.Op:$src),
[all …]
/openbsd-src/regress/sys/net/wg/
H A DMakefile65 .for l f in SRC DST DST SRC
100 .for l f in SRC DST DST SRC
/openbsd-src/lib/libcurses/tinfo/
H A Dobsolete.c80 #define DST ((char *)s1) macro
86 if ((DST + n > SRC) && (SRC + n > DST)) { in _nc_memmove()
99 DST[n] = SRC[n]; in _nc_memmove()
/openbsd-src/lib/libpcap/
H A Dgrammar.y101 %token DST SRC HOST GATEWAY
229 | DST { $$ = Q_DST; }
230 | SRC OR DST { $$ = Q_OR; }
231 | DST OR SRC { $$ = Q_OR; }
232 | SRC AND DST { $$ = Q_AND; }
233 | DST AND SRC { $$ = Q_AND; }
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DAMDHSAKernelDescriptor.h42 #define AMDHSA_BITS_SET(DST, MSK, VAL) \ argument
43 DST &= ~MSK; \
44 DST |= ((VAL << MSK ## _SHIFT) & MSK)
/openbsd-src/gnu/gcc/gcc/
H A Dbitmap.h115 #define bitmap_compl_and(DST, A, B) bitmap_and_compl (DST, B, A) argument
124 extern bool bitmap_ior_and_compl (bitmap DST, bitmap A, bitmap B, bitmap C);
126 extern bool bitmap_ior_and_compl_into (bitmap DST, bitmap B, bitmap C);
/openbsd-src/gnu/gcc/gcc/objc/
H A Dobjc-act.h105 #define DUP_TYPE_OBJC_INFO(DST, SRC) \ argument
108 ALLOC_OBJC_TYPE_LANG_SPECIFIC(DST); \
110 memcpy (TYPE_LANG_SPECIFIC (DST), \
113 TYPE_OBJC_INFO (DST) \

1234