代码搜索:cache
找到约 10,000 项符合「cache」的源代码
代码结果 10,000
www.eeworm.com/read/125688/6022888
h cache.h
/*
* include/linux/nfsd/cache.h
*
* Request reply cache. This was heavily inspired by the
* implementation in 4.3BSD/4.4BSD.
*
* Copyright (C) 1995, 1996 Olaf Kirch
*/
#ifn
www.eeworm.com/read/125688/6023162
h cache.h
/*
* include/asm-i386/cache.h
*/
#ifndef __ARCH_I386_CACHE_H
#define __ARCH_I386_CACHE_H
/* bytes per L1 cache line */
#if CPU==586 || CPU==686
#define L1_CACHE_BYTES 32
#else
#define
www.eeworm.com/read/125688/6023342
h cache.h
/*
* include/asm-i386/cache.h
*/
#ifndef __ASMARM_CACHE_H
#define __ASMARM_CACHE_H
#define L1_CACHE_BYTES 32
#define L1_CACHE_ALIGN(x) (((x)+(L1_CACHE_BYTES-1))&~(L1_CACHE_BYTE
www.eeworm.com/read/125688/6023509
c cache.c
/*
* linux/fs/fat/cache.c
*
* Written 1992,1993 by Werner Almesberger
*
* Mar 1999. AV. Changed cache, so that it uses the starting cluster instead
* of inode number.
* May 1999. AV. Fixed
www.eeworm.com/read/125688/6027118
s cache.s
/*
* Copyright (c) 1999, 2001 University of Utah and the Flux Group.
* All rights reserved.
*
* This file is part of the Flux OSKit. The OSKit is free software, also known
* as "open source;" y
www.eeworm.com/read/124745/6040761
c cache.c
/*
* cache.c Offers ability to cache /etc/group, /etc/passwd,
* /etc/shadow,
*
* All users in the passwd/shadow files are stored in a hash table.
* the hash lookup is VERY fast, generally
www.eeworm.com/read/124745/6040763
h cache.h
/*
* cache.h Definitions for structures and functions needed in cache.c
*
* Version: cache.c 0.99 04-13-1999 jeff@apex.net
*/
#ifndef _CACHE_H
#define _CACHE_H
/* Misc definitions */
#define
www.eeworm.com/read/123456/6058770
dpr cache.dpr
program Cache;
uses
Forms,
CachedUp in 'CachedUp.pas' {CacheDemoForm},
ErrForm in 'Errform.pas' {UpdateErrorForm},
DataMod in 'DataMod.pas' {CacheData: TDataModule};
{$R *.RES}
be