代码搜索:buffer

找到约 10,000 项符合「buffer」的源代码

代码结果 10,000
www.eeworm.com/read/489717/1212145

c buffer.c

#include "tunala.h" #ifndef NO_BUFFER void buffer_init(buffer_t *buf) { buf->used = 0; buf->total_in = buf->total_out = 0; } void buffer_close(buffer_t *buf) { /* Our data is static - nothing ne
www.eeworm.com/read/482889/1284356

hpp buffer.hpp

// (C) Copyright Jonathan Turkanis 2003-5. // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt.)
www.eeworm.com/read/481116/1298965

h buffer.h

/* crypto/buffer/buffer.h */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * * This package is an SSL implementation written * by Eric Young (eay@cryptsoft.com).
www.eeworm.com/read/481108/1299254

java buffer.java

// ======================================================================== // Copyright 2004-2005 Mort Bay Consulting Pty. Ltd. // --------------------------------------------------------------------
www.eeworm.com/read/480930/1311261

c buffer.c

/* * linux/fs/hpfs/buffer.c * * Mikulas Patocka (mikulas@artax.karlin.mff.cuni.cz), 1998-1999 * * general buffer i/o */ #include #include "hpfs_fn.h" void hpfs_lock_creatio
www.eeworm.com/read/480930/1311371

c buffer.c

/* * linux/fs/buffer.c * * Copyright (C) 1991, 1992 Linus Torvalds */ /* * 'buffer.c' implements the buffer-cache functions. Race-conditions have * been avoided by NEVER letting an interrup
www.eeworm.com/read/480930/1312156

c buffer.c

/* * linux/fs/fat/buffer.c * * */ #include #include #include #include #include #include #include
www.eeworm.com/read/480440/1318006

java buffer.java

package mpi.pt2pt; /**************************************************************************** MESSAGE PASSING INTERFACE TEST CASE SUITE Copyright IBM Corp. 1995 IBM Corp. hereby grants a no
www.eeworm.com/read/480350/1318979

h buffer.h

unsigned char far *double_buffer=NULL; unsigned int buffer_height=SCREEN_HEIGHT; unsigned int buffer_size=SCREEN_WIDTH*SCREEN_HEIGHT/2; int Create_Double_Buffer(int num_lines) { if((double_buff
www.eeworm.com/read/480234/1320884

h buffer.h

/*! \file buffer.h \brief Multipurpose byte buffer structure and methods. */ //***************************************************************************** // // File Name : 'buffer.h' // Title