代码搜索:SWAP

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

代码结果 10,000
www.eeworm.com/read/292705/3945628

h swap.h

#ifndef _LINUX_SWAP_H #define _LINUX_SWAP_H #include #include #define SWAP_FLAG_PREFER 0x8000 /* set if swap priority specified */ #define SWAP_FLAG_PRIO_MASK 0x7fff
www.eeworm.com/read/288937/3998102

h swap.h

/* Calls to enable and disable swapping on specified locations. Linux version. Copyright (C) 1996, 1998, 1999 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU
www.eeworm.com/read/288937/3998363

h swap.h

#ifndef _LINUX_SWAP_H #define _LINUX_SWAP_H #include #include #define SWAP_FLAG_PREFER 0x8000 /* set if swap priority specified */ #define SWAP_FLAG_PRIO_MASK 0x7fff
www.eeworm.com/read/274140/4188048

h swap.h

/********** * Copyright (c) 2004 Greg Parker. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the follo
www.eeworm.com/read/273740/4198167

h swap.h

#define CONFIG_MTD_CFI_LE_BYTE_SWAP 1
www.eeworm.com/read/273740/4198172

h swap.h

#undef CONFIG_MTD_CFI_BE_BYTE_SWAP
www.eeworm.com/read/447644/1700668

m swap.m

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

c swap.c

/* $Header: /usr/cvsroot/target/src/wrn/wm/demo/lib/swap.c,v 1.3 2003/01/15 14:04:37 josh Exp $ */ /* * Copyright (C) 1999-2005 Wind River Systems, Inc. * All rights reserved. Provided under licen
www.eeworm.com/read/439082/1812283

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
www.eeworm.com/read/439082/1815644

h swap.h

#ifndef _LINUX_SWAP_H #define _LINUX_SWAP_H #include #include #define SWAP_FLAG_PREFER 0x8000 /* set if swap priority specified */ #define SWAP_FLAG_PRIO_MASK 0x7fff