代码搜索:shift
找到约 10,000 项符合「shift」的源代码
代码结果 10,000
www.eeworm.com/read/190666/5179886
c if-shift.c
/* Copyright (C) 2000 Free Software Foundation, Inc. */
/* { dg-do preprocess } */
/* Test shift operators. */
#if 1 >
www.eeworm.com/read/188937/5204670
vm shift.vm
uiHtml_Window.getInstance().appendEventHandler("load", function(e) {
uiShift_driver.${callback}("$!{injectTo}", "$!{injectToName}", "$!{applyTo}", "$!{applyToName}");
www.eeworm.com/read/178760/5312782
s shift.s
;;
__rrulong_rrx_s::
ld hl,#2+4
add hl,sp
ld c,(hl)
dec hl
ld d,(hl)
dec hl
www.eeworm.com/read/178760/5313242
s shift.s
;;
__rrulong_rrx_s::
ld hl,#2
add hl,sp
ld e,(hl)
inc hl
ld d,(hl)
inc hl
ld c,(hl)
www.eeworm.com/read/173347/5374890
ksh shift.ksh
#!/bin/ksh
# Script name: shift.ksh
USAGE="usage: $0 arg1 arg2 ... argN"
if (( $# == 0 ))
then
print $USAGE
exit 1
fi
print "The arguments to the script are:"
while (($#))
do
print $1
shift
do
www.eeworm.com/read/173155/5376312
m shift.m
% Program 5-4
% shift.m
%
% Shift the contents of the register.
%
% Programmed by M.Okita and H.Harada
%
function [outregi] = shift(inregi,shiftr,shiftu)
% ********************************
www.eeworm.com/read/168968/5429180
edf shift.edf
(edif shift
(edifVersion 2 0 0)
(edifLevel 0)
(keywordMap (keywordLevel 0))
(status
(written
(timeStamp 2002 4 11 10 53 45)
(author "Synplicity, Inc.")
(program "Synplify
www.eeworm.com/read/168968/5429251
ncd shift.ncd
XILINX-XDB 0.1 STUB 0.1 ASCII
XILINX-XDM V1.4
###6248:XlxV32DM 3ff4 1850eNqNW9mS28iO/ZV+6Af74VYpkQtJc7ojBIklM1wllZayq8LhYNR6x3O9dPRyH2b64we5IIlkqzUTYSUOkAkgF1A8pMo/OvP8P7NWqfbH3fO/P//2+fu3Nz+oM2
www.eeworm.com/read/162614/5515710
md shift.md
;; Machine Descriptions for R8C/M16C/M32C
;; Copyright (C) 2005
;; Free Software Foundation, Inc.
;; Contributed by Red Hat.
;;
;; This file is part of GCC.
;;
;; GCC is free software; you can redistr