Home
last modified time | relevance | path

Searched defs:DST (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/ck/include/
H A Dck_pr.h167 #define CK_PR_STORE_SAFE(DST, VAL, TYPE) \ argument
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