代码搜索:SWAP

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

代码结果 10,000
www.eeworm.com/read/411933/2179303

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 following
www.eeworm.com/read/410728/2202319

s swap.s

# sh testcase for swap # mach: all # as(sh): -defsym sim_cpu=0 # as(shdsp): -defsym sim_cpu=1 -dsp .include "testutils.inc" start swapb: set_grs_a5a5 mov #0x5a, r0 shll8 r0 or #0xa5, r0 ass
www.eeworm.com/read/410728/2202755

cgs swap.cgs

# frv testcase for swap @($GRi,$GRj),$GRk # mach: all .include "testutils.inc" start .global swap swap: set_gr_gr sp,gr20 set_mem_limmed 0xdead,0xbeef,sp inc_gr_immed -4,sp set_gr_gr sp,
www.eeworm.com/read/410339/2211061

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/410339/2211305

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/409126/2239053

m swap.m

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

java swap.java

package org.hibernate.test.annotations.embedded; import javax.persistence.AttributeOverride; import javax.persistence.Column; import javax.persistence.Embeddable; import javax.persistence.Embedded;
www.eeworm.com/read/398200/2382790

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(x) (x) #d
www.eeworm.com/read/395229/2445472

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/395229/2446006

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