Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ngatm/netnatm/
H A Dgenfiles10 awk -f ${SRC}msg/parseie.awk -f ${SRC}msg/geniec.awk ${SRC}msg/ie.def >${DST}msg/uni_ietab.h
11 awk -f ${SRC}msg/parseie.awk -f ${SRC}msg/genieh.awk ${SRC}msg/ie.def >${DST}msg/uni_ie.h
12 awk -f ${SRC}msg/parsemsg.awk -f ${SRC}msg/genmsgc.awk ${SRC}msg/msg.def >${DST}msg/uni_msg.c
13 awk -f ${SRC}msg/parsemsg.awk -f ${SRC}msg/genmsgh.awk ${SRC}msg/msg.def >${DST}msg/uni_msg.h
14 awk -f ${SRC}msg/parsemsg.awk -f ${SRC}sig/genmsgcpyh.awk ${SRC}msg/msg.def >${DST}sig/unimsgcpy.h
15 awk -f ${SRC}msg/parsemsg.awk -f ${SRC}sig/genmsgcpyc.awk ${SRC}msg/msg.def >${DST}sig/sig_unimsgcp…
/f-stack/freebsd/contrib/ck/include/
H A Dck_pr.h169 ((void)sizeof(*(DST) = (VAL)), (DST)), \
172 #define ck_pr_store_ptr(DST, VAL) CK_PR_STORE_SAFE((DST), (VAL), ptr) argument
173 #define ck_pr_store_char(DST, VAL) CK_PR_STORE_SAFE((DST), (VAL), char) argument
175 #define ck_pr_store_double(DST, VAL) CK_PR_STORE_SAFE((DST), (VAL), double) argument
177 #define ck_pr_store_uint(DST, VAL) CK_PR_STORE_SAFE((DST), (VAL), uint) argument
178 #define ck_pr_store_int(DST, VAL) CK_PR_STORE_SAFE((DST), (VAL), int) argument
179 #define ck_pr_store_32(DST, VAL) CK_PR_STORE_SAFE((DST), (VAL), 32) argument
180 #define ck_pr_store_16(DST, VAL) CK_PR_STORE_SAFE((DST), (VAL), 16) argument
181 #define ck_pr_store_8(DST, VAL) CK_PR_STORE_SAFE((DST), (VAL), 8) argument
183 #define ck_pr_store_ptr_unsafe(DST, VAL) ck_pr_md_store_ptr((DST), (VAL)) argument
[all …]
/f-stack/freebsd/contrib/libsodium/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
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dvdev_raidz_math_ssse3.c167 : : [DST] "r" (dst)); \
173 : : [DST] "r" (dst)); \
H A Dvdev_raidz_math_avx512bw.c169 : : [DST] "r" (dst)); \
175 : : [DST] "r" (dst)); \
H A Dvdev_raidz_math_avx2.c166 : : [DST] "r" (dst)); \
172 : : [DST] "r" (dst)); \
H A Dvdev_raidz_math_sse2.c170 : : [DST] "r" (dst)); \
176 : : [DST] "r" (dst)); \
181 : : [DST] "r" (dst)); \
H A Dvdev_raidz_math_avx512f.c165 : : [DST] "r" (dst)); \
/f-stack/dpdk/drivers/net/iavf/
H A Diavf_fdir.c590 VIRTCHNL_ADD_PROTO_HDR_FIELD_BIT(hdr, IPV4, DST); in iavf_fdir_parse_pattern()
642 VIRTCHNL_ADD_PROTO_HDR_FIELD_BIT(hdr, IPV6, DST); in iavf_fdir_parse_pattern()
/f-stack/dpdk/doc/guides/testpmd_app_ug/
H A Drun_app.rst143 * ``--tx-ip=SRC,DST``
150 * ``--tx-udp=SRC[,DST]``
/f-stack/dpdk/doc/guides/rel_notes/
H A Drelease_20_08.rst176 * Supported cloud filter for IPv4/6_TCP/UDP/SCTP with SRC port only or DST port only.
/f-stack/dpdk/doc/guides/nics/
H A Di40e.rst731 When programming cloud filters for IPv4/6_UDP/TCP/SCTP with SRC port only or DST port only,