代码搜索:PIPE
找到约 7,786 项符合「PIPE」的源代码
代码结果 7,786
www.eeworm.com/read/363985/9926845
v pipe.v
`timescale 1ns/10ps
module pipe (nGCLK_id, nGCLK1_ex, nGCLK2_ex, nGCLK3_ex, nGCLK_me, TESTMODE,
nRESET, id_enbar, ex_enbar, me_enbar, inst_if, rf_a, rf_b,
index_a, index_b, finished_id, second_id,
www.eeworm.com/read/363985/9926929
v pipe.v
`timescale 1ns/10ps
module pipe (nGCLK, nWAIT,
nRESET, id_enbar, ex_enbar, me_enbar, inst_if, rf_a, rf_b,
index_a, index_b, finished_id, second_id, need_2cycles_id,
exception_to_id, exc_code, h
www.eeworm.com/read/168216/9933849
c pipe.c
/*
* pipe.c -- fifo driver for scull
*
* Copyright (C) 2001 Alessandro Rubini and Jonathan Corbet
* Copyright (C) 2001 O'Reilly & Associates
*
* The source code in this file can be freely used,
www.eeworm.com/read/167585/9959820
c pipe.c
/*
* Boa, an http server
* Based on code Copyright (C) 1995 Paul Phillips
* Some changes Copyright (C) 1997-99 Jon Nelson
*
* This program is free
www.eeworm.com/read/166184/10030584
c pipe.c
/*
* pipe.c -- fifo driver for scull
*
* Copyright (C) 2001 Alessandro Rubini and Jonathan Corbet
* Copyright (C) 2001 O'Reilly & Associates
*
* The source code in this file can be freely used,
www.eeworm.com/read/164767/10089565
cc pipe.cc
#include
#include
#include
#include
#include
#include "pipe.h"
pipe_t::pipe_t()
{
nreader = nwriter = 1;
page = (char*) allocp
www.eeworm.com/read/164767/10089582
h pipe.h
#ifndef _KERNPIPE_H
#define _KERNPIEP_H
#include
#include
#include
struct pipe_t : protected fifoq_t {
waitq_t waitq;
char * page;
int nreader;
int nwri
www.eeworm.com/read/360450/10091216
c pipe.c
#include
#include
#include
#include
#include
#include
#include // for PIPE_BUF
#include
#include
#in
www.eeworm.com/read/359058/10168062
pipe_progress
www.eeworm.com/read/163079/10176479
c pipe.c
/*
* linux/fs/pipe.c
*
* Copyright (C) 1991, 1992 Linus Torvalds
*/
#include
#include
#include
#include
#include