Home
last modified time | relevance | path

Searched defs:shiftWords (Results 1 – 23 of 23) sorted by relevance

/dports/databases/gigabase/gigabase/crypt/rc4/
H A Dwords.h79 inline void ShiftWordsLeftByWords(word *r, unsigned int n, unsigned int shiftWords) in ShiftWordsLeftByWords()
90 inline void ShiftWordsRightByWords(word *r, unsigned int n, unsigned int shiftWords) in ShiftWordsRightByWords()
/dports/security/cryptopp/cryptopp-8.6.0/
H A Dwords.h194 inline void ShiftWordsLeftByWords(word *r, size_t n, size_t shiftWords) in ShiftWordsLeftByWords()
212 inline void ShiftWordsRightByWords(word *r, size_t n, size_t shiftWords) in ShiftWordsRightByWords()
H A Dgf2n.cpp416 const int shiftWords = n / WORD_BITS; in operator <<=() local
457 int shiftWords = n / WORD_BITS; in operator >>=() local
H A Dinteger.cpp2787 unsigned shiftWords = (B[NB-1]==0); in Divide() local
4045 const size_t shiftWords = n / WORD_BITS; in operator <<=() local
4057 const size_t shiftWords = n / WORD_BITS; in operator >>=() local
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/cryptopp/
H A Dwords.h96 inline void ShiftWordsLeftByWords(word *r, size_t n, size_t shiftWords) in ShiftWordsLeftByWords()
107 inline void ShiftWordsRightByWords(word *r, size_t n, size_t shiftWords) in ShiftWordsRightByWords()
H A Dgf2n.cpp367 const int shiftWords = n / WORD_BITS; in operator <<=() local
408 int shiftWords = n / WORD_BITS; in operator >>=() local
H A Dinteger.cpp2704 unsigned shiftWords = (B[NB-1]==0); in Divide() local
3985 const size_t shiftWords = n / WORD_BITS; in operator <<=() local
3997 const size_t shiftWords = n / WORD_BITS; in operator >>=() local
/dports/emulators/citra-qt5/citra-ac98458e0/externals/cryptopp/cryptopp/
H A Dwords.h194 inline void ShiftWordsLeftByWords(word *r, size_t n, size_t shiftWords) in ShiftWordsLeftByWords()
212 inline void ShiftWordsRightByWords(word *r, size_t n, size_t shiftWords) in ShiftWordsRightByWords()
H A Dgf2n.cpp416 const int shiftWords = n / WORD_BITS; in operator <<=() local
457 int shiftWords = n / WORD_BITS; in operator >>=() local
H A Dinteger.cpp2787 unsigned shiftWords = (B[NB-1]==0); in Divide() local
4029 const size_t shiftWords = n / WORD_BITS; in operator <<=() local
4041 const size_t shiftWords = n / WORD_BITS; in operator >>=() local
/dports/emulators/citra/citra-ac98458e0/externals/cryptopp/cryptopp/
H A Dwords.h194 inline void ShiftWordsLeftByWords(word *r, size_t n, size_t shiftWords) in ShiftWordsLeftByWords()
212 inline void ShiftWordsRightByWords(word *r, size_t n, size_t shiftWords) in ShiftWordsRightByWords()
H A Dgf2n.cpp416 const int shiftWords = n / WORD_BITS; in operator <<=() local
457 int shiftWords = n / WORD_BITS; in operator >>=() local
H A Dinteger.cpp2787 unsigned shiftWords = (B[NB-1]==0); in Divide() local
4029 const size_t shiftWords = n / WORD_BITS; in operator <<=() local
4041 const size_t shiftWords = n / WORD_BITS; in operator >>=() local
/dports/sysutils/fusefs-securefs/securefs-0.12.0/external/cryptopp/
H A Dwords.h194 inline void ShiftWordsLeftByWords(word *r, size_t n, size_t shiftWords) in ShiftWordsLeftByWords()
212 inline void ShiftWordsRightByWords(word *r, size_t n, size_t shiftWords) in ShiftWordsRightByWords()
H A Dgf2n.cpp416 const int shiftWords = n / WORD_BITS; in operator <<=() local
457 int shiftWords = n / WORD_BITS; in operator >>=() local
H A Dinteger.cpp2787 unsigned shiftWords = (B[NB-1]==0); in Divide() local
4029 const size_t shiftWords = n / WORD_BITS; in operator <<=() local
4041 const size_t shiftWords = n / WORD_BITS; in operator >>=() local
/dports/misc/elki/elki-release0.7.1-1166-gfb1fffdf3/elki-core-util/src/main/java/de/lmu/ifi/dbs/elki/utilities/datastructures/
H A DBitsUtil.java207 final int shiftWords = shift >>> LONG_LOG2_SIZE; in copy() local
499 final int shiftWords = off >>> LONG_LOG2_SIZE; in xorI() local
558 final int shiftWords = off >>> LONG_LOG2_SIZE; in orI() local
616 final int shiftWords = off >>> LONG_LOG2_SIZE; in andI() local
737 final int shiftWords = off >>> LONG_LOG2_SIZE; in shiftRightI() local
782 final int shiftWords = off >>> LONG_LOG2_SIZE; in shiftLeftI() local
/dports/databases/mariadb103-client/mariadb-10.3.34/extra/yassl/taocrypt/include/
H A Dmisc.hpp846 void ShiftWordsLeftByWords(word* r, unsigned int n, unsigned int shiftWords) in ShiftWordsLeftByWords()
859 void ShiftWordsRightByWords(word* r, unsigned int n, unsigned int shiftWords) in ShiftWordsRightByWords()
/dports/databases/mariadb103-server/mariadb-10.3.34/extra/yassl/taocrypt/include/
H A Dmisc.hpp846 void ShiftWordsLeftByWords(word* r, unsigned int n, unsigned int shiftWords) in ShiftWordsLeftByWords()
859 void ShiftWordsRightByWords(word* r, unsigned int n, unsigned int shiftWords) in ShiftWordsRightByWords()
/dports/databases/mysql55-client/mysql-5.5.62/extra/yassl/taocrypt/include/
H A Dmisc.hpp841 void ShiftWordsLeftByWords(word* r, unsigned int n, unsigned int shiftWords) in ShiftWordsLeftByWords()
854 void ShiftWordsRightByWords(word* r, unsigned int n, unsigned int shiftWords) in ShiftWordsRightByWords()
/dports/databases/mariadb103-server/mariadb-10.3.34/extra/yassl/taocrypt/src/
H A Dinteger.cpp2877 const unsigned int shiftWords = n / WORD_BITS; in operator <<=() local
2891 const unsigned int shiftWords = n / WORD_BITS; in operator >>=() local
3243 unsigned shiftWords = (B[NB-1]==0); in Divide() local
/dports/databases/mariadb103-client/mariadb-10.3.34/extra/yassl/taocrypt/src/
H A Dinteger.cpp2877 const unsigned int shiftWords = n / WORD_BITS; in operator <<=() local
2891 const unsigned int shiftWords = n / WORD_BITS; in operator >>=() local
3243 unsigned shiftWords = (B[NB-1]==0); in Divide() local
/dports/databases/mysql55-client/mysql-5.5.62/extra/yassl/taocrypt/src/
H A Dinteger.cpp2876 const unsigned int shiftWords = n / WORD_BITS; in operator <<=() local
2890 const unsigned int shiftWords = n / WORD_BITS; in operator >>=() local
3242 unsigned shiftWords = (B[NB-1]==0); in Divide() local