代码搜索:Loop
找到约 10,000 项符合「Loop」的源代码
代码结果 10,000
www.eeworm.com/read/301403/3840314
nam bmcast-lan-loop.nam
V -t * -v 1.0a5 -a 0
A -t * -n 1 -p 0 -o 255 -c 30 -a 1
A -t * -h 1 -m 4194303 -s 8
n -t * -a 8 -s 8 -S UP -v circle -c black
n -t * -a 4 -s 4 -S UP -v circle -c black
n -t * -a 0 -s 0 -S UP -v circle
www.eeworm.com/read/297392/3887606
c gbx_exec_loop.c
/***************************************************************************
exec_loop.c
The interpreter main loop
(c) 2000-2004 Beno� Minisini
This program
www.eeworm.com/read/292144/3956625
erl hipe_regalloc_loop.erl
%%% -*- erlang-indent-level: 2 -*-
%%% $Id$
%%% Common wrapper for graph_coloring and coalescing regallocs.
-module(hipe_regalloc_loop).
-export([ra/5, ra_fp/4]).
%%-define(HIPE_INSTRUMENT_COMPILER,
www.eeworm.com/read/290808/3970708
c mcast_get_loop.c
#include "unp.h"
int
mcast_get_loop(int sockfd)
{
switch (sockfd_to_family(sockfd)) {
case AF_INET: {
u_char flag;
socklen_t len;
len = sizeof(flag);
if (getsockopt(sockfd, IPPROTO_IP, IP
www.eeworm.com/read/290808/3970744
lc mcast_set_loop.lc
/* include mcast_set_loop */
#include "unp.h"## 1 ##src/lib/mcast_set_loop.c##
int## 2 ##src/lib/mcast_set_loop.c##
mcast_set_loop(int sockfd, int onoff)## 3 ##src/lib/mcast_set_loop.c##
{## 4
www.eeworm.com/read/290808/3970782
c mcast_set_loop.c
/* include mcast_set_loop */
#include "unp.h"
int
mcast_set_loop(int sockfd, int onoff)
{
switch (sockfd_to_family(sockfd)) {
case AF_INET: {
u_char flag;
flag = onoff;
return(setsockopt(so
www.eeworm.com/read/290228/3983499
nam bmcast-lan-loop.nam
V -t * -v 1.0a5 -a 0
A -t * -n 1 -p 0 -o 255 -c 30 -a 1
A -t * -h 1 -m 4194303 -s 8
n -t * -a 8 -s 8 -S UP -v circle -c black
n -t * -a 4 -s 4 -S UP -v circle -c black
n -t * -a 0 -s 0 -S UP -v circle
www.eeworm.com/read/277562/4155090
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/277562/4155104
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