Home
last modified time | relevance | path

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

/freebsd-src/sys/powerpc/booke/
H A Dlocore.S54 #define STORE std macro
71 #define STORE stw macro
/freebsd-src/sys/powerpc/powerpc/
H A Dsupport.S56 #define STORE std macro
66 #define STORE stw macro
/freebsd-src/usr.bin/kyua/
H A DMakefile191 STORE= migrate_v1_v2.sql migrate_v2_v3.sql schema_v3.sql global() macro
/freebsd-src/contrib/libarchive/libarchive/test/
H A Dtest_read_format_cab.c172 STORE = 0, enumerator
/freebsd-src/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-src/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-src/lib/libiconv_modules/ZW/
H A Dcitrus_zw.c125 #define STORE \ in _citrus_ZW_mbrtowc_priv() macro
/freebsd-src/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-src/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_ssse3.c158 #define STORE(dst, r...) \ macro
H A Dvdev_raidz_math_avx512bw.c160 #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-src/stand/ficl/
H A Dficl.h413 #define STORE(n,c) stackStore(pVM->pStack,n,LVALUEtoCELL(c)) macro
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h1030 STORE, global() enumerator
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIMemoryLegalizer.cpp45 STORE = 1u << 1, global() enumerator
[all...]
/freebsd-src/contrib/libarchive/libarchive/
H A Darchive_read_support_format_rar5.c3906 STORE = 0, FASTEST = 1, FAST = 2, NORMAL = 3, GOOD = 4, do_unpack() enumerator