代码搜索:shift
找到约 10,000 项符合「shift」的源代码
代码结果 10,000
www.eeworm.com/read/127781/5996026
c dvma.c
/* dvma support routines */
#include
#include
#include
#include
#include
#include
#include
www.eeworm.com/read/127781/5996971
c init.c
/*
* linux/arch/x86_64/mm/init.c
*
* Copyright (C) 1995 Linus Torvalds
* Copyright (C) 2000 Pavel Machek
* Copyright (C) 2002 Andi Kleen
*/
#include
www.eeworm.com/read/127781/5996972
c k8topology.c
/*
* AMD K8 NUMA support.
* Discover the memory map and associated nodes.
*
* Doesn't use the ACPI SRAT table because it has a questionable license.
* Instead the northbridge registers are read
www.eeworm.com/read/125688/6027029
c direct_cons_trygetchar.c
/*
* Copyright (c) 1994-1995, 1998, 1999 University of Utah and the Flux Group.
* All rights reserved.
*
* This file is part of the Flux OSKit. The OSKit is free software, also known
* as "open
www.eeworm.com/read/124931/6035302
pas u_search.pas
unit u_search;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
DBCtrls, Mask, StdCtrls, ExtCtrls, Grids, DBGrids;
type
TF_search = class(TFor
www.eeworm.com/read/124931/6035308
~pas u_search.~pas
unit u_search;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
DBCtrls, Mask, StdCtrls, ExtCtrls, Grids, DBGrids;
type
TF_search = class(TFor
www.eeworm.com/read/124910/6038908
c s_ilogbl.c
/* Software floating-point emulation.
ilogbl(x, exp)
Copyright (C) 1999 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Jakub Jelinek (jj@ultra.linux.
www.eeworm.com/read/124347/6053009
newsym
#!/bin/sh -x
lib=$1; shift
as=$1; shift
ar=$1; shift
ranlib=$1; shift
rm -rf newsym.dir
trap "rm -rf newsym.dir" 0 1 2 15
mkdir newsym.dir
while [ -n "$1" ]; do
newsym=$1; shift
oldsym=$1; shi
www.eeworm.com/read/124347/6053156
cygmagic
#!/bin/sh
# cygmagic - Generate "magic numbers" from a structure.
#
# Copyright 2001, 2002 Red Hat, Inc.
#
# This file is part of Cygwin.
#
# This software is a copyrighted work licensed under the t
www.eeworm.com/read/124347/6053190
mkh
#! /bin/sh
# mkh - pull headers out of C source
PATH=/bin:/usr/bin ; export PATH
# egrep pattern to pick out marked lines
egrep='^ =([ ]|$)'
# Sed program to process marked lines into lines for the