代码搜索:shift
找到约 10,000 项符合「shift」的源代码
代码结果 10,000
www.eeworm.com/read/160303/5574647
look-for-txt
#!/bin/sh
#
# this script looks for a TXT resource record at a given name
# It does so using lwdnsq in HEAD
# and
# with dig in 2.xx
#
# arg #1 is name
# arg #2 is public key fragment to look for
www.eeworm.com/read/158872/5590066
shlib-install
#! /bin/sh
#
# shlib-install - install a shared library and do any necessary host-specific
# post-installation configuration (like ldconfig)
#
# usage: shlib-install [-D] -O host_os -d installation
www.eeworm.com/read/156531/5611562
pm queue.pm
package Thread::Queue;
use Thread qw(cond_wait cond_broadcast);
=head1 NAME
Thread::Queue - thread-safe queues
=head1 SYNOPSIS
use Thread::Queue;
my $q = new Thread::Queue;
www.eeworm.com/read/154890/5631743
cxx keyboard.cxx
//
// "$Id: keyboard.cxx,v 1.1.1.1 2003/08/07 21:18:42 jasonk Exp $"
//
// Keyboard/event test program for the Fast Light Tool Kit (FLTK).
//
// Continuously display FLTK's event state.
//
// Known bu
www.eeworm.com/read/154890/5633046
c hu_stuff.c
// Emacs style mode select -*- C++ -*-
//-----------------------------------------------------------------------------
//
// $Id: hu_stuff.c,v 1.2 2003/09/08 22:34:28 jasonk Exp $
//
// Copyright (
www.eeworm.com/read/154101/5642036
rsp runxst_tcl.rsp
set allSynthModules {upcnt4.MOD shift8.MOD i2c_control.MOD uc_interface.MOD i2c.MOD}
www.eeworm.com/read/152843/5656151
c led.c
/*
* arch/sh/boards/se/73180/led.c
*
* Derived from arch/sh/boards/se/770x/led.c
*
* Copyright (C) 2000 Stuart Menefy
*
* May be copied or modified under the terms of the
www.eeworm.com/read/152843/5657012
c init.c
/*
* linux/arch/arm26/mm/init.c
*
* Copyright (C) 1995-2002 Russell King
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public
www.eeworm.com/read/152843/5658227
c mem.c
/*
* PowerPC version
* Copyright (C) 1995-1996 Gary Thomas (gdt@linuxppc.org)
*
* Modifications by Paul Mackerras (PowerMac) (paulus@cs.anu.edu.au)
* and Cort Dougan (PReP) (cort@cs.nmt.edu
www.eeworm.com/read/152843/5658604
s dtlb_backend.s
/* $Id: dtlb_backend.S,v 1.16 2001/10/09 04:02:11 davem Exp $
* dtlb_backend.S: Back end to DTLB miss replacement strategy.
* This is included directly into the trap table.
*
* Cop