代码搜索:Cast

找到约 10,000 项符合「Cast」的源代码

代码结果 10,000
www.eeworm.com/read/359577/10135669

h cast.h

#ifndef CRYPTOPP_CAST_H #define CRYPTOPP_CAST_H /** \file */ #include "seckey.h" #include "secblock.h" NAMESPACE_BEGIN(CryptoPP) class CAST { protected: static const word32 S[8][256
www.eeworm.com/read/359577/10136058

cpp cast.cpp

// cast.cpp - written and placed in the public domain by Wei Dai and Leonard Janke // based on Steve Reid's public domain cast.c #include "pch.h" #include "cast.h" #include "misc.h" NAMESPACE
www.eeworm.com/read/359567/10138434

test cast.test

# 2005 June 25 # # The author disclaims copyright to this source code. In place of # a legal notice, here is a blessing: # # May you do good and not evil. # May you find forgiveness for yoursel
www.eeworm.com/read/355392/10269621

h cast.h

#ifndef CRYPTOPP_CAST_H #define CRYPTOPP_CAST_H #include "cryptlib.h" #include "misc.h" NAMESPACE_BEGIN(CryptoPP) class CAST128 : public BlockTransformation { public: enum {KEYLENGTH=16
www.eeworm.com/read/355392/10270417

cpp cast.cpp

// cast.cpp - modified by Wei Dai from Peter Gutmann's code // Copyright 1996 by Peter Gutmann. Distributed with permission. #include "pch.h" #include "cast.h" NAMESPACE_BEGIN(CryptoPP) /*
www.eeworm.com/read/162364/10310522

h cast.h

#ifndef CRYPTOPP_CAST_H #define CRYPTOPP_CAST_H #include "cryptlib.h" #include "misc.h" NAMESPACE_BEGIN(CryptoPP) class CAST128 : public BlockTransformation { public: enum {KEYLENGTH=16
www.eeworm.com/read/162364/10311026

cpp cast.cpp

// cast.cpp - modified by Wei Dai from Peter Gutmann's code // Copyright 1996 by Peter Gutmann. Distributed with permission. #include "pch.h" #include "cast.h" NAMESPACE_BEGIN(CryptoPP) /*
www.eeworm.com/read/161812/10371086

c cast.c

#include "bc_types.h" #include "bc_cast.h" #include "bc_casti.h" /********************************************************************** * * Useful definitions * ****************************
www.eeworm.com/read/278099/10570834

h cast.h

/* +++Date last modified: 05-Jul-1997 */ /* ** public domain demo by Bob Stout */ #ifndef CAST__H #define CAST__H #define CAST(new_type,old_object) (*((new_type *)(&(old_object)))) #if
www.eeworm.com/read/159920/10589133

h cast.h

/* ** public domain demo by Bob Stout */ #define CAST(new_type,old_object) (*((new_type *)&old_object)) #if 0 ************************************************************************* *