代码搜索:Loop
找到约 10,000 项符合「Loop」的源代码
代码结果 10,000
www.eeworm.com/read/141297/5773260
s short_dotprod_mmx.s
#
# Copyright 2002 Free Software Foundation, Inc.
#
# This file is part of GNU Radio
#
# GNU Radio is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Pub
www.eeworm.com/read/139207/5806703
cfg test.cfg
message.medium.errfile = (String) file:error.log
message.medium.logfile = (String) file:file.log
message.medium.screen = (String) stdio:out
www.eeworm.com/read/136827/5846639
h loopcontextbase.h
/**********************************************************************
** Copyright (C) 2000-2005 Trolltech AS. All rights reserved.
**
** This file is part of the Qtopia Environment.
**
** This pr
www.eeworm.com/read/136812/5857158
s strncpy.s
.data
/* .asciz "@(#)strncpy.s 1.1 92/07/30 SMI" */
.text
#include "DEFS.h"
| Usage: strncpy(s1, s2, n)
| Copy s2 to s1, truncating or null-padding to always copy n bytes
| return s1
ENTRY(strncp
www.eeworm.com/read/136812/5862006
s qsort.s
.data
.asciz "@(#)qsort.s 1.1 92/07/30 Copyr 1984 Sun Micro"
.even
.text
| Copyright (c) 1984 by Sun Microsystems, Inc.
# qsort(*int,*int)
#
# qsort interf
www.eeworm.com/read/131315/5935276
c eval.c
/*
* eval.c - gawk parse tree interpreter
*/
/*
* Copyright (C) 1986, 1988, 1989, 1991, 1992 the Free Software Foundation, Inc.
*
* This file is part of GAWK, the GNU implementation of the
*
www.eeworm.com/read/129770/5970367
dat asslandat105.dat
LOOPNE/LOOPNZ
指令格式: LOOPNE Label 或 LOOPNZ Label
指令功能: 当ZF=0或比较结果相等时,CX/ECX减 1,当CX/ECX不等于0时,跳转到标号Label指定的目的操作数,否则执行下一条指令.
指令说明: 所有LOOP指令跳转到的指令地址应位于本指令地址范围的-128~127字节之内.
www.eeworm.com/read/129770/5970381
dat asslandat102.dat
LOOPE/LOOPZ
指令格式: LOOPE Label 或 LOOPZ Label
指令功能: 当ZF=1或比较结果相等时,CX/ECX减 1,当CX/ECX不等于0时,跳转到标号Label指定的目的操作数,否则执行下一条指令.
指令说明: 所有LOOP指令跳转到的指令地址应位于本指令地址范围的-128~127字节之内.