代码搜索:Cache优化
找到约 10,000 项符合「Cache优化」的源代码
代码结果 10,000
www.eeworm.com/read/358719/10180967
h cache.h
// cache.h
//
#ifndef _CACHE_H_
#define _CACHE_H_
#include "Error.h"
#include
//////////////////////////////////////////////////////////////////////////////////
// constantS
www.eeworm.com/read/358719/10180985
cpp cache.cpp
// cache.cpp
//
#include "stdafx.h"
#include "miniSQL.h"
#include "Cache.h"
extern CMiniSQLApp theApp;
////////////////////////////////////////////////////////////////////
// CBLOCK
CB
www.eeworm.com/read/358662/10182525
c cache.c
/*****************************************
NAME: cache.c
DESC: CACHE test
HISTORY:
2002.03.07: ver 0.0
*****************************************/
#include "def.h"
#include "option.h"
www.eeworm.com/read/358662/10182531
h cache.h
#ifndef __CACHE_H__
#define __CACHE_H__
void Test_ICache(void);
#endif /*__CACHE_H__*/
www.eeworm.com/read/357661/10203547
o cache.o
www.eeworm.com/read/357661/10203594
c cache.c
/*****************************************
NAME: cache.c
DESC: CACHE test
HISTORY:
2002.03.07: ver 0.0
2003.03.31: added Test_Cache()
*****************************************/
#in
www.eeworm.com/read/357661/10203601
h cache.h
#ifndef __CACHE_H__
#define __CACHE_H__
void Test_Cache(void);
extern int DCache_Test(void);
extern int ICache_Test(void);
extern int DMMU_Test(void);
extern int IMMU_Test(void);
void Test
www.eeworm.com/read/357661/10203665
err cache.err
"cache.c", line 40: Warning: C2870W: variable 'pt' declared but not used
"cache.c", line 121: Warning: C2207W: inventing 'extern int DCache_Test();'
"cache.c", line 131: Warning: C2207W: inventing '
www.eeworm.com/read/356912/10219215
h cache.h
#ifndef __CACHE_H__
#define __CACHE_H__
int Test_Cache(void);
void FlushCache(void);
#endif /*__CACHE_H__*/
www.eeworm.com/read/356912/10219243
c cache.c
#include
#include "..\inc\44b.h"
#include "..\inc\44blib.h"
void MarchCMinus32(int address,int unit,unsigned int pattern);
void MarchCMinusM_10(int address,int unit,unsigned int patte