代码搜索:shift
找到约 10,000 项符合「shift」的源代码
代码结果 10,000
www.eeworm.com/read/250015/4443123
tests shift.tests
if test $# = 0; then
exec "$THIS_SH" $0 abc "d e" 123
fi
echo $0 $1 $2
shift
echo $0 $1 $2
shift 999
echo $0 $1 $2
shift 2
echo $0 $1 $2
shift 2
echo $0 $1 $2
shift
echo $0 $1 $2
www.eeworm.com/read/242732/4538109
c shift.c
/*
* SHIFT.C - shift internal batch command
*
*
* History:
*
* 16 Jul 1998 (Hans B Pufal)
* started.
*
* 16 Jul 1998 (John P Price)
* Separated commands into
www.eeworm.com/read/240162/4590160
c if-shift.c
/* Copyright (C) 2000 Free Software Foundation, Inc. */
/* { dg-do preprocess } */
/* Test shift operators. */
#if 1 >
www.eeworm.com/read/239230/4604925
right shift.right
./shift.tests abc d e
./shift.tests d e 123
./shift.tests d e 123
./shift.tests
./shift.tests
./shift.tests
www.eeworm.com/read/239230/4604926
tests shift.tests
if test $# = 0; then
exec "$THIS_SH" $0 abc "d e" 123
fi
echo $0 $1 $2
shift
echo $0 $1 $2
shift 999
echo $0 $1 $2
shift 2
echo $0 $1 $2
shift 2
echo $0 $1 $2
shift
echo $0 $1 $2
www.eeworm.com/read/233448/4686067
c if-shift.c
/* Copyright (C) 2000 Free Software Foundation, Inc. */
/* { dg-do preprocess } */
/* Test shift operators. */
#if 1 >
www.eeworm.com/read/229812/4736544
esm shift.esm
.387
.386p
PUBLIC __sqrtd
PUBLIC __sqrt
PUBLIC __FDLD
PUBLIC __LDFD
_TEXT SEGMENT DWORD PUBLIC USE32 'CODE'
ASSUME CS:_TEXT, DS:DGROUP, SS:DGROUP
__sqrtd:
push ebx
www.eeworm.com/read/223124/4813799
right shift.right
./shift.tests abc d e
./shift.tests d e 123
./shift.tests d e 123
./shift.tests
./shift.tests
./shift.tests