代码搜索:Stream
找到约 10,000 项符合「Stream」的源代码
代码结果 10,000
www.eeworm.com/read/299060/3856324
h stream.h
# ifndef LIBMAD_STREAM_H
# define LIBMAD_STREAM_H
# include "bit.h"
# define MAD_BUFFER_GUARD 8
# define MAD_BUFFER_MDLEN (511 + 2048 + MAD_BUFFER_GUARD)
enum mad_error {
MAD_ERROR_NONE
www.eeworm.com/read/299060/3856330
c stream.c
/*
* libmad - MPEG audio decoder library
*/
# ifdef HAVE_CONFIG_H
# include "config.h"
# endif
# include "global.h"
# include
# include "bit.h"
# include "stream.h"
www.eeworm.com/read/298114/3876285
h stream.h
/*
* libmad - MPEG audio decoder library
* Copyright (C) 2000-2004 Underbit Technologies, Inc.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the
www.eeworm.com/read/298114/3876290
c stream.c
/*
* libmad - MPEG audio decoder library
* Copyright (C) 2000-2004 Underbit Technologies, Inc.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the
www.eeworm.com/read/295465/3910819
h stream.h
/****************************************************************************
*
* Copyright (C) 2004-2007 Sourcefire, Inc.
*
* This program is free software; you can redistribute it and/or modify
www.eeworm.com/read/292490/3952741
h stream.h
////////////////////////////////////////////////////////////////////////////
//
//
// Project : VideoNet version 1.1.
// Description : Peer to Peer Video Conferencing over the LAN.
//
www.eeworm.com/read/292490/3952763
cpp stream.cpp
////////////////////////////////////////////////////////////////////////////
//
//
// Project : VideoNet version 1.1.
// Description : Peer to Peer Video Conferencing over the LAN.
//
www.eeworm.com/read/290504/3973546
h stream.h
//========================================================================
//
// Stream.h
//
// Copyright 1996-2003 Glyph & Cog, LLC
//
//==============================================================
www.eeworm.com/read/290504/3973586
cc stream.cc
//========================================================================
//
// Stream.cc
//
// Copyright 1996-2003 Glyph & Cog, LLC
//
//=============================================================
www.eeworm.com/read/289126/3995863
h stream.h
#ifndef __STREAM_H__
#define __STREAM_H__
#include "snort_packet_header.h"
#include "ubi_SplayTree.h"
/* Toggle's whether to use the HASH_TABLE for
* session cache -- versus a SplayTree.
*/
#defin