Home
last modified time | relevance | path

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

123456789

/netbsd-src/common/lib/libc/arch/aarch64/string/
H A Dbcopy.S75 #define DST x6 macro
98 add DST, DST0, LEN
109 str TMP_Xw, [DST, #-4]!
114 strh TMP_Xw, [DST, #-2]!
119 strb TMP_Xw, [DST, #-1]!
130 str TMP_X, [DST, #-8]!
134 str TMP_Xw, [DST, #-4]!
139 strh TMP_Xw, [DST, #-2]!
144 strb TMP_Xw, [DST, #-1]!
151 stp DATA0, DATA1, [DST, #-16]!
[all …]
/netbsd-src/external/public-domain/tz/dist/
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 DNEWS37 particular, the Azores and Madeira did not observe DST from 1977 to
46 modeled as DST, to more closely reflect how contemporaneous changes
128 zic no longer pretends to support indefinite-past DST.
157 DST rules that extend into the indefinite past - although these
160 This should not be a problem for realistic data, since DST was
170 zone with a DST schedule. In 2023d data this problem was visible
209 Fix predictions for DST transitions in Palestine in 2072-2075,
238 transition into a DST regime. Previously, it incorrectly assumed
239 DST was in effect before the transition too. (Thanks to Alois
299 Model Lebanon's DST chao
[all...]
H A Dsouthamerica94 # DST was set to expire on March 5, not March 3, but since it was converted
101 # Argentina decided not to become one of the countries that go on or off DST.
105 # The law that claimed DST for Argentina was derogated by President Fernando
133 # A user (Leonardo Chaim) reported that Argentina will adopt DST....
136 # that Argentina will use DST next year as well, from October to
140 # The last hurdle of Argentina DST is over, the proposal was approved in
149 # are quite possibly wrong, but are more likely than no DST at all.
153 # Argentina will start DST on Sunday October 19, 2008.
167 # Decree 1693/2008 applies Law 26.350 for the summer 2008/2009 establishing DST
172 # Decree 1705/2008 excepting 12 Provinces from applying DST i
[all...]
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/seed/
H A Dseed_local.h75 # define XOR_SEEDBLOCK(DST, SRC) \ argument
76 ((DST))[0] ^= ((SRC))[0]; \
77 ((DST))[1] ^= ((SRC))[1]; \
78 ((DST))[2] ^= ((SRC))[2]; \
79 ((DST))[3] ^= ((SRC))[3]
81 # define MOV_SEEDBLOCK(DST, SRC) \ argument
82 ((DST))[0] = ((SRC))[0]; \
83 ((DST))[1] = ((SRC))[1]; \
84 ((DST))[2] = ((SRC))[2]; \
85 ((DST))[3] = ((SRC))[3]
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/seed/
H A Dseed_local.h75 # define XOR_SEEDBLOCK(DST, SRC) \ argument
76 ((DST))[0] ^= ((SRC))[0]; \
77 ((DST))[1] ^= ((SRC))[1]; \
78 ((DST))[2] ^= ((SRC))[2]; \
79 ((DST))[3] ^= ((SRC))[3]
81 # define MOV_SEEDBLOCK(DST, SRC) \ argument
82 ((DST))[0] = ((SRC))[0]; \
83 ((DST))[1] = ((SRC))[1]; \
84 ((DST))[2] = ((SRC))[2]; \
85 ((DST))[3] = ((SRC))[3]
/netbsd-src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/private/
H A Dcommon.h67 #define STORE64_LE(DST, W) store64_le((DST), (W)) argument
102 #define STORE32_LE(DST, W) store32_le((DST), (W)) argument
139 #define STORE64_BE(DST, W) store64_be((DST), (W)) argument
174 #define STORE32_BE(DST, W) store32_be((DST), (W)) argument
/netbsd-src/external/gpl3/binutils/dist/include/opcode/
H A Dh8300.h102 DST = 0x20000, enumerator
138 RD8 = DST | L_8 | REG,
139 RD16 = DST | L_16 | REG,
140 RD32 = DST | L_32 | REG,
149 RDP = DST | L_P | REG,
160 INDEXB16D = INDEXB | L_16 | DST,
161 INDEXW16D = INDEXW | L_16 | DST,
162 INDEXL16D = INDEXL | L_16 | DST,
167 INDEXB32D = INDEXB | L_32 | DST,
168 INDEXW32D = INDEXW | L_32 | DST,
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/include/opcode/
H A Dh8300.h102 DST = 0x20000, enumerator
138 RD8 = DST | L_8 | REG,
139 RD16 = DST | L_16 | REG,
140 RD32 = DST | L_32 | REG,
149 RDP = DST | L_P | REG,
160 INDEXB16D = INDEXB | L_16 | DST,
161 INDEXW16D = INDEXW | L_16 | DST,
162 INDEXL16D = INDEXL | L_16 | DST,
167 INDEXB32D = INDEXB | L_32 | DST,
168 INDEXW32D = INDEXW | L_32 | DST,
[all …]
/netbsd-src/external/gpl3/gcc/dist/libquadmath/printf/
H A Dgmp-impl.h66 #define MPN_COPY_INCR(DST, SRC, NLIMBS) \ argument
70 (DST)[__i] = (SRC)[__i]; \
72 #define MPN_COPY_DECR(DST, SRC, NLIMBS) \ argument
76 (DST)[__i] = (SRC)[__i]; \
81 #define MPN_ZERO(DST, NLIMBS) \ argument
85 (DST)[__i] = 0; \
/netbsd-src/external/gpl3/gcc.old/dist/libquadmath/printf/
H A Dgmp-impl.h66 #define MPN_COPY_INCR(DST, SRC, NLIMBS) \ argument
70 (DST)[__i] = (SRC)[__i]; \
72 #define MPN_COPY_DECR(DST, SRC, NLIMBS) \ argument
76 (DST)[__i] = (SRC)[__i]; \
81 #define MPN_ZERO(DST, NLIMBS) \ argument
85 (DST)[__i] = 0; \
/netbsd-src/tests/lib/libc/atomic/
H A Dt___sync_or.c47 #define DST (0x1122334455667788UL) macro
64 val = (TYPE)DST; \
67 expres = (TYPE)DST; \
94 val = (TYPE)DST; \
H A Dt___sync_and.c47 #define DST (0x1122334455667788UL) macro
64 val = (TYPE)DST; \
67 expres = (TYPE)DST; \
94 val = (TYPE)DST; \
H A Dt___sync_nand.c47 #define DST (0x1122334455667788UL) macro
64 val = (TYPE)DST; \
67 expres = (TYPE)DST; \
94 val = (TYPE)DST; \
H A Dt___sync_add.c47 #define DST (0x1122334455667788UL) macro
64 val = (TYPE)DST; \
67 expres = (TYPE)DST; \
94 val = (TYPE)DST; \
H A Dt___sync_xor.c47 #define DST (0x1122334455667788UL) macro
64 val = (TYPE)DST; \
67 expres = (TYPE)DST; \
94 val = (TYPE)DST; \
H A Dt___sync_sub.c47 #define DST (0xffeeddccbbaa9988UL) macro
64 val = (TYPE)DST; \
67 expres = (TYPE)DST; \
94 val = (TYPE)DST; \
H A Dt_atomic_or.c39 #define DST (0x1122334455667788UL) macro
57 val = (TYPE)DST; \
87 val = (TYPE)DST; \
H A Dt_atomic_and.c39 #define DST (0x1122334455667788UL) macro
57 val = (TYPE)DST; \
87 val = (TYPE)DST; \
H A Dt_atomic_add.c39 #define DST (0x1122334455667788UL) macro
57 val = (DTYPE)DST; \
88 val = (DTYPE)DST; \
/netbsd-src/external/bsd/libfido2/dist/man/
H A DCMakeLists.txt329 list(GET MAN_ALIAS ${j} DST)
330 add_custom_command(OUTPUT ${DST}.${EXT}
331 COMMAND ln -sf ${SRC}.${EXT} ${DST}.${EXT})
332 list(APPEND ${NAME}_LINK_FILES ${DST}.${EXT})
368 list(GET MAN_ALIAS ${j} DST)
369 install(FILES ${PROJECT_BINARY_DIR}/man/${DST}.html
389 list(GET MAN_ALIAS ${j} DST)
390 install(FILES ${PROJECT_BINARY_DIR}/man/${DST}.3.gz
406 list(GET MAN_ALIAS ${j} DST)
407 install(FILES ${PROJECT_BINARY_DIR}/man/${DST}.3
/netbsd-src/external/apache2/llvm/dist/llvm/docs/AMDGPU/
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)
/netbsd-src/lib/libc/time/
H A DNEWS115 particular, the Azores and Madeira did not observe DST from 1977 to
124 modeled as DST, to more closely reflect how contemporaneous changes
206 zic no longer pretends to support indefinite-past DST.
235 DST rules that extend into the indefinite past - although these
238 This should not be a problem for realistic data, since DST was
248 zone with a DST schedule. In 2023d data this problem was visible
287 Fix predictions for DST transitions in Palestine in 2072-2075,
316 transition into a DST regime. Previously, it incorrectly assumed
317 DST was in effect before the transition too. (Thanks to Alois
377 Model Lebanon's DST chao
[all...]

123456789