代码搜索:Cache
找到约 10,000 项符合「Cache」的源代码
代码结果 10,000
www.eeworm.com/read/152141/12136755
c cache.c
/*
* Copyright (c) 2004, 2005 Tama Communications Corporation
*
* This file is part of GNU GLOBAL.
*
* GNU GLOBAL is free software; you can redistribute it and/or modify
* it under the terms of
www.eeworm.com/read/152141/12136771
h cache.h
/*
* Copyright (c) 2004 Tama Communications Corporation
*
* This file is part of GNU GLOBAL.
*
* GNU GLOBAL is free software; you can redistribute it and/or modify
* it under the terms of the GN
www.eeworm.com/read/253434/12221744
cache config.cache
# This file is a shell script that caches the results of configure
# tests run on this system so they can be shared between configure
# scripts and configure runs. It is not useful on other systems.
www.eeworm.com/read/253044/12246589
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/253044/12246600
h cache.h
#ifndef __CACHE_H__
#define __CACHE_H__
void Test_ICache(void);
#endif /*__CACHE_H__*/
www.eeworm.com/read/253044/12246911
o cache.o
www.eeworm.com/read/337392/12372519
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/337392/12372551
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