代码搜索:Cache

找到约 10,000 项符合「Cache」的源代码

代码结果 10,000
www.eeworm.com/read/290540/3972662

s cache.s

#define ASSEMBLY #include #include .text .align 2 ENTRY(blackfin_icache_flush_range) R2 = -32; R2 = R0 & R2; P0 = R2; P1 = R1; CSYNC; 1: IFLUSH[P0++
www.eeworm.com/read/290540/3972736

s cache.s

#include #include #include #include #include #include #include #ifndef CACHE_LINE_SIZE # define CACHE_LINE_
www.eeworm.com/read/290267/3981053

c cache.c

/* * Copyright (C) 2004-2006 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 1999-2003 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software f
www.eeworm.com/read/290267/3981094

h cache.h

/* * Copyright (C) 2004, 2005 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software
www.eeworm.com/read/288987/3996481

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
www.eeworm.com/read/288987/3996483

~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
www.eeworm.com/read/288987/3996490

cfg cache.cfg

-$A8 -$B- -$C+ -$D+ -$E- -$F- -$G+ -$H+ -$I+ -$J- -$K- -$L+ -$M- -$N+ -$O+ -$P+ -$Q- -$R- -$S- -$T- -$U- -$V+ -$W- -$X+ -$YD -$Z1 -cg -AWinTypes=Windows;WinProcs=Windows;Dbi
www.eeworm.com/read/288987/3996492

dof cache.dof

[FileVersion] Version=7.0 [Compiler] A=8 B=0 C=1 D=1 E=0 F=0 G=1 H=1 I=1 J=0 K=0 L=1 M=0 N=1 O=1 P=1 Q=0 R=0 S=0 T=0 U=0 V=1 W=0 X=1 Y=1 Z=1 ShowHints=1 ShowWarnings=1 U
www.eeworm.com/read/288937/3998406

h cache.h

#ifndef __LINUX_CACHE_H #define __LINUX_CACHE_H #include #include #ifndef L1_CACHE_ALIGN #define L1_CACHE_ALIGN(x) (((x)+(L1_CACHE_BYTES-1))&~(L1_CACHE_BYTES-1)) #endi
www.eeworm.com/read/288937/3998432

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