代码搜索:Loop
找到约 10,000 项符合「Loop」的源代码
代码结果 10,000
www.eeworm.com/read/202805/5045645
h sip_transport_loop.h
/* $Id: sip_transport_loop.h 974 2007-02-19 01:13:53Z bennylp $ */
/*
* Copyright (C) 2003-2007 Benny Prijono
*
* This program is free software; you can redistribute it and
www.eeworm.com/read/202805/5045654
c transport_loop_test.c
/* $Id: transport_loop_test.c 974 2007-02-19 01:13:53Z bennylp $ */
/*
* Copyright (C) 2003-2007 Benny Prijono
*
* This program is free software; you can redistribute it an
www.eeworm.com/read/202805/5045693
c sip_transport_loop.c
/* $Id: sip_transport_loop.c 974 2007-02-19 01:13:53Z bennylp $ */
/*
* Copyright (C) 2003-2007 Benny Prijono
*
* This program is free software; you can redistribute it and
www.eeworm.com/read/190666/5177938
c loop-3b.c
#include
int n = 0;
g (i)
{
n++;
}
f (m)
{
int i;
i = m;
do
{
g (i * 4);
i -= INT_MAX / 8;
}
while (i > 0);
}
main ()
{
f (INT_MAX/8*4);
if (n != 4)
www.eeworm.com/read/190666/5178047
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/190666/5178067
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/190666/5178215
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/190666/5178239
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/190666/5178246
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