代码搜索:Cache优化
找到约 10,000 项符合「Cache优化」的源代码
代码结果 10,000
www.eeworm.com/read/144314/5750522
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/144314/5750524
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/143923/5753956
java cache.java
/**
* Copyright 2003-2005 the original author or authors.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
*
www.eeworm.com/read/143791/5754761
s cache.s
/*
* Cache-handling routined for MIPS 4K CPUs
*
* Copyright (c) 2003 Wolfgang Denk
*
* See file CREDITS for list of people who contributed to this
* project.
*
* This program is
www.eeworm.com/read/143791/5754876
s cache.s
#include
#include
#include
#include
#include
#include
#include
#ifndef CACHE_LINE_SIZE
# define CACHE_LINE_
www.eeworm.com/read/143791/5755460
s cache.s
/*
* Cache-handling routined for MIPS 4K CPUs
*
* Copyright (c) 2003 Wolfgang Denk
*
* See file CREDITS for list of people who contributed to this
* project.
*
* This program is
www.eeworm.com/read/143791/5755575
s cache.s
#include
#include
#include
#include
#include
#include
#include
#ifndef CACHE_LINE_SIZE
# define CACHE_LINE_
www.eeworm.com/read/141726/5768989
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:
www.eeworm.com/read/141726/5768990
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