代码搜索:Loop
找到约 10,000 项符合「Loop」的源代码
代码结果 10,000
www.eeworm.com/read/221054/4837779
h loop_unicode.h
/*
* Copyright (C) 1999-2003 Free Software Foundation, Inc.
* This file is part of the GNU LIBICONV Library.
*
* The GNU LIBICONV Library is free software; you can redistribute it
* and/or modify
www.eeworm.com/read/219239/4848554
asm loop_test.asm
list p=16c84
;; The purpose of this program is to test gpsim's ability to simulate looping instructions.
;; It's also used to get a rough bench mark on performance. (set a break point after the lo
www.eeworm.com/read/216502/4891450
c 3.loop.c
#include
#include "def.h"
#include "3.def.h"
#define ARCCOUNT(v) REACH(v)
fixhd(v,hd,head)
VERT v,hd,*head;
{
VERT w,newhd;
int i;
head[v] = hd;
newhd = (NTYPE(v) == ITERVX) ? v : hd
www.eeworm.com/read/204819/5029141
c can_loop.c
//****************************************************************************//
// File: cp_loop.c //
// Description: CANpie core module
www.eeworm.com/read/200278/5070921
c loop.poll.c
#include "call.h"
#include
#define BUFFSIZE 512
/*
* Copy everything from stdin to "remfd",
* and everything from "remfd" to stdout.
*/
void
loop(int remfd)
{
int bol, n, nread;
cha
www.eeworm.com/read/200278/5071021
c loop.select.c
#include "opend.h"
#include
#include
void
loop(void)
{
int i, n, maxfd, maxi, listenfd, clifd, nread;
char buf[MAXLINE];
uid_t uid;
fd_set rset, allset;
FD_ZERO(&al
www.eeworm.com/read/200278/5071022
c loop.poll.c
#include "opend.h"
#include
#if !defined(BSD) && !defined(MACOS)
#include
#endif
void
loop(void)
{
int i, maxi, listenfd, clifd, nread;
char buf[MAXLINE];
uid_t uid;
s