代码搜索:Cache优化
找到约 10,000 项符合「Cache优化」的源代码
代码结果 10,000
www.eeworm.com/read/152843/5665298
h cache.h
/*
* include/asm-sh/cpu-sh2/cache.h
*
* Copyright (C) 2003 Paul Mundt
*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the mai
www.eeworm.com/read/152695/5668680
h cache.h
/*
* include/asm-ppc/cache.h
*/
#ifndef __ARCH_PPC_CACHE_H
#define __ARCH_PPC_CACHE_H
#include
#include
/* bytes per L1 cache line */
#if !defined(CONFIG_8xx) ||
www.eeworm.com/read/152695/5668714
s cache.s
/*
* Cache-handling routined for MIPS 4K CPUs
*
* Copyright (c) 2003 Wolfgang Denk
*
* See file CREDITS for list of people who contributed to this
* project.
*
* This pr
www.eeworm.com/read/152695/5668831
s cache.s
#include
#include
#include
#include
#include
#include
#include
#ifndef CACHE_LINE_SIZE
# define
www.eeworm.com/read/152661/5672395
c cache.c
/*=================================================================
//
// cache.c
//
// HAL Cache timing test
//
//=======================================================================
www.eeworm.com/read/151896/5678402
java cache.java
/*
* Copyright (c) 2002-2003 by OpenSymphony
* All rights reserved.
*/
package com.opensymphony.oscache.base;
import com.opensymphony.oscache.base.algorithm.AbstractConcurrentReadCache;
import com
www.eeworm.com/read/151570/5681017
cache_template
static FuncCache g_fc_main_func(main_func);
static FuncCache g_fc_derivative_func(derivative_func);
static bool init_cache()
{
// g_fc_main_func.set_func(main_func);
// g_fc_derivative
www.eeworm.com/read/151236/5685114
cache_template
static FuncCache g_fc_main_func(main_func);
static FuncCache g_fc_derivative_func(derivative_func);
static bool init_cache()
{
// g_fc_main_func.set_func(main_func);
// g_fc_derivative
www.eeworm.com/read/150592/5690091
h cache.h
#ifndef __CACHE_H__
#define __CACHE_H__
int Test_Cache(void);
void FlushCache(void);
#endif /*__CACHE_H__*/