Home
last modified time | relevance | path

Searched defs:SRC (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/contrib/ck/include/
H A Dck_pr.h189 #define CK_PR_LOAD_PTR_SAFE(SRC) (CK_CC_TYPEOF(*(SRC), (void *)))ck_pr_md_load_ptr((SRC)) argument
190 #define ck_pr_load_ptr(SRC) CK_PR_LOAD_PTR_SAFE((SRC)) argument
192 #define CK_PR_LOAD_SAFE(SRC, TYPE) ck_pr_md_load_##TYPE((SRC)) argument
193 #define ck_pr_load_char(SRC) CK_PR_LOAD_SAFE((SRC), char) argument
195 #define ck_pr_load_double(SRC) CK_PR_LOAD_SAFE((SRC), double) argument
197 #define ck_pr_load_uint(SRC) CK_PR_LOAD_SAFE((SRC), uint) argument
198 #define ck_pr_load_int(SRC) CK_PR_LOAD_SAFE((SRC), int) argument
199 #define ck_pr_load_32(SRC) CK_PR_LOAD_SAFE((SRC), 32) argument
200 #define ck_pr_load_16(SRC) CK_PR_LOAD_SAFE((SRC), 16) argument
201 #define ck_pr_load_8(SRC) CK_PR_LOAD_SAFE((SRC), 8) argument
[all …]
/f-stack/freebsd/contrib/libsodium/src/libsodium/include/sodium/private/
H A Dcommon.h46 #define LOAD64_LE(SRC) load64_le(SRC) argument
85 #define LOAD32_LE(SRC) load32_le(SRC) argument
118 #define LOAD64_BE(SRC) load64_be(SRC) argument
157 #define LOAD32_BE(SRC) load32_be(SRC) argument
/f-stack/freebsd/contrib/openzfs/module/zcommon/
H A Dzfs_fletcher_aarch64_neon.c144 unsigned char SRC __attribute__((vector_size(16))); in fletcher_4_aarch64_neon_native() local
183 unsigned char SRC __attribute__((vector_size(16))); in fletcher_4_aarch64_neon_byteswap() local
/f-stack/app/redis-5.0.5/deps/lua/etc/
H A DMakefile7 SRC= $(TOP)/src macro