Home
last modified time | relevance | path

Searched refs:S0 (Results 1 – 19 of 19) sorted by relevance

/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_hash/sha512/cp/
H A Dhash_sha512_cp.c94 #define S0(x) (ROTR(x, 28) ^ ROTR(x, 34) ^ ROTR(x, 39)) macro
102 h += S0(a) + Maj(a, b, c);
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_hash/sha256/cp/
H A Dhash_sha256_cp.c78 #define S0(x) (ROTR(x, 2) ^ ROTR(x, 13) ^ ROTR(x, 22)) macro
86 h += S0(a) + Maj(a, b, c);
/f-stack/freebsd/mips/include/
H A Dregnum.h83 #define S0 16 macro
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/spl/
H A Dsha256c.c109 #define S0(x) (ROTR(x, 2) ^ ROTR(x, 13) ^ ROTR(x, 22)) macro
118 h += S0(a) + Maj(a, b, c);
H A Dsha512c.c133 #define S0(x) (ROTR(x, 28) ^ ROTR(x, 34) ^ ROTR(x, 39)) macro
142 h += S0(a) + Maj(a, b, c);
/f-stack/freebsd/crypto/sha2/
H A Dsha256c.c107 #define S0(x) (ROTR(x, 2) ^ ROTR(x, 13) ^ ROTR(x, 22)) macro
116 h += S0(a) + Maj(a, b, c);
H A Dsha512c.c133 #define S0(x) (ROTR(x, 28) ^ ROTR(x, 34) ^ ROTR(x, 39)) macro
142 h += S0(a) + Maj(a, b, c);
/f-stack/freebsd/mips/mips/
H A Dexception.S290 SAVE_REG(s0, S0, sp) ;\
350 RESTORE_REG(s0, S0, sp) ;\
449 SAVE_U_PCB_REG(s0, S0, k1)
542 RESTORE_U_PCB_REG(s0, S0, k1)
719 SAVE_U_PCB_REG(s0, S0, k1)
801 RESTORE_U_PCB_REG(s0, S0, k1)
H A Dswtch.S116 RESTORE_U_PCB_REG(s0, S0, k1)
/f-stack/freebsd/contrib/device-tree/src/arm/
H A Daspeed-bmc-opp-romulus.dts254 /*S0-S7*/ "","","","","","","","seq_cont",
H A Daspeed-bmc-opp-nicole.dts238 /*S0-S7*/ "","","","","","","","seq_cont",
H A Daspeed-bmc-facebook-tiogapass.dts166 /*S0-S7*/ "THROTTLE","BMC_READY","","HSC_SMBUS_SWITCH_EN","",
H A Daspeed-bmc-opp-witherspoon.dts221 /*S0-S7*/ "","","","","","","","",
H A Daspeed-bmc-opp-zaius.dts502 /*S0-S7*/ "","","","","","","","",
H A Daspeed-bmc-opp-tacoma.dts122 /*S0-S7*/ "","","","","","","","",
H A Dqcom-msm8660.dtsi436 /* S0 and S1 Handled as SAW regulators by SPM */
H A Daspeed-bmc-ibm-rainier.dts149 /*S0-S7*/ "presence-ps0","presence-ps1","presence-ps2","presence-ps3",
/f-stack/freebsd/contrib/device-tree/src/arm64/rockchip/
H A Drk3399-gru.dtsi653 * At the moment settings are identical for S0 and S3, but if we later
/f-stack/freebsd/contrib/edk2/Include/Library/
H A DBaseLib.h136 UINT64 S0; member