代码搜索:shift
找到约 10,000 项符合「shift」的源代码
代码结果 10,000
www.eeworm.com/read/159825/5580879
h md.h
/*
md.h : Multiple Devices driver for Linux
Copyright (C) 1994-96 Marc ZYNGIER
or
This program is free software; you
www.eeworm.com/read/159825/5581255
h page.h
#ifndef _M68K_PAGE_H
#define _M68K_PAGE_H
#include
#include
/* PAGE_SHIFT determines the page size */
#define PAGE_SHIFT 12
#define PAGE_SIZE (1UL
www.eeworm.com/read/158865/5592724
c qbitshft.c
#include "f2c.h"
longint
#ifdef KR_headers
qbit_shift(a, b) longint a; integer b;
#else
qbit_shift(longint a, integer b)
#endif
{
return b >= 0 ? a > -b);
}
www.eeworm.com/read/158220/5597880
map javamail.charset.map
### JDK-to-MIME charset mapping table ####
### This should be the first mapping table ###
8859_1 ISO-8859-1
iso8859_1 ISO-8859-1
ISO8859-1 ISO-8859-1
8859_2 ISO-8859-2
iso8859_2 ISO-8859-2
www.eeworm.com/read/158220/5597900
map javamail.charset.map
### JDK-to-MIME charset mapping table ####
### This should be the first mapping table ###
8859_1 ISO-8859-1
iso8859_1 ISO-8859-1
ISO8859-1 ISO-8859-1
8859_2 ISO-8859-2
iso8859_2 ISO-8859-2
www.eeworm.com/read/156531/5611507
pm bblock.pm
package B::Bblock;
use Exporter ();
@ISA = "Exporter";
@EXPORT_OK = qw(find_leaders);
use B qw(peekop walkoptree walkoptree_exec
main_root main_start svref_2object);
use B::Terse;
use stric
www.eeworm.com/read/155549/5621395
c lcdl0delta.c
/*
*********************************************************************************************************
* uC/GUI
* Univers
www.eeworm.com/read/155374/5624278
h memory.h
/*
* linux/include/asm-arm/memory.h
*
* Copyright (C) 2000-2002 Russell King
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Pu
www.eeworm.com/read/153824/5644858
c debug.c
/* debug.c - Simple debugging "switch" */
/* Written 1998-2000 by Werner Almesberger, EPFL DI-ICA */
#if HAVE_CONFIG_H
#include
#endif
#include
#include
#include
www.eeworm.com/read/152843/5657279
c patch.c
/*
* Instruction-patching support.
*
* Copyright (C) 2003 Hewlett-Packard Co
* David Mosberger-Tang
*/
#include
#include
#include