代码搜索:shift
找到约 10,000 项符合「shift」的源代码
代码结果 10,000
www.eeworm.com/read/152843/5658230
c hash_utils_64.c
/*
* PowerPC64 port by Mike Corrigan and Dave Engebretsen
* {mikejc|engebret}@us.ibm.com
*
* Copyright (c) 2000 Mike Corrigan
*
* SMP scalability work:
* Copyright (
www.eeworm.com/read/152843/5658490
c op_model_rs64.c
/*
* Copyright (C) 2004 Anton Blanchard , IBM
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* a
www.eeworm.com/read/152843/5658600
c pci_iommu.c
/* $Id: pci_iommu.c,v 1.17 2001/12/17 07:05:09 davem Exp $
* pci_iommu.c: UltraSparc PCI controller IOM/STC support.
*
* Copyright (C) 1999 David S. Miller (davem@redhat.com)
* Copyright (C) 1999,
www.eeworm.com/read/152843/5658669
c dvma.c
/*
* linux/arch/m68k/sun3/dvma.c
*
* Written by Sam Creasey
*
* Sun3 IOMMU routines used for dvma accesses.
*
*/
#include
#include
#include
#inc
www.eeworm.com/read/152843/5660198
s ashxdi3.s
/*
* linux/arch/m32r/lib/ashxdi3.S
*
* Copyright (C) 2001,2002 Hiroyuki Kondo, and Hirokazu Takata
*
*/
/* $Id$ */
#include
;
; input (r0,r1) src
; input r2
www.eeworm.com/read/152843/5660203
c init.c
/*
* linux/arch/m32r/mm/init.c
*
* Copyright (c) 2001, 2002 Hitoshi Yamamoto
*
* Some code taken from sh version.
* Copyright (C) 1999 Niibe Yutaka
* Based on linux/arch/i386/mm/init
www.eeworm.com/read/152843/5660888
map defkeymap.map
# Default keymap for 3270 (ebcdic codepage 037).
keymaps 0-1,4-5
keycode 0 = nul Oslash
keycode 1 = nul a
keycode 2 = nul b
keycode 3 = nul c
keycode 4 = nul d
keycode 5 = nul e
key
www.eeworm.com/read/475955/6770773
c keystate.c
#include
#include
void main(void)
{
unsigned int state, old_state = 0;
do {
state = _bios_keybrd(_KEYBRD_SHIFTSTATUS);
if (state != old_state)
www.eeworm.com/read/476079/6773399
m ss_mlsrs.m
function [seq]=ss_mlsrs(connections);
% [seq]=ss_mlsrs(connections)
% SS_MLSRS generates the maximal length shift-register sequence when the
% shift-register connections are given as input to
www.eeworm.com/read/475717/6776101
h fft.h
/* fix_fft.c - Fixed-point in-place Fast Fourier Transform */
/*
All data are fixed-point short integers, in which -32768
to +32768 represent -1.0 to +1.0 respectively. Integer
arithmetic i