代码搜索:Cache
找到约 10,000 项符合「Cache」的源代码
代码结果 10,000
www.eeworm.com/read/128997/14270287
c cache.c
#include "vxd.h"
#include "shared\vxddebug.h"
#include "cache.h"
/*
* This module implements a cache mechansism used for directory
* entries and diskblocks.
*
* There are two flavou
www.eeworm.com/read/128997/14270301
h cache.h
#ifndef __CACHE_H
#define __CACHE_H
typedef struct _Cache TCache;
/*********************************
*
* INTERFACE ROUNTINES
*
**********************************/
TCache* CacheCrea
www.eeworm.com/read/128880/14274061
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/230775/14274205
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/230775/14274225
h cache.h
#ifndef __CACHE_H__
#define __CACHE_H__
void Test_ICache(void);
#endif /*__CACHE_H__*/
www.eeworm.com/read/128353/14303163
h cache.h
/******************************************************************************/
/* CACHE.H - TMS320C6x Peripheral Support Library Program Cache Support */
/*
www.eeworm.com/read/128193/14311487
h cache.h
/******************************************************************************
File : Cache.h
Date : Wednesday 13th September 2000
Author : Dr Gavin C. Cawley
Descripti
www.eeworm.com/read/127372/14357864
c cache.c
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
src/fs/cache.c
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
21