代码搜索结果

找到约 79,096 项符合 Memory 的代码

memory.c

/* memory.c - xdr routine for coding/decoding WDB memory structures */ /* Copyright 1994-1998 Wind River Systems, Inc. */ #include "copyright_wrs.h" /* modification history -------------------- 01f,

memory.c

#include #include #include #define PAGE_SIZE 7 //uchar code table_bit[8]={0x01,0x02,0x04,0x08,0x10,0x20,0x40,0x80}; extern uchar code table_bit[8];

readme.arm-memory-map

Subject: Re: [PATCH][CFT] bring ARM memory layout in line with the documented behaviour From: "Anders Larsen" Date: Thu, 18 Sep 2003 14:15:21 +0200 To: Wolfgang Denk ...

memory.h

/* Memory.h - Memory mappings and remapping functions declarations */ /* Copyright - Galileo technology. */ #ifndef __INCmemoryh #define __INCmemoryh /* includes */ #include "core.h" /* defines *

memory.h

/* * linux/include/asm-arm/arch-s3c2400/memory.h by gj@denx.de * based on * linux/include/asm-arm/arch-sa1100/memory.h * * Copyright (c) 1999 Nicolas Pitre */ #ifndef __ASM_

memory.h

/* * linux/include/asm-arm/memory.h * * Copyright (C) 2000-2002 Russell King * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Pu

memory.c

/* Memory.c - Memory mappings and remapping functions */ /* Copyright - Galileo technology. */ /* modified by Josh Huber to clean some things up, and * fit it into the U-Boot framework */ #include

memory.h

/* Memory.h - Memory mappings and remapping functions declarations */ /* Copyright - Galileo technology. */ #ifndef __INCmemoryh #define __INCmemoryh /* includes */ #include "core.h" /* defines *

memory.java

package com.os.lyc; import java.util.LinkedList; public class Memory { public static int maxsize; public int memory[]; public int bsmi; //循环首次适应的开始指针 public int left; private Sub

memory.h

#ifndef MEMORY_H #define MEMORY_H #include "deftypes.h" /* memory.h */ #ifdef __GNU__ #define UNUSEDARG __attribute__((__unused__)) #else #define UNUSEDARG #endif /*********************************