Home
last modified time | relevance | path

Searched defs:S0 (Results 1 – 6 of 6) sorted by relevance

/dflybsd-src/contrib/xz/src/liblzma/check/
H A Dsha256.c57 #define S0(x) rotr_32(x ^ rotr_32(x ^ rotr_32(x, 9), 11), 2) macro
/dflybsd-src/contrib/mpfr/src/
H A Dsin_cos.c284 sin_bs_aux (mpz_t Q0, mpz_t S0, mpz_t C0, mpz_srcptr p, mpfr_prec_t r, in sin_bs_aux()
/dflybsd-src/lib/libcrypt/
H A Dcrypt-sha256.c94 #define S0(x) (CYCLIC (x, 2) ^ CYCLIC (x, 13) ^ CYCLIC (x, 22)) in __crypt__sha256_process_block() macro
H A Dcrypt-sha512.c125 #define S0(x) (CYCLIC (x, 28) ^ CYCLIC (x, 34) ^ CYCLIC (x, 39)) in __crypt__sha512_process_block() macro
/dflybsd-src/stand/contrib/edk2/MdePkg/Include/Library/
H A DBaseLib.h137 UINT64 S0; member
211 UINT64 S0; member
/dflybsd-src/usr.sbin/moused/
H A Dmoused.c427 #define S0 0 /* start */ macro