代码搜索:Cache优化
找到约 10,000 项符合「Cache优化」的源代码
代码结果 10,000
www.eeworm.com/read/140502/13078228
h platform.h
#ifndef _PLATFORM_H_
#define _PLATFORM_H_
#include "Common.h"
//
// ************* OPTIONS **************
// #define MCLK (66000000)
//
//#define MCLKM (66)
//ZhaoIC
#define
www.eeworm.com/read/323119/13351616
result lowercase_table_qcache.result
set GLOBAL query_cache_size=1355776;
drop database if exists MySQLtesT;
create database MySQLtesT;
create table MySQLtesT.t1 (a int);
select * from MySQLtesT.t1;
a
show status like "Qcache_queries_in_
www.eeworm.com/read/302845/13826391
c ohci-mem.c
/*
* OHCI HCD (Host Controller Driver) for USB.
*
* (C) Copyright 1999 Roman Weissgaerber
* (C) Copyright 2000-2002 David Brownell
*
* This
www.eeworm.com/read/152843/5662054
c ohci-mem.c
/*
* OHCI HCD (Host Controller Driver) for USB.
*
* (C) Copyright 1999 Roman Weissgaerber
* (C) Copyright 2000-2002 David Brownell
*
* This
www.eeworm.com/read/135153/5889283
h uncompress.h
/*
* linux/include/asm-arm/proc-armv/uncompress.h
*
* Copyright (C) 1997 Russell King
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU G
www.eeworm.com/read/132821/5909180
h gendc.h
#ifndef GENDC_H
#define GENDC_H
typedef struct _cache_tags {
unsigned int tag;
unsigned int dirty;
unsigned int valid;
unsigned int lock;
} cache_tags;
typedef struct _data_cache {
www.eeworm.com/read/120251/6079175
patch pyste-environ.patch
diff -a -u -r1.1 -r1.2
--- CppParser.py 10 Jul 2004 23:32:00 -0000 1.1
+++ CppParser.py 11 Jul 2004 12:49:46 -0000 1.2
@@ -25,7 +25,7 @@
class CppParser:
'Parses a header file and returns a
www.eeworm.com/read/113165/6141189
patch pyste-environ.patch
diff -a -u -r1.1 -r1.2
--- CppParser.py 10 Jul 2004 23:32:00 -0000 1.1
+++ CppParser.py 11 Jul 2004 12:49:46 -0000 1.2
@@ -25,7 +25,7 @@
class CppParser:
'Parses a header file and returns a
www.eeworm.com/read/110034/6171467
h uncompress.h
/*
* linux/include/asm-arm/proc-armv/uncompress.h
*
* Copyright (C) 1997 Russell King
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU G
www.eeworm.com/read/485110/6564495
c databasefs.c
/*****************************************************************************
* DatabaseFS - Copyright Eric Lorimer (5/02)
*
* DatabaseFS is a samba VFS module connecting to a MySQL database and a