代码搜索:MISC
找到约 10,000 项符合「MISC」的源代码
代码结果 10,000
www.eeworm.com/read/395970/8140391
h misc.h
#ifndef CRYPTOPP_MISC_H
#define CRYPTOPP_MISC_H
#include "config.h"
#include
#include
#include
NAMESPACE_BEGIN(CryptoPP)
inline unsigned int bitsToBytes(
www.eeworm.com/read/395970/8140863
cpp misc.cpp
// misc.cpp - written and placed in the public domain by Wei Dai
#include "pch.h"
#include "misc.h"
#include "words.h"
NAMESPACE_BEGIN(CryptoPP)
byte OAEP_P_DEFAULT[1];
void xorbuf(byte
www.eeworm.com/read/395970/8140878
h misc.h
#ifndef CRYPTOPP_MISC_H
#define CRYPTOPP_MISC_H
#include "config.h"
#include
#include
#include
NAMESPACE_BEGIN(CryptoPP)
inline unsigned int bitsToBytes(
www.eeworm.com/read/247416/12660689
c misc.c
/*
* misc.c
*
* This is a collection of several routines from gzip-1.0.3
* adapted for Linux.
*
* malloc by Hannu Savolainen 1993 and Matthias Urlichs 1994
* puts by Nick Holloway 1993, bette
www.eeworm.com/read/146233/12662487
obj misc.obj
www.eeworm.com/read/146233/12662717
h misc.h
//----------------------------------------------------------------------------------------------------
// ID Code : Misc.h No.0000
// Update Note :
//
//------------------------------------
www.eeworm.com/read/146233/12662862
c misc.c
//----------------------------------------------------------------------------------------------------
// ID Code : Misc.c No.0001
// Update Note :
//
//------------------------------------
www.eeworm.com/read/247320/12666147
cpp misc.cpp
// misc.cpp - written and placed in the public domain by Wei Dai
#include "pch.h"
#ifndef CRYPTOPP_IMPORTS
#include "misc.h"
#include "words.h"
#include
NAMESPACE_BEGIN(CryptoPP)
www.eeworm.com/read/247320/12666168
h misc.h
#ifndef CRYPTOPP_MISC_H
#define CRYPTOPP_MISC_H
#include "cryptlib.h"
#include "smartptr.h"
#include // for memcpy and memmove
#ifdef _MSC_VER
#include
#if _MSC_VER