代码搜索:shift
找到约 10,000 项符合「shift」的源代码
代码结果 10,000
www.eeworm.com/read/425964/1999638
inc filter_shift.inc
function filter_shift
(
clk,
clr,
xin[12..1],
s_en
)
returns
(
y_ff[16..1][12..1] -- 16->3
);
www.eeworm.com/read/425852/2000968
asm bcd shift.asm
ORG 00H
MOV R7,#03H
MOV R0,#30H
MOV 30H,#47H
MOV 31H,#36H
MOV 32H,#21H
BRLN: MOV A,R7 ;取字节数至R2中
MOV R2,A
ADD A,R0 ;初始化数据指针
MOV R0,A
MOV R3,#0 ;工作单元
www.eeworm.com/read/422785/2031617
c bn_shift.c
/* crypto/bn/bn_shift.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
* This package is an SSL implementation written
* by Eric Young (eay@cryptsoft.com).