代码搜索:bench
找到约 3,833 项符合「bench」的源代码
代码结果 3,833
www.eeworm.com/read/359662/10131376
cc bench.cc
/*--------------------------------------------------------------------------
Copyright 1999,2000, Dan Kegel http://www.kegel.com/
See the file COPYING
This program is free software; you can redist
www.eeworm.com/read/359577/10135951
h bench.h
#ifndef CRYPTOPP_BENCH_H
#define CRYPTOPP_BENCH_H
#include "cryptlib.h"
extern const double CLOCK_TICKS_PER_SECOND;
void BenchmarkAll(double t);
void BenchmarkAll2(double t);
#endif
www.eeworm.com/read/359577/10136194
cpp bench.cpp
// bench.cpp - written and placed in the public domain by Wei Dai
#include "bench.h"
#include "crc.h"
#include "adler32.h"
#include "md2.h"
#include "md5.h"
#include "md5mac.h"
#include "sha.
www.eeworm.com/read/355392/10270180
h bench.h
#ifndef BENCH_H
#define BENCH_H
#include "cryptlib.h"
void BenchMarkAll(float t=1.0);
#endif
www.eeworm.com/read/355392/10270547
cpp bench.cpp
// bench.cpp - written and placed in the public domain by Wei Dai
#include "pch.h"
#include "md2.h"
#include "md5.h"
#include "md5mac.h"
#include "hmac.h"
#include "xormac.h"
#include "sha.
www.eeworm.com/read/162364/10310853
h bench.h
#ifndef BENCH_H
#define BENCH_H
#include "cryptlib.h"
void BenchMarkAll(float t=1.0);
#endif
www.eeworm.com/read/162364/10311094
cpp bench.cpp
// bench.cpp - written and placed in the public domain by Wei Dai
#include "pch.h"
#include "md2.h"
#include "md5.h"
#include "md5mac.h"
#include "hmac.h"
#include "xormac.h"
#include "sha.
www.eeworm.com/read/159884/10594959
v bench.v
/////////////////////////////////////////////////////////////////////
//// ////
//// JPEG Run-Length testbench
www.eeworm.com/read/422757/10612702
h bench.h
#ifndef BENCH_H
#define BENCH_H
#include "cryptlib.h"
void BenchMarkAll(float t=1.0);
#endif
www.eeworm.com/read/422757/10613013
cpp bench.cpp
// bench.cpp - written and placed in the public domain by Wei Dai
#include "pch.h"
#include "md2.h"
#include "md5.h"
#include "md5mac.h"
#include "hmac.h"
#include "xormac.h"
#include "sha.