Searched refs:Ssm0 (Results 1 – 5 of 5) sorted by relevance
/dports/games/retroarch/RetroArch-1.9.7/deps/bearssl-0.6/src/symcipher/ |
H A D | aes_big_enc.c | 29 static const uint32_t Ssm0[] = { variable 81 #define SboxExt0(x) (Ssm0[x]) 82 #define SboxExt1(x) (rotr(Ssm0[x], 8)) 83 #define SboxExt2(x) (rotr(Ssm0[x], 16)) 84 #define SboxExt3(x) (rotr(Ssm0[x], 24))
|
/dports/security/bearssl/bearssl-0.6/src/symcipher/ |
H A D | aes_big_enc.c | 29 static const uint32_t Ssm0[] = { variable 81 #define SboxExt0(x) (Ssm0[x]) 82 #define SboxExt1(x) (rotr(Ssm0[x], 8)) 83 #define SboxExt2(x) (rotr(Ssm0[x], 16)) 84 #define SboxExt3(x) (rotr(Ssm0[x], 24))
|
/dports/audio/guitarix-lv2/guitarix-0.43.1/src/LV2/gx_jcm800pre_st.lv2/ |
H A D | jcm800pre.cc | 2447 static const Map<const Array<creal, 3, 1>, Aligned> Ssm0(ssm0_data); 2473 pt.head<3>() = ((Spm0 * PP1 + Ssm0) * PP1 + Sam0) * res.head<3>(); in fcn() 2474 pt.tail<3>() = ((Spm0 * PP1 + Ssm0) * PP1 + Sam0) * res.tail<3>(); in fcn()
|
/dports/audio/guitarix-lv2/guitarix-0.43.1/src/plugins/ |
H A D | jcm800pre.cpp | 2441 static const Map<const Array<creal, 3, 1>, Aligned> Ssm0(ssm0_data); 2467 pt.head<3>() = ((Spm0 * PP1 + Ssm0) * PP1 + Sam0) * res.head<3>(); in fcn() 2468 pt.tail<3>() = ((Spm0 * PP1 + Ssm0) * PP1 + Sam0) * res.tail<3>(); in fcn()
|
/dports/audio/guitarix-lv2/guitarix-0.43.1/src/LV2/gx_jcm800pre.lv2/ |
H A D | jcm800pre.cc | 2447 static const Map<const Array<creal, 3, 1>, Aligned> Ssm0(ssm0_data); 2473 pt.head<3>() = ((Spm0 * PP1 + Ssm0) * PP1 + Sam0) * res.head<3>(); in fcn() 2474 pt.tail<3>() = ((Spm0 * PP1 + Ssm0) * PP1 + Sam0) * res.tail<3>(); in fcn()
|