代码搜索:shift
找到约 10,000 项符合「shift」的源代码
代码结果 10,000
www.eeworm.com/read/366702/2884264
c if-shift.c
/* Copyright (C) 2000 Free Software Foundation, Inc. */
/* { dg-do preprocess } */
/* Test shift operators. */
#if 1 >
www.eeworm.com/read/360693/2960376
i shift.i
#line 1 "SHIFT.asm"
EXTERN Text1,Text2,Text3
CODE
SMSText
GLOBAL SMSText ; export so linker can see it
bcf STATUS,C
btfss Text1,0x07
goto ST0
bsf STATUS,C
bcf Text1,0x07
www.eeworm.com/read/360693/2960378
asm shift.asm
#include
EXTERN Text1,Text2,Text3
CODE
SMSText
GLOBAL SMSText ; export so linker can see it
bcf STATUS,C
btfss Text1,0x07
goto ST0
bsf STATUS,C
bcf Text1,0
www.eeworm.com/read/357352/3016133
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/357352/3016138
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/357352/3016228
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/357352/3016235
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/258249/4357758
s shift.s
# 1 "shift.m"
# 1 "/usr/include/hard_reg.h"
; Standard Hardware Register Definitions for Use with Assembler
; version 7.00
;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
www.eeworm.com/read/258249/4357761
m shift.m
/********************************************************************
* Copyright (C) 1993, GMD. All rights reserved. *
*