代码搜索:Cache优化
找到约 10,000 项符合「Cache优化」的源代码
代码结果 10,000
www.eeworm.com/read/381429/9093229
h platform.h
#ifndef _PLATFORM_H_
#define _PLATFORM_H_
//
// ************* OPTIONS **************
// #define MCLK (66000000)
//
#define MCLKM (66)
#define PLLP (3)
#define MCLK (MCLKM
www.eeworm.com/read/363985/9927014
v dcache.v
`timescale 1ns/10ps
`include "pardef"
/*****************************************************************************
$RCSfile: dcache.v,v $
$Revision: 1.15 $
$Author: kohlere $
$Date: 2000/05/04 16:31
www.eeworm.com/read/363985/9927074
v dcache.v
`timescale 1ns/10ps
`include "pardef.v"
/*****************************************************************************
$RCSfile: dcache.v,v $
$Revision: 1.23 $
$Author: kohlere $
$Date: 2000/05/04 16:
www.eeworm.com/read/245162/12813829
c bitstr.c
/****************************************************************************/
/*
* bitstr.c -- BitStream files handling
*
* Author : St閜hane TAVENARD
*
* (C) Copyright 1997-1998 St閜hane TAVE
www.eeworm.com/read/319276/13456548
h fg_nandbuf.h
/*
* NandFlash缓冲机制头文件
*/
#ifndef __FG_NANDBUF_H__
#define __FG_NANDBUF_H__
#define MAX_NAND_CACHE_COUNT 4
typedef struct _NandCacheHeader {
unsigned char bUsed; // 标识某块是否使用
unsigned long nUs
www.eeworm.com/read/319276/13456555
h fg_nandbuf.h
/*
* NandFlash缓冲机制头文件
*/
#ifndef __FG_NANDBUF_H__
#define __FG_NANDBUF_H__
#define MAX_NAND_CACHE_COUNT 4
typedef struct _NandCacheHeader {
unsigned char bUsed; // 标识某块是否使用
unsigned long nUs
www.eeworm.com/read/152843/5664330
h export.h
/*
* include/linux/nfsd/export.h
*
* Public declarations for NFS exports. The definitions for the
* syscall interface are in nfsctl.h
*
* Copyright (C) 1995-1997 Olaf Kirch
www.eeworm.com/read/152695/5668828
s kgdb.s
/*
* Copyright (C) 2000 Murray Jensen
*
* See file CREDITS for list of people who contributed to this
* project.
*
* This program is free software; you can r