代码搜索:Cache
找到约 10,000 项符合「Cache」的源代码
代码结果 10,000
www.eeworm.com/read/136812/5860687
c mptest_msg.c
/*
* @(#)mptest_msg.c - Rev 1.1 - 7/30/92
*
* mptest_msg.c: message file for mptest_msg.c
*
*/
char *routine_msg = "%s specific arguments: \n\
T=n : The subtests to be run, n is an integer
www.eeworm.com/read/136786/5862277
c r5432.c
/*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main directory of this archive
* for more details.
*
* r5432.c: NEC Vr543
www.eeworm.com/read/136786/5863963
e100lpslaveld
MEMORY
{
cache : ORIGIN = 0x380000f0,
LENGTH = 784
}
SECTIONS
{
.text :
{
*(.text)
} > cache
.data :
{
*(.data)
*(COMMON)
} > cache
.bss :
{
*(.bss)
} > cache
}
www.eeworm.com/read/136445/5871306
cs cscache.cs
//------------------------------------------------------------------------------
//
// Copyright (c) Telligent Systems Corporation. All rights reserved.
www.eeworm.com/read/136445/5871427
cs avatarhttphandler.cs
//------------------------------------------------------------------------------
//
// Copyright (c) Telligent Systems Corporation. All rights reserved.
www.eeworm.com/read/136445/5872201
cs gallerypictureshttphandler.cs
//------------------------------------------------------------------------------
//
// Copyright (c) Telligent Systems Corporation. All rights reserved.
www.eeworm.com/read/135941/5876313
h cacheflush.h
/*
* include/asm-sh/cpu-sh3/cacheflush.h
*
* Copyright (C) 1999 Niibe Yutaka
*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in
www.eeworm.com/read/135880/5877237
h sysconf.h
/***********************************************************************/
/* */
/* MODULE: BDTest/sysconf.h
www.eeworm.com/read/135677/5883510
h arp.h
/*
*Copyright (c) 2000-2002 Viola Systems Ltd.
*All rights reserved.
*
*Redistribution and use in source and binary forms, with or without
*modification, are permitted provided that the fol
www.eeworm.com/read/134188/5893451
java entitycachetester.java
package org.jasig.portal.concurrency.caching;
import java.util.Date;
import junit.framework.TestCase;
import junit.framework.TestSuite;
import org.jasig.portal.EntityIdentifier;
import org.jasig.po