代码搜索:SWAP

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

代码结果 10,000
www.eeworm.com/read/318028/3572733

m swap.m

%编写swap函数 function [a,b]=swap(a,b) a=a+b;b=a-b;a=a-b;
www.eeworm.com/read/318028/3572872

m swap.m

%编写swap函数 function [a,b]=swap(a,b) a=a+b;b=a-b;a=a-b;
www.eeworm.com/read/316872/3598284

h swap.h

#ifndef _LINUX_SWAP_H #define _LINUX_SWAP_H #include #include #include #include #include #include
www.eeworm.com/read/316872/3603930

c swap.c

/* * linux/kernel/power/swap.c * * This file provides functions for reading the suspend image from * and writing it to a swap partition. * * Copyright (C) 1998,2001-2005 Pavel Machek
www.eeworm.com/read/316721/3608553

m swap.m

%编写swap函数 function [a,b]=swap(a,b) a=a+b;b=a-b;a=a-b;
www.eeworm.com/read/312645/3650548

h swap.h

/* * Copyright (c) 2001 Greg Haerr * * Byte and word swapping header file for big/little endian mapping */ #ifdef __ECOS // FIXME! #define wswap(x) (x) #define dwswap(
www.eeworm.com/read/309828/3703689

m swap.m

%编写swap函数 function [a,b]=swap(a,b) a=a+b;b=a-b;a=a-b;
www.eeworm.com/read/304805/3785570

h swap.h

/* minix/swap.h Defines the super block of swap partitions and some useful constants. Created: Aug 2, 1992 by Philip Homburg */ #ifndef _MINIX__SWAP_H #define _MINIX__SWAP_H /* Two possible layout
www.eeworm.com/read/302839/3822719

isa swap.isa

//This template provides the execute functions for a swap def template SwapExecute {{ Fault %(class_name)s::execute(%(CPU_exec_context)s *xc, Trace::InstRecord *traceData) con
www.eeworm.com/read/292705/3942261

c swap.c

/* * linux/mm/swap.c * * Copyright (C) 1991, 1992, 1993, 1994 Linus Torvalds */ /* * This file contains the default values for the opereation of the * Linux VM subsystem. Fine-tuning documen