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

/freebsd-current/sys/contrib/libb2/
H A Dblake2b-round.h18 #define STORE(p,r) _mm_store_si128((__m128i *)(p), r) macro
H A Dblake2s-round.h18 #define STORE(p,r) _mm_store_si128((__m128i *)(p), r) macro
/freebsd-current/contrib/libarchive/libarchive/test/
H A Dtest_read_format_cab.c172 STORE = 0, enumerator in enum:comp_type
[all...]
/freebsd-current/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-current/crypto/openssl/providers/
H A Dbaseprov.c86 #define STORE(name, _fips, func_table) \ macro
91 #undef STORE macro
H A Ddefltprov.c479 #define STORE(name, _fips, func_table) \ macro
484 #undef STORE macro
/freebsd-current/sys/powerpc/booke/
H A Dlocore.S54 #define STORE std define
71 #define STORE stw define
/freebsd-current/sys/powerpc/powerpc/
H A Dsupport.S56 #define STORE std define
66 #define STORE stw define
[all...]
/freebsd-current/usr.bin/kyua/
H A DMakefile191 STORE= migrate_v1_v2.sql migrate_v2_v3.sql schema_v3.sql macro
/freebsd-current/lib/libiconv_modules/ZW/
H A Dcitrus_zw.c125 #define STORE \ macro
/freebsd-current/sys/contrib/openzfs/module/zfs/
H A Dvdev_raidz_math_sse2.c161 #define STORE(dst, r...) \ macro
H A Dvdev_raidz_math_scalar.c97 #define STORE(dst, val) ((v_t *)dst)[0] = val 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_avx512bw.c160 #define STORE(dst, r...) \ macro
H A Dvdev_raidz_math_avx2.c157 #define STORE(dst, r...) \ macro
H A Dvdev_raidz_math_aarch64_neon_common.h338 #define STORE(dst, r...) \ macro
H A Dvdev_raidz_math_powerpc_altivec_common.h335 #define STORE(dst, r...) \ macro
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIMemoryLegalizer.cpp45 STORE = 1u << 1, member in class:__anon46::SIMemOp
[all...]
/freebsd-current/stand/ficl/
H A Dficl.h413 #define STORE(n,c) stackStore(pVM->pStack,n,LVALUEtoCELL(c)) macro
/freebsd-current/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h1030 STORE, enumerator in enum:llvm::ISD::NodeType
/freebsd-current/contrib/libarchive/libarchive/
H A Darchive_read_support_format_rar5.c3906 STORE = 0, FASTEST = 1, FAST = 2, NORMAL = 3, GOOD = 4, enumerator in enum:COMPRESSION_METHOD

Completed in 376 milliseconds