代码搜索:Loop
找到约 10,000 项符合「Loop」的源代码
代码结果 10,000
www.eeworm.com/read/470720/1450295
c loop-3c.c
#include
void * a[255];
f (m)
{
int i;
int sh = 0x100;
i = m;
do
{
a[sh >>= 1] = ((unsigned)i
www.eeworm.com/read/470720/1450317
c loop-2d.c
int a[2];
f (b)
{
unsigned int i;
int *p;
for (p = &a[b], i = b; --i < ~0; )
*--p = i * 3 + (int)a;
}
main ()
{
a[0] = a[1] = 0;
f (2);
if (a[0] != (int)a || a[1] != (int)a + 3)
www.eeworm.com/read/470720/1450483
c loop-2c.c
int a[2];
__inline__ f (b, o)
{
unsigned int i;
int *p;
for (p = &a[b], i = b; --i < ~0; )
*--p = i * 3 + o;
}
g(int b)
{
f (b, (int)a);
}
main ()
{
a[0] = a[1] = 0;
g (2);
if (a[
www.eeworm.com/read/470720/1450508
c loop-2f.c
#include
#ifdef __unix__ /* ??? Is that good enough? */
#include
#include
#include
#include
#ifndef MAP_ANON
#ifdef MAP_ANONYMOUS
#define
www.eeworm.com/read/470720/1450516
x loop-2f.x
# This doesn't work on m68k-motorola-sysv
# It also doesn't work on m88k-motorola-sysv3
global target_triplet
if { [istarget "m68k-motorola-sysv"] || [istarget "m88k-motorola-sysv3"] } {
set to
www.eeworm.com/read/470720/1450611
x loop-2e.x
# This doesn't work on m68k-motorola-sysv
# It also doesn't work on m88k-motorola-sysv3
global target_triplet
if { [istarget "m68k-motorola-sysv"] || [istarget "m88k-motorola-sysv3"] } {
set to
www.eeworm.com/read/470720/1450620
c loop-2g.c
#include
#ifdef __unix__ /* ??? Is that good enough? */
#include
#include
#include
#include
#ifndef MAP_ANON
#ifdef MAP_ANONYMOUS
#define
www.eeworm.com/read/470720/1450721
c loop-2b.c
#include
int a[2];
f (int i)
{
for (; i < INT_MAX; i++)
{
a[i] = -2;
if (&a[i] == &a[1])
break;
}
}
main ()
{
a[0] = a[1] = 0;
f (0);
if (a[0] != -2 || a[1]
www.eeworm.com/read/470720/1450762
x loop-2g.x
# This doesn't work on m68k-motorola-sysv
# It also doesn't work on m88k-motorola-sysv3
global target_triplet
if { [istarget "m68k-motorola-sysv"] || [istarget "m88k-motorola-sysv3"] } {
set to