Home
last modified time | relevance | path

Searched refs:VMAC (Results 1 – 25 of 34) sorted by relevance

12

/dports/security/libdecaf/libdecaf-1.0.0/src/p448/arch_neon/
H A Df_impl.c133 VMAC(vmull.s32,_a0b,_as0_1,_bs2_1,0) in gf_mul()
134 VMAC(vmlal.s32,_a0b,_as2_0,_bs2_0,0) in gf_mul()
135 VMAC(vmlal.s32,_a0b,_as2_1,_bs0_1,0) in gf_mul()
136 VMAC(vmlal.s32,_a0b,_as0_0,_bh0_0,0) in gf_mul()
138 VMAC(vmull.s32,_a1b,_as0_1,_bs2_1,1) in gf_mul()
139 VMAC(vmlal.s32,_a1b,_as2_0,_bs2_0,1) in gf_mul()
140 VMAC(vmlal.s32,_a1b,_as2_1,_bs0_1,1) in gf_mul()
141 VMAC(vmlal.s32,_a1b,_as0_0,_bh0_0,1) in gf_mul()
144 VMAC(vmlal.s32,_a0a,_ah0_1,_bh2_1,0) in gf_mul()
145 VMAC(vmlal.s32,_a0a,_ah2_0,_bh2_0,0) in gf_mul()
[all …]
/dports/security/cryptopp/cryptopp-8.6.0/
H A Dregtest2.cpp69 RegisterDefaultFactoryFor<MessageAuthenticationCode, VMAC<AES> >(); in USING_NAMESPACE()
70 RegisterDefaultFactoryFor<MessageAuthenticationCode, VMAC<AES, 64> >(); in USING_NAMESPACE()
H A Dvmac.h78 class VMAC : public SimpleKeyingInterfaceImpl<VMAC_Base, SameKeyLengthAs<T_BlockCipher, SimpleKeyin…
/dports/emulators/citra-qt5/citra-ac98458e0/externals/cryptopp/cryptopp/
H A Dregtest2.cpp69 RegisterDefaultFactoryFor<MessageAuthenticationCode, VMAC<AES> >(); in USING_NAMESPACE()
70 RegisterDefaultFactoryFor<MessageAuthenticationCode, VMAC<AES, 64> >(); in USING_NAMESPACE()
H A Dvmac.h78 class VMAC : public SimpleKeyingInterfaceImpl<VMAC_Base, SameKeyLengthAs<T_BlockCipher, SimpleKeyin…
/dports/emulators/citra/citra-ac98458e0/externals/cryptopp/cryptopp/
H A Dregtest2.cpp69 RegisterDefaultFactoryFor<MessageAuthenticationCode, VMAC<AES> >(); in USING_NAMESPACE()
70 RegisterDefaultFactoryFor<MessageAuthenticationCode, VMAC<AES, 64> >(); in USING_NAMESPACE()
H A Dvmac.h78 class VMAC : public SimpleKeyingInterfaceImpl<VMAC_Base, SameKeyLengthAs<T_BlockCipher, SimpleKeyin…
/dports/sysutils/fusefs-securefs/securefs-0.12.0/external/cryptopp/
H A Dregtest2.cpp69 RegisterDefaultFactoryFor<MessageAuthenticationCode, VMAC<AES> >(); in USING_NAMESPACE()
70 RegisterDefaultFactoryFor<MessageAuthenticationCode, VMAC<AES, 64> >(); in USING_NAMESPACE()
H A Dvmac.h78 class VMAC : public SimpleKeyingInterfaceImpl<VMAC_Base, SameKeyLengthAs<T_BlockCipher, SimpleKeyin…
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/cryptopp/
H A Dregtest.cpp113 RegisterDefaultFactoryFor<MessageAuthenticationCode, VMAC<AES> >(); in USING_NAMESPACE()
114 RegisterDefaultFactoryFor<MessageAuthenticationCode, VMAC<AES, 64> >(); in USING_NAMESPACE()
H A Dvmac.h79 class VMAC : public SimpleKeyingInterfaceImpl<VMAC_Base, SameKeyLengthAs<T_BlockCipher, SimpleKeyin…
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/network/tests/unit/plugins/modules/network/enos/fixtures/
H A Dshow_system_memory108 56 VMAC 0 0 0 0 0
/dports/sysutils/ansible2/ansible-2.9.27/test/units/modules/network/enos/fixtures/
H A Dshow_system_memory108 56 VMAC 0 0 0 0 0
/dports/net-mgmt/observium/observium/mibs/huawei/
H A DHUAWEI-VLAN-MIB3223 "Indicates the VLAN-based VMAC function.
3230 of HUAWEI-IPDSLAM-VMAC-MIB. The VLAN-based VMAC function can
3237 the configuration of the VLAN-based VMAC function
3406 "Indicates the VLAN-based IPoE VMAC function.
3412 The VLAN-based IPoE VMAC function can be configured in
3418 the configuration of the VLAN-based IPoE VMAC function
3433 "Indicates the VLAN-based PPPoE VMAC function.
3439 The VLAN-based PPPoE VMAC function can be configured in
3445 the configuration of the VLAN-based PPPoE VMAC function
3460 "Indicates the VLAN-based PPPoA VMAC function.
[all …]
/dports/games/libretro-paralleln64/parallel-n64-6e26fbb/mupen64plus-rsp-cxd4/
H A DREADME.md24 * If `a == 1`, then the product is added to an accumulator element (`VMAC*` and `VMAD*`).
25 * If `(format & 0b100) == 0`, then the operation is single-precision (`VMUL*` and `VMAC*`).
/dports/math/PDL/PDL-2.019/cygwin/
H A Ddrivers.list62 ! TTDRIV 10 /VMAC Macintosh VersaTerm-PRO Tektronix-4105 emulator Std F77
/dports/games/kodi-addon-game.libretro.picodrive/game.libretro.picodrive-1.97.0.19-Matrix/depends/common/picodrive/platform/common/minimp3/
H A Dminimp3.h107 #define VMAC(a, x, y) _mm_add_ps(a, _mm_mul_ps(x, y)) macro
174 #define VMAC(a, x, y) vmlaq_f32(a, x, y) macro
/dports/emulators/mess/mame-mame0226/3rdparty/minimp3/
H A Dminimp3.h107 #define VMAC(a, x, y) _mm_add_ps(a, _mm_mul_ps(x, y)) macro
173 #define VMAC(a, x, y) vmlaq_f32(a, x, y) macro
/dports/audio/carla/Carla-2.4.1/source/modules/audio_decoder/
H A Dminimp3.h107 #define VMAC(a, x, y) _mm_add_ps(a, _mm_mul_ps(x, y)) macro
174 #define VMAC(a, x, y) vmlaq_f32(a, x, y) macro
/dports/audio/boops-lv2/BOops-1.8.2/src/
H A Dminimp3.h107 #define VMAC(a, x, y) _mm_add_ps(a, _mm_mul_ps(x, y)) macro
174 #define VMAC(a, x, y) vmlaq_f32(a, x, y) macro
/dports/audio/bjumblr-lv2/BJumblr-1.6.8/src/
H A Dminimp3.h107 #define VMAC(a, x, y) _mm_add_ps(a, _mm_mul_ps(x, y)) macro
174 #define VMAC(a, x, y) vmlaq_f32(a, x, y) macro
/dports/audio/bharvestr-lv2/BHarvestr-7e6a1e7c81d0af61d4fabcd823978d62c8970502/src/
H A Dminimp3.h107 #define VMAC(a, x, y) _mm_add_ps(a, _mm_mul_ps(x, y)) macro
174 #define VMAC(a, x, y) vmlaq_f32(a, x, y) macro
/dports/audio/minimp3/minimp3-ca7c706/
H A Dminimp3.h107 #define VMAC(a, x, y) _mm_add_ps(a, _mm_mul_ps(x, y)) macro
174 #define VMAC(a, x, y) vmlaq_f32(a, x, y) macro
/dports/audio/libaudec/libaudec-0.3.4/inc/
H A Dminimp3.h107 #define VMAC(a, x, y) _mm_add_ps(a, _mm_mul_ps(x, y)) macro
174 #define VMAC(a, x, y) vmlaq_f32(a, x, y) macro
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/minimp3-sys-0.3.2/minimp3/
H A Dminimp3.h107 #define VMAC(a, x, y) _mm_add_ps(a, _mm_mul_ps(x, y)) macro
174 #define VMAC(a, x, y) vmlaq_f32(a, x, y) macro

12