代码搜索:Loop
找到约 10,000 项符合「Loop」的源代码
代码结果 10,000
www.eeworm.com/read/340665/3279269
c loop-10.c
/* Reduced from PR optimization/5076, PR optimization/2847 */
static int count = 0;
static void
inc (void)
{
count++;
}
int
main (void)
{
int iNbr = 1;
int test = 0;
while (test == 0)
{
www.eeworm.com/read/340665/3279296
c loop-3.c
#include
int n = 0;
g (i)
{
n++;
}
f (m)
{
int i;
i = m;
do
{
g (i * INT_MAX / 2);
}
while (--i > 0);
}
main ()
{
f (4);
if (n != 4)
abort ();
exit (0)
www.eeworm.com/read/340665/3279368
c loop386.c
foo (a)
{
do
{
puts ("a");
a -= 1;
}
while (a != 0);
}
main ()
{
int p[100];
printf ("%d\n", foo (3));
}
www.eeworm.com/read/340665/3279383
c loop-1.c
foo (a)
{
while ((a -= 1) != -1)
bar (270000);
putchar ('\n');
}
main ()
{
foo (5);
}
www.eeworm.com/read/340665/3279596
c test-loop.c
main ()
{
int i;
for (i = 100; i >= -1; i--)
foo ();
}
www.eeworm.com/read/340665/3280220
c loop-1.c
/* Copyright (C) 2000 Free Software Foundation.
Simplified from gcc/fold-const.c
by Alexandre Oliva */
/* { dg-do compile } */
void
mul_double ()
{
int i, j, *p
www.eeworm.com/read/332396/3398838
v costas_loop.v
`timescale 1ns / 1ps
//////////////////////////////////////////////////////////////////////////////////
// Company:
// Engineer:
//
// Create Date: 09:54:01 08/07/2007
// Design Name:
/
www.eeworm.com/read/331135/3415788
hpp macosx_loop.hpp
/*****************************************************************************
* MacOSX_loop.hpp
*****************************************************************************
* Copyright (C) 2003 t
www.eeworm.com/read/331135/3415789
cpp macosx_loop.cpp
/*****************************************************************************
* macosx_loop.cpp
*****************************************************************************
* Copyright (C) 2003 t
www.eeworm.com/read/331135/3415846
hpp os_loop.hpp
/*****************************************************************************
* os_loop.hpp
*****************************************************************************
* Copyright (C) 2003 the V