代码搜索:Cache
找到约 10,000 项符合「Cache」的源代码
代码结果 10,000
www.eeworm.com/read/450298/1671694
java cache.java
package com.opensource.blog.service.cache;
public interface Cache {
/**
*
* @param key
* @param value
*/
public void add(Object key, Object value);
/**
*
* @p
www.eeworm.com/read/449675/1675006
java cache.java
//$Id: Cache.java 11398 2007-04-10 14:54:07Z steve.ebersole@jboss.com $
package org.hibernate.cache;
import java.util.Map;
/**
* Implementors define a caching algorithm. All implementors
* must
www.eeworm.com/read/448675/1685337
po cache.po
cache.o: common/cache.c common/instr.h common/inttypes.h \
/usr/include/stdlib.h /usr/include/features.h /usr/include/sys/cdefs.h \
/usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \
/usr/i
www.eeworm.com/read/448675/1685359
c cache.c
#include "instr.h"
#include "emul.h"
int
decode_cache(MIPS_State* mstate, Instr instr) //Use in Cache Instruction, it's unuseable in R3000
{
// CP0 is usable in kernel mode or when the CU bit i
www.eeworm.com/read/448675/1685361
h cache.h
#ifndef _CACHE_H_
#define _CACHE_H_
#include "types.h"
/* This header describes a physically-indexed, physically-taged MIPS cache.
* Both direct mapped and n-way set-associative caches are supporte
www.eeworm.com/read/448675/1685380
po cache.po
cache.o: common/mmu/cache.c ../../arch/arm/common/armdefs.h \
/usr/include/stdio.h /usr/include/features.h /usr/include/sys/cdefs.h \
/usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \
/usr
www.eeworm.com/read/448675/1685445
c cache.c
#include "armdefs.h"
/* mmu cache init
*
* @cache_t :cache_t to init
* @width :cache line width in byte
* @way :way of each cache set
* @set :cache set num
*
* $ -1: error
* 0: sucess
*/
www.eeworm.com/read/448675/1685446
h cache.h
#ifndef _MMU_CACHE_H_
#define _MMU_CACHE_H_
typedef struct cache_line_t
{
ARMword tag; /* cache line align address |
bit2: last half dirty
bit1: first half dirty
bit0: cac
www.eeworm.com/read/448560/1688000
java cache.java
package com.opensource.blog.service.cache;
public interface Cache {
/**
*
* @param key
* @param value
*/
public void add(Object key, Object value);
/**
*
* @p
www.eeworm.com/read/448120/1691972
java cache.java
/*
* Copyright (c) 2002-2007 Sun Microsystems, Inc. All rights reserved.
*
* The Sun Project JXTA(TM) Software License
*
* Redistribution and use in source and binary forms, with or withou