代码搜索:Memory
找到约 10,000 项符合「Memory」的源代码
代码结果 10,000
www.eeworm.com/read/305703/3770968
h memory.h
/* MShowTec - www.mshowtec.com
** msLinux memory.h ver1.0
** 20051221 lmjx create limiao@mshowtec.com
**
*/
#ifndef MSLINUX_MEMORY_H
#define MSLINUX_MEMORY_H
#include "Align.h"
typedef
www.eeworm.com/read/305703/3770969
c memory.c
/* MShowTec - www.mshowtec.com
** msLinux memory.c ver1.0
** 20051221 lmjx create limiao@mshowtec.com
**
*/
#define MSLINUX_MEMORY_C
#include "memory.h"
struct tag_Pool
{
unsigned sho
www.eeworm.com/read/304849/3784489
h memory.h
//
// Visopsys
// Copyright (C) 1998-2007 J. Andrew McLaughlin
//
// This program is free software; you can redistribute it and/or modify it
// under the terms of the GNU General Public License a
www.eeworm.com/read/304849/3784504
h memory.h
//
// Visopsys
// Copyright (C) 1998-2007 J. Andrew McLaughlin
//
// This library is free software; you can redistribute it and/or modify it
// under the terms of the GNU Lesser General Public
www.eeworm.com/read/304805/3785451
c memory.c
/* This file contains the device dependent part of the drivers for the
* following special files:
* /dev/ram - RAM disk
* /dev/mem - absolute memory
* /dev/kmem - kernel virtual mem
www.eeworm.com/read/304805/3785559
h memory.h
/* Physical memory layout on IBM compatible PCs. Only the major, fixed memory
* areas are detailed here. Known addresses of the BIOS data area are defined
* in . The map upper memory ar
www.eeworm.com/read/304657/3792509
java no_memory.java
/* NO_MEMORY.java --
Copyright (C) 2005, 2006 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath is free software; you can redistribute it and/or modify
it under the
www.eeworm.com/read/304405/3799633
h memory.h
#ifndef OS_MEMORY_MEMORY
#define OS_MEMORY_MEMORY
#include"../kernel/kernel.h"
#include"arch.h"
#include"memory_struct.h"
#include"memory_function.h"
#include"call_memory.h"
extern stru
www.eeworm.com/read/304405/3799707
c memory.c
#include"../include/os.h"
static int hash_function(int file_window,int logic_block)
{
int i,j;
i=(*(memory_body->file_number));
i=i*file_window;
i=i+logic_block;
j=(*(memory_body->hash
www.eeworm.com/read/304177/3803229
ld memory.ld
//*----------------------------------------------------------------------------
//* ATMEL Microcontroller Software Support - ROUSSET -
//*-------------------------------------------------