代码搜索:SWAP
找到约 10,000 项符合「SWAP」的源代码
代码结果 10,000
www.eeworm.com/read/375190/2735058
cpp swap_tests.cpp
// Copyright 2006-2008 Daniel James.
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
#include
www.eeworm.com/read/367071/2855342
s swap_hummer.s
/*********************************************************************/
/* */
/* Optimized BLAS libraries
www.eeworm.com/read/365785/2895118
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/365273/2898008
c i_swap.c
/**********************************/
/* */
/* Copyright 2000, David Grant */
/* */
/* see LICENSE for more details */
/*
www.eeworm.com/read/364550/2902916
h swap_fs.h
#ifndef __LINUX_SWAP_FS_H
#define __LINUX_SWAP_FS_H
/* The basic structures of the swap super block */
#define SWAP_MAGIC_L 10
#define SWAP_RESERVED_L (1024 - SWAP_MAGIC_L)
#define SWAP_MAGIC_1 "S
www.eeworm.com/read/362762/2927069
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/361884/2942670
h tu_swap.h
// tu_swap.h -- Ignacio Casta駉, Thatcher Ulrich 2003
// This source code has been donated to the Public Domain. Do
// whatever you want with it.
// Basic endian-swapping stuff.
#ifndef TU_SWAP_H
www.eeworm.com/read/358714/2984071
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/355768/3047814
c use_swap.c
#include
void swap_values(int *, int *);
void main(void)
{
int a = 1, b = 2;
printf("Original values a %d b %d\n", a, b);
swap_values(a, b);
printf("Swapped value
www.eeworm.com/read/355697/3049672
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