Home
last modified time | relevance | path

Searched defs:STORE (Results 1 – 22 of 22) sorted by relevance

/freebsd/sys/powerpc/booke/
H A Dlocore.S54 #define STORE std macro
71 #define STORE stw macro
/freebsd/sys/powerpc/powerpc/
H A Dsupport.S56 #define STORE std macro
66 #define STORE stw macro
/freebsd/usr.bin/kyua/
H A DMakefile203 STORE= migrate_v1_v2.sql migrate_v2_v3.sql schema_v3.sql macro
/freebsd/contrib/libarchive/libarchive/test/
H A Dtest_read_format_cab.c173 STORE = 0, global() enumerator
[all...]
/freebsd/crypto/openssl/providers/
H A Dbaseprov.c86 #define STORE(name, _fips, func_table) \ macro
H A Ddefltprov.c479 #define STORE(name, _fips, func_table) \ macro
/freebsd/sys/contrib/libb2/
H A Dblake2s-round.h18 #define STORE(p,r) _mm_store_si128((__m128i *)(p), r) macro
H A Dblake2b-round.h18 #define STORE(p,r) _mm_store_si128((__m128i *)(p), r) macro
/freebsd/lib/libiconv_modules/ZW/
H A Dcitrus_zw.c125 #define STORE \ in _citrus_ZW_mbrtowc_priv() macro
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_generichash/blake2b/ref/
H A Dblake2b-compress-avx2.h9 #define STORE(p, r) _mm256_store_si256((__m256i *) (p), r) macro
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dvdev_raidz_math_scalar.c97 #define STORE(dst, val) ((v_t *)dst)[0] = val macro
H A Dvdev_raidz_math_sse2.c161 #define STORE(dst, r...) \ macro
H A Dvdev_raidz_math_avx2.c157 #define STORE(dst, r...) \ macro
H A Dvdev_raidz_math_avx512bw.c160 #define STORE(dst, r...) \ macro
H A Dvdev_raidz_math_ssse3.c158 #define STORE(dst, r...) \ macro
H A Dvdev_raidz_math_avx512f.c156 #define STORE(dst, r...) \ macro
H A Dvdev_raidz_math_powerpc_altivec_common.h335 #define STORE(dst, r...) \ macro
H A Dvdev_raidz_math_aarch64_neon_common.h338 #define STORE(dst, r...) \ macro
/freebsd/stand/ficl/
H A Dficl.h413 #define STORE(n,c) stackStore(pVM->pStack,n,LVALUEtoCELL(c)) macro
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h1073 STORE, enumerator
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIMemoryLegalizer.cpp47 STORE = 1u << 1, enumerator
/freebsd/contrib/libarchive/libarchive/
H A Darchive_read_support_format_rar5.c3954 STORE = 0, FASTEST = 1, FAST = 2, NORMAL = 3, GOOD = 4, in do_unpack() enumerator