Home
last modified time | relevance | path

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

12345678910

/netbsd/common/lib/libc/arch/aarch64/string/
H A Dbcopy.S75 #define DST x6 macro
183 tbz DST, #0, 1f
189 tbz DST, #1, 1f
195 tbz DST, #2, 1f
202 tbz DST, #3, 1f
379 and DST, DST, #~7
567 mov DST, DST0
686 add DST, DST, #8
723 add DST, DST, #8
846 mov DST, DST0
[all …]
/netbsd/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/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/external/gpl3/gdb/dist/gas/testsuite/gas/msp430/
H A Dpr22133.s3 .equiv DST, 1880h define
5 mov &SRC(R13), &DST(R13)
6 # mov &SRC, &DST
7 # mov &1800h(R13), &DST(R13)
/netbsd/external/gpl3/gdb.old/dist/gas/testsuite/gas/msp430/
H A Dpr22133.s3 .equiv DST, 1880h define
5 mov &SRC(R13), &DST(R13)
6 # mov &SRC, &DST
7 # mov &1800h(R13), &DST(R13)
/netbsd/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/external/gpl3/gdb/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,
197 RDDEC = DST | DEC,
199 RDINC = DST | INC,
202 RDPOSTINC = DST | POSTINC,
204 RDPREINC = DST | PREINC,
208 RDPREDEC = DST | PREDEC,
[all …]
/netbsd/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,
197 RDDEC = DST | DEC,
199 RDINC = DST | INC,
202 RDPOSTINC = DST | POSTINC,
204 RDPREINC = DST | PREINC,
208 RDPREDEC = DST | PREDEC,
[all …]
/netbsd/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,
197 RDDEC = DST | DEC,
199 RDINC = DST | INC,
202 RDPOSTINC = DST | POSTINC,
204 RDPREINC = DST | PREINC,
208 RDPREDEC = DST | PREDEC,
[all …]
/netbsd/external/gpl3/gdb.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,
197 RDDEC = DST | DEC,
199 RDINC = DST | INC,
202 RDPOSTINC = DST | POSTINC,
204 RDPREINC = DST | PREINC,
208 RDPREDEC = DST | PREDEC,
[all …]
/netbsd/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/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/external/bsd/libfido2/dist/man/
H A DCMakeLists.txt290 list(GET MAN_ALIAS ${j} DST)
291 add_custom_command(OUTPUT ${DST}.${EXT}
292 COMMAND ln -sf ${SRC}.${EXT} ${DST}.${EXT})
293 list(APPEND ${NAME}_LINK_FILES ${DST}.${EXT})
329 list(GET MAN_ALIAS ${j} DST)
330 install(FILES ${CMAKE_BINARY_DIR}/man/${DST}.html
350 list(GET MAN_ALIAS ${j} DST)
351 install(FILES ${CMAKE_BINARY_DIR}/man/${DST}.3.gz
367 list(GET MAN_ALIAS ${j} DST)
368 install(FILES ${CMAKE_BINARY_DIR}/man/${DST}.3
/netbsd/tests/lib/libc/atomic/
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___sync_add.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_or.c47 #define DST (0x1122334455667788UL) 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; \
/netbsd/external/apache2/llvm/dist/llvm/docs/AMDGPU/
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 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 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)
/netbsd/external/public-domain/tz/dist/
H A DNEWS150 Yellowknife did not observe DST in 1965, and did observe DST
205 Fiji no longer observes DST.
648 DST was observed in 1942-1944
1107 Detroit observed DST in 1967 and 1968 following the US DST rules,
1116 ended DST on 09-29 not 10-13, and Vienna ended DST on 10-07 not
1505 just as DST strings specifying DST have always done.
2088 discontinues DST.
2514 Asia/Baku's 1992-09-27 transition from +04 (DST) to +04 (non-DST) was
2984 will shift from Central Time with DST to Eastern Time without DST
4709 correct DST in Pakistan
[all …]
/netbsd/lib/libc/time/
H A DNEWS39 Yellowknife did not observe DST in 1965, and did observe DST
99 Fiji no longer observes DST.
542 DST was observed in 1942-1944
1001 Detroit observed DST in 1967 and 1968 following the US DST rules,
1010 ended DST on 09-29 not 10-13, and Vienna ended DST on 10-07 not
1399 just as DST strings specifying DST have always done.
1982 discontinues DST.
2408 Asia/Baku's 1992-09-27 transition from +04 (DST) to +04 (non-DST) was
2878 will shift from Central Time with DST to Eastern Time without DST
4603 correct DST in Pakistan
[all …]

12345678910