代码搜索:cache
找到约 10,000 项符合「cache」的源代码
代码结果 10,000
www.eeworm.com/read/118881/6093326
java cache.java
/*
* Cache.java
*/
package org.hsql;
import java.io.*;
import java.sql.*;
class Cache {
private RandomAccessFile rFile;
private final static int LENGTH=1
www.eeworm.com/read/117181/6109261
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/117181/6109262
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: cache valid
www.eeworm.com/read/116793/6112315
c cache.c
/*
** Copyright (c) 1995-2001 Hughes Technologies Pty Ltd. All rights
** reserved.
**
** Terms under which this software may be used or copied are
** provided in the specific license associated w
www.eeworm.com/read/116793/6112320
h cache.h
/*
** cache Header File (Public)
*/
/***********************************************************************
** Standard header preamble. Ensure singular inclusion, setup for
** function prototypes
www.eeworm.com/read/116006/6115214
cpp cache.cpp
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//
// This source code is licensed under Microsoft Shared Source License
// Version 1.0 for Windows CE.
// For a copy of the l
www.eeworm.com/read/116006/6115216
h cache.h
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//
// This source code is licensed under Microsoft Shared Source License
// Version 1.0 for Windows CE.
// For a copy of the l
www.eeworm.com/read/116006/6115288
c cache.c
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//
// This source code is licensed under Microsoft Shared Source License
// Version 1.0 for Windows CE.
// For a copy of the l