代码搜索:Cache优化
找到约 10,000 项符合「Cache优化」的源代码
代码结果 10,000
www.eeworm.com/read/168684/9902064
vhd cache.vhd
--
-- cache.vhd
--
-- Bytecode caching
--
--
-- 2005-01-11 first version
--
Library IEEE;
use IEEE.std_logic_1164.all;
use ieee.numeric_std.all;
entity cache is
generic (jpc_width : in
www.eeworm.com/read/168448/9912942
c cache.c
/*****************************************
NAME: cache.c
DESC: CACHE test
HISTORY:
2002.03.07: ver 0.0
*****************************************/
#include "def.h"
#include "option.h"
#i
www.eeworm.com/read/168448/9912948
h cache.h
#ifndef __CACHE_H__
#define __CACHE_H__
void Test_ICache(void);
#endif /*__CACHE_H__*/
www.eeworm.com/read/168341/9919577
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/168341/9919594
h cache.h
#ifndef __CACHE_H__
#define __CACHE_H__
void Test_ICache(void);
#endif /*__CACHE_H__*/
www.eeworm.com/read/167847/9950348
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/167696/9955537
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/167696/9955546
h cache.h
#ifndef __CACHE_H__
#define __CACHE_H__
void Test_ICache(void);
#endif /*__CACHE_H__*/