代码搜索:SWAP
找到约 10,000 项符合「SWAP」的源代码
代码结果 10,000
www.eeworm.com/read/167728/5454585
c swap_source.c
/* matrix/swap_source.c
*
* Copyright (C) 1996, 1997, 1998, 1999, 2000 Gerard Jungman, Brian Gough
*
* This program is free software; you can redistribute it and/or modify
* it under the terms
www.eeworm.com/read/347503/3170127
s branch-swap.s
.set push
.set mips2
1: beqzl $2, 1b
b 1b
foo: beqzl $2, foo
b foo
.set pop
.space 8
www.eeworm.com/read/347503/3170129
d branch-swap.d
#as: -march=mips2 -32
#objdump: -dr
#name: MIPS branch-swap
.*: file format .*mips.*
Disassembly of section \.text:
00000000 :
0: 5040ffff beqzl v0,0
4: 00000000 no
www.eeworm.com/read/346457/3182887
c check_swap.c
#include
#include
#include
#include "sys.h"
#include "crisutils.h"
#define N 8
#define W 4
#define B 2
#define R 1
extern inline int cris_swap(const int mode, int x)
www.eeworm.com/read/344610/3207124
c swap_xa.c
#include "nptypes.h"
/* swap_xa.c
Copyright 2000 by InterNIche Technologies Inc. All rights reserved.
Copyright 1990-1996 by NetPort Software.
*/
//#pragma optimize 1
#pragma O0
u_l
www.eeworm.com/read/339586/3297680
h db_swap.h
/*-
* See the file LICENSE for redistribution information.
*
* Copyright (c) 1996-2004
* Sleepycat Software. All rights reserved.
*/
/*
* Copyright (c) 1990, 1993, 1994
* The Regents of the Un
www.eeworm.com/read/332131/3401310
src us-swap.src
/* Keymap for US MF-2 keyboard with the Caps Lock and Control key swapped. */
u16_t keymap[NR_SCAN_CODES * MAP_COLS] = {
/* scan-code !Shift Shift Alt1 Alt2 Alt+Sh Ctrl */
/* ======================
www.eeworm.com/read/328357/3444776
pod bn_swap.pod
=pod
=head1 NAME
BN_swap - exchange BIGNUMs
=head1 SYNOPSIS
#include
void BN_swap(BIGNUM *a, BIGNUM *b);
=head1 DESCRIPTION
BN_swap() exchanges the values of I and I.
L
www.eeworm.com/read/326293/3472511
c linux_swap.c
/*
* volume_id - reads filesystem label and uuid
*
* Copyright (C) 2004 Kay Sievers
*
* This program is free software; you can redistribute it and/or modify it
* under the
www.eeworm.com/read/312645/3662767
tcl swap4.tcl
#!/bin/bash
# restart using a Tcl shell \
exec sh -c 'for tclshell in tclsh tclsh83 cygtclsh80 ; do \
( echo | $tclshell ) 2> /dev/null && exec $tclshell "`( cygpath -w \"$0\" ) 2>