代码搜索:Buffer

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

代码结果 10,000
www.eeworm.com/read/292026/8381738

h buffer.h

/* Copyright (c) 2008 TrueCrypt Foundation. All rights reserved. Governed by the TrueCrypt License 2.4 the full text of which is contained in the file License.txt included in TrueCrypt binary
www.eeworm.com/read/391748/8381904

c buffer.c

/* Buffer management for tar. Copyright (C) 1988, 1992, 1993, 1994, 1996, 1997, 1999, 2000, 2001, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. Written by John Gilmore, on 198
www.eeworm.com/read/291779/8396212

c buffer.c

/* passed * linux/fs/buffer.c * * (C) 1991 Linus Torvalds */ #include /* * 'buffer.c'用于实现缓冲区高速缓存功能。通过不让中断过程改变缓冲区,而是让调用者 * 来执行,避免了竞争条件(当然除改变数据以外)。注意!由于中断可以唤醒一个调用者, * 因此就需要开关中断
www.eeworm.com/read/291779/8396660

c buffer.c

/* * linux/fs/buffer.c * * (C) 1991 Linus Torvalds */ /* * 'buffer.c' implements the buffer-cache functions. Race-conditions have * been avoided by NEVER letting a interrupt change a buffer (except f
www.eeworm.com/read/291498/8412524

c buffer.c

/* * linux/fs/buffer.c * * (C) 1991 Linus Torvalds */ /* * 'buffer.c' implements the buffer-cache functions. Race-conditions have * been avoided by NEVER letting a interrupt change a buffer
www.eeworm.com/read/291252/8431762

c buffer.c

/* * linux/fs/buffer.c * * (C) 1991 Linus Torvalds */ /* * 'buffer.c' implements the buffer-cache functions. Race-conditions have * been avoided by NEVER letting a interrupt change a buffer
www.eeworm.com/read/189512/8466436

c buffer.c

static char rcsid[] = "$Id: buffer.c,v 1.2 2003/11/13 05:17:39 golda Exp $"; /* * buffer.c - Simple dynamic buffer management. * * Darren Hardy, hardy@cs.colorado.edu, February 1994 * * ------
www.eeworm.com/read/189472/8467775

h buffer.h

#ifndef __BUFFER_H #define __BUFFER_H //#include "null.h" class buffer { public: char* text; ~buffer(); buffer(); buffer( int ); buffer( buffer* ); // void resize( int ); };
www.eeworm.com/read/189472/8467807

cc buffer.cc

#include "buffer.h" #include #include buffer::~buffer() { // delete text; // moved to term.cc due to line type replacement strategy // free( text ); } buffer::buffer() { //
www.eeworm.com/read/290111/8505064

cpp buffer.cpp

/***************************************************************************** Copyright (c) 2001 - 2007, The Board of Trustees of the University of Illinois. All rights reserved. Redistribution and