代码搜索:Loop
找到约 10,000 项符合「Loop」的源代码
代码结果 10,000
www.eeworm.com/read/275567/4175032
c loop.c
#include "vxWorks.h"
void loopy (int count)
{
int i, a;
for (i=0; i
www.eeworm.com/read/270401/4239256
drl no-loop.drl
rule rule1
no-loop false
when
not Cheese(type == "stilton")
then
funky();
end
www.eeworm.com/read/270401/4239334
drl no-loop.drl
package org.drools.test;
import org.drools.Cheese;
global java.util.List list
rule "Do not loop forever"
no-loop true
when
cheese : Cheese( )
then
list.add( che
www.eeworm.com/read/447738/1696697
s loop.s
.text
foo:
leq
lne
lgt
lge
lle
llt
lhi
lcc
lls
lcs
lra
setlb
www.eeworm.com/read/447738/1697978
d loop.d
#objdump: -d
#name: c54x loop directive
.*: +file format .*c54x.*
Disassembly of section .text:
00000000 :
...
00000001 :
1: 0000.*
2: 0001.*
3: 0002.*
4: 0003.*
5: 0
www.eeworm.com/read/447738/1697983
s loop.s
* Test loop directive handling
* .loop [well-defined expression]
* .break [well-defined expression]
* .endloop
.global label
.asg label,COEF
.word 0
.eval 0,x
COEF .loop 10
.word x
.eval
www.eeworm.com/read/439082/1815521
h loop.h
#ifndef _LINUX_LOOP_H
#define _LINUX_LOOP_H
#include
/*
* include/linux/loop.h
*
* Written by Theodore Ts'o, 3/29/93.
*
* Copyright 1993 by Theodore Ts'o. Redistribution of th