代码搜索:SWAP
找到约 10,000 项符合「SWAP」的源代码
代码结果 10,000
www.eeworm.com/read/366702/2881283
c 20030414-2.c
/* Copyright (C) 2003 Free Software Foundation.
Check that constant folding (c1 - x) op c2 into x swap(op) c1-c2
doesn't break anything.
Written by Roger Sayle, 27th March 2003. */
/* { d
www.eeworm.com/read/362989/2924394
h shmem_fs.h
#ifndef __SHMEM_FS_H
#define __SHMEM_FS_H
#include
#include
/* inode in-kernel data */
#define SHMEM_NR_DIRECT 16
struct shmem_inode_info {
spinlock_t lock;
u
www.eeworm.com/read/360007/2970914
c eth_util.c
#include
#include
static inline unsigned short _word_swap(unsigned short v){
unsigned short _v;
_v = ((v & 0x00ff) > 8);
re
www.eeworm.com/read/357083/3030226
h swapctl.h
#ifndef _LINUX_SWAPCTL_H
#define _LINUX_SWAPCTL_H
typedef struct pager_daemon_v1
{
unsigned int tries_base;
unsigned int tries_min;
unsigned int swap_cluster;
} pager_daemon_v1;
typedef pager_daem
www.eeworm.com/read/263827/4298716
c function.c
#define __OS_SOURCE_FILE__
#ifndef _WIN32
#include "Kernel.h"
#include "SCL.h"
#include "RbcCmd.h"
#include "HAL.h"
#define SWAP2(x) ((((x) & 0xFF) > 8) & 0xFF))
#ifd
www.eeworm.com/read/252046/4412092
c function.c
#define __OS_SOURCE_FILE__
#ifndef _WIN32
#include "Kernel.h"
#include "SCL.h"
#include "RbcCmd.h"
#include "HAL.h"
#define SWAP2(x) ((((x) & 0xFF) > 8) & 0xFF))
#ifd
www.eeworm.com/read/152843/5659260
c pgtable.c
/*
* linux/arch/i386/mm/pgtable.c
*/
#include
#include
#include
#include
#include
#include
#include
www.eeworm.com/read/475959/6771506
cpp 3_12.cpp
#include
using namespace std;
long int gcd(long int m,long int n) //求最大公约数
{ if (m < n) swap(m,n);
while (n>0)
{ int r = m%n; m = n; n = r; }
return m;
}
long int lc
www.eeworm.com/read/394520/8220390
h jconfig.h
#ifndef JCONFIG_H
#define JCONFIG_H
#define IMAGE_WIDTH 320
#define IMAGE_HEIGHT 240
#define VIDEO_PALETTE_RAW_JPEG 20
#define VIDEO_PALETTE_JPEG 21
#define SWAP_RGB 1
int bpp;
/* our own ioctl *
www.eeworm.com/read/392410/8344405
h jconfig.h
#ifndef JCONFIG_H
#define JCONFIG_H
#define IMAGE_WIDTH 320
#define IMAGE_HEIGHT 240
#define VIDEO_PALETTE_RAW_JPEG 20
#define VIDEO_PALETTE_JPEG 21
#define SWAP_RGB 1
int bpp;
/* our own ioctl *